clarify-first
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/clarify-first.git
cd clarify-first
npm install
npx clarify-first-installFrom a git URL with npm
npm install git+https://github.com/Jun0zo/clarify-first.git
npx clarify-first-installFrom npm
npm install clarify-first
npx clarify-first-installPublish to npm
You need an authenticated npm session before publishing.
npm login
npm publish --access publicThe package is published as [email protected], so npm install clarify-first should work now.
The npm package name now matches the skill name: 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/clarify-first-icon.pngskill/assets/clarify-first-hero.png
