skillpack 0.13.2

Generate, verify, and maintain AI agent guidance (skills, plugins, AGENTS.md) for Claude Code, Cursor, Codex, Copilot, and 10+ AI coding ecosystems — one command turns any CLI or library into an agent-discoverable skill pack.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[skill]
name = "skillpack"
one_line_description = "Generate and verify the agent-distribution layer for any OSS project"
when_to_use_phrases = [
    "generate a claude code skill pack",
    "verify agent-discoverability of a CLI or library",
    "scaffold claude plugin distribution files",
]
invocation_command = "skillpack init"
license = "MIT"

[defaults]
license = "MIT"