@skillkit-llm/cli
v0.6.0
Published
CLI for building, testing, and linting Agent Skills
Downloads
51
Readme
@skillkit/cli
CLI for building, testing, linting, and benchmarking Agent Skills across 27+ AI coding tools.
Install
npm install -g @skillkit/cliUsage
skillkit lint . # Lint all SKILL.md files
skillkit lint . --preset research # Lint with research preset
skillkit test . # Run tests (mock mode)
skillkit test . --real --provider claude-code # Run tests (real AI execution)
skillkit bench config.yaml # Benchmark (mock mode)
skillkit bench config.yaml --real --provider claude-code # Benchmark (real AI)
skillkit init my-skill # Scaffold a new skill
skillkit adapt component # Generate project-specific skillDocumentation
See the full skillkit documentation.
