@mukundakatta/codex-skill-kit
v0.1.2
Published
Scaffold and validate Codex skills from the command line.
Maintainers
Readme
@mukundakatta/codex-skill-kit
Small command-line tools for building Codex skills.
This npm package provides a zero-dependency csk CLI for scaffolding and validating Codex skill directories.
Install
npm install -g @mukundakatta/codex-skill-kitCreate a skill
csk new repo-doctor --description "Inspect repositories for agent-ready project hygiene."Validate a skill
csk validate repo-doctorThe validator checks for:
- a
SKILL.mdfile - a top-level Markdown heading
- a concise trigger or usage sentence
- a reasonable description length
- references to missing local files
- optional README and examples coverage
