Agent Plugins Marketplace
All plugins

sepia

v0.5.0

De-AI writing package with the general Sepia router plus four separate operation entries: write, review, refactor, and recreate.

CodexClaude Code5 Skills

By Nanako TsaiLicense: MIT0 GitHub starsUpdated 54 minutes ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 3, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install sepia for Codex and Claude Code

Installs for the current user
codex plugin marketplace add praxis-loop/plugins
codex plugin marketplace upgrade praxis-plugins
codex plugin add sepia@praxis-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the praxis-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “sepia” remain stable.

  • Codex: sepia@agent-plugin-marketplacesepia@praxis-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/praxis-loop/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sepia/.

Plugin files

plugins/sepia/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/sepia/SKILL.md
├── skills/sepia-recreate/SKILL.md
├── skills/sepia-refactor/SKILL.md
├── skills/sepia-review/SKILL.md
└── skills/sepia-write/SKILL.md

Included Skills5

sepiaskills/sepia/SKILL.md

Make AI-generated writing read as human-written, in fiction and in professional prose. Repairs the narrative architecture of fiction and stories (based on StoryScope, arXiv:2604.03136); routes professional text through domain rules for release notes, announcements, PR and issue replies, code-review comments, incident postmortems, tickets, work orders, technical articles, and blog posts. Four operations - write, review (diagnose AI tells without editing), refactor (minimal in-place edits), recreate (full rewrite). Use when asked to humanize, de-AI, unslop, or strip AI flavor from any text; when writing or revising any of these document types; or whenever output must not read as machine-written.

sepia-recreateskills/sepia-recreate/SKILL.md

Use when a user explicitly requests Sepia recreate for a full rewrite.

sepia-refactorskills/sepia-refactor/SKILL.md

Use when a user explicitly requests Sepia refactor for minimal in-place prose revision.

sepia-reviewskills/sepia-review/SKILL.md

Use when a user explicitly requests Sepia review to diagnose prose without editing.

sepia-writeskills/sepia-write/SKILL.md

Use when a user explicitly requests Sepia write to create new prose.

Plugin manifests2

plugins/sepia/.codex-plugin/plugin.json
{
  "name": "sepia",
  "version": "0.5.0",
  "description": "De-AI writing package with the general Sepia router plus four separate operation entries: write, review, refactor, and recreate.",
  "skills": "./skills/",
  "license": "MIT",
  "repository": "https://github.com/Nanako0129/sepia",
  "homepage": "https://github.com/Nanako0129/sepia"
}
plugins/sepia/.claude-plugin/plugin.json
{
  "name": "sepia",
  "version": "0.5.0",
  "description": "De-AI writing package with the general Sepia router plus four separate operation entries: write, review, refactor, and recreate.",
  "author": {
    "name": "Nanako Tsai"
  },
  "repository": "https://github.com/Nanako0129/sepia",
  "homepage": "https://github.com/Nanako0129/sepia"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sepia on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sepia)