sepia
v0.5.0De-AI writing package with the general Sepia router plus four separate operation entries: write, review, refactor, and recreate.
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
codex plugin marketplace add praxis-loop/plugins
codex plugin marketplace upgrade praxis-plugins
codex plugin add sepia@praxis-pluginsPaste 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-marketplace→sepia@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/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sepia/.
Plugin files
├── .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
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.
Use when a user explicitly requests Sepia recreate for a full rewrite.
Use when a user explicitly requests Sepia refactor for minimal in-place prose revision.
Use when a user explicitly requests Sepia review to diagnose prose without editing.
Use when a user explicitly requests Sepia write to create new prose.
Plugin manifests2
{
"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"
}{
"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"
}For maintainers
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)