clack
Installation
SKILL.md
Clack CLI Skill
Implement robust, user-friendly CLI flows with Clack.
Follow This Workflow
- Identify the implementation target.
- Use
@clack/promptsfor most interactive CLI flows. - Use
@clack/corefor low-level/custom prompt rendering and lifecycle control.
- Load only the relevant references.
- Prompt-centric workflows:
references/prompts-api.md - Low-level/core extension work:
references/core-api.md - UX and reliability review:
references/best-practices.md - Pattern selection and scaffolding:
references/examples.md - Source links and freshness checks:
references/sources.md - If user asks for a starter file quickly, run
scripts/scaffold-clack.sh.