cnife-skills-repo
Installation
SKILL.md
CNife Skills Repository
Personal skills repository published to github.com/CNife/skills. Skills are organized by category under <category>/<name>/ and are installed via bunx skills add CNife/skills@<name>.
<skill-name>/
├── SKILL.md # Required — skill definition
├── scripts/ # Python scripts (PEP 723)
└── references/ # Reference files
Quality Gates
Every skill in the repository MUST pass these checks before publishing.
Python Scripts (scripts/)
All Python scripts use PEP 723 inline metadata: