skill-system-cli
Installation
SKILL.md
Skill System CLI
Single command sk that dispatches to all skill system operations. Agent-native: JSON output by default, progressive disclosure via --help.
This is the public user-facing contract for the skill system. Other skills are capability modules behind this entrypoint.
Inspired by CLI-Anything — making everything agent-native through structured CLI interfaces.
Quick Start
# Show all domains
python3 "<this-skill-dir>/scripts/sk.py" --help
# Bootstrap a project
python3 "<this-skill-dir>/scripts/sk.py" init
# Check project status
python3 "<this-skill-dir>/scripts/sk.py" status