response-shaper-skill
v0.1.3
Published
Installable Codex skill for shaping complex answers into the clearest, understanding-first format.
Maintainers
Readme
How it chooses
When a reply is too dense for plain Markdown, the skill picks the shape that makes it easiest to understand. It does not just paraphrase text.
| User intent | Mode | Typical output |
| --- | --- | --- |
| "Explain this" | explain | concise explanation with key points |
| "Show me the structure" | visualize | flow, diagram, or hierarchy |
| "What did you do?" | summarize_actions | transformation summary |
| "Which is better?" | compare | trade-off view |
| "What should I do next?" | checklist | actionable checklist |
| "How did this happen?" | timeline | ordered sequence |
| "Make it a page" | html | readable HTML brief |
| "Make it visual" | image | single infographic or visual summary |
When nothing is explicit, it falls back to a concise structured brief:
- Takeaway
- Why it matters
- Key points
- Next step
- Risks or open questions
Example prompts
Use the skill when the raw answer would be hard to scan in plain Markdown:
Use $clarify-first to turn this dense update into a clean visual brief.
Use $clarify-first to explain this concept as a checklist.
Use $clarify-first to summarize what changed and what happens next.Install
From git
git clone https://github.com/Jun0zo/response-shaper-skill.git
cd response-shaper-skill
npm install
npx clarify-first-installFrom a git URL with npm
npm install git+https://github.com/Jun0zo/response-shaper-skill.git
npx clarify-first-installFrom npm
npm install response-shaper-skill
npx clarify-first-installPublish to npm
You need an authenticated npm session before publishing.
npm login
npm publish --access publicThe package is already published as [email protected], so npm install response-shaper-skill should work now.
The npm package name stays response-shaper-skill, but the skill itself is now clarify-first.
Where it installs
By default, the installer copies the skill into:
$CODEX_HOME/skills/clarify-first
If CODEX_HOME is unset, it falls back to ~/.codex/skills/clarify-first.
Package contents
README.mdpackage.jsonscripts/install-skill.jsskill/SKILL.mdskill/agents/openai.yamlskill/references/classification.mdskill/assets/response-shaper-icon.pngskill/assets/response-shaper-hero.png
