sapheneia
v0.1.2AuDHD-shaped replies, audit records, issues and comments.
By Wildcat LabsLicense: Apache-2.07 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 26, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add sapheneia@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/wildcat-finance/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sapheneia/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/sapheneia/SKILL.md
Included Skills1
Shape the agent's own replies for AuDHD readers with explicit actions, boundaries, state, evidence and next steps, or shape one agent-authored audit record, GitHub issue, or issue comment without dropping protected evidence. Session shaping persists until the user turns it off; the bounded durable-record operation does not activate session mode.
Plugin manifests2
{
"name": "sapheneia",
"version": "0.1.2",
"description": "AuDHD-shaped replies, audit records, issues and comments.",
"author": {
"name": "Wildcat Labs",
"url": "https://wildcat.finance"
},
"homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/sapheneia",
"repository": "https://github.com/wildcat-finance/skills",
"keywords": [
"audhd",
"adhd",
"autism",
"accessibility",
"agent-communication"
],
"skills": "./skills/",
"interface": {
"displayName": "Sapheneia",
"shortDescription": "AuDHD-shaped replies, audit records, issues and comments.",
"longDescription": "Shapes the agent's own commentary and final replies for AuDHD engineers, or one bounded agent-authored audit record, GitHub issue, or issue comment. Session shaping keeps actions, boundaries, working state, evidence, unknowns and next steps explicit until the reader turns it off. The durable-record operation preserves protected evidence and host structure without activating session mode.",
"developerName": "Wildcat Labs",
"category": "Developer Tools",
"capabilities": [],
"defaultPrompt": "Use $sapheneia to shape your replies for an AuDHD engineer throughout this task."
},
"license": "Apache-2.0"
}{
"name": "sapheneia",
"displayName": "Sapheneia",
"version": "0.1.2",
"description": "AuDHD-shaped replies, audit records, issues and comments.",
"author": {
"name": "Wildcat Labs",
"url": "https://wildcat.finance"
},
"homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/sapheneia",
"repository": "https://github.com/wildcat-finance/skills",
"keywords": [
"audhd",
"adhd",
"autism",
"accessibility",
"agent-communication"
],
"skills": "./skills/",
"license": "Apache-2.0"
}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.
[sapheneia on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sapheneia)