Who is this for?
Two Workflows
Skill Authors
Create, validate, and test skills locally before publishing with confidence.
skc init → scaffold skc lint → validate skc build → test locally skc stats → trace usage git push → publish Power Users
Compile any skill to unlock full-text search and usage analytics.
skc build → enable indexing skc search → find content skc stats → track usage Note: Building is optional for consumers. Published skills work without compilation.
Capabilities
What skillc Does
Scaffolding
Create new skills with skc init. Project-local or global, properly structured from the start.
Linting
17 lint rules (SKL1xx-SKL4xx) validate frontmatter, structure, links, and file organization.
Compilation
Build skills to runtime format with search index. Deploy to Claude, Cursor, or custom targets.
Full-Text Search
FTS5-indexed search over skill content. Find anything instantly with skc search.
Usage Analytics
Track which sections agents actually read. Group by sections, files, commands, or search terms.
MCP Integration
All read commands exposed as MCP tools. Direct agent integration via skc mcp server.
Reference
CLI Commands
Authoring
Reading
Analytics
MCP Server
Quality
Lint Rules
17 rules across 4 categories ensure skill quality before publishing.
Storage