skillpack 0.12.1

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
{
  "name": {{ name | json_encode | safe }},
  "description": {{ one_line_description_raw | json_encode | safe }},
  "version": {{ version | json_encode | safe }},
  "author": {
    "name": {{ author | default(value="Unspecified") | json_encode | safe }}
  },
  "license": {{ license | default(value="MIT") | json_encode | safe }},
  "homepage": {{ repo_url | default(value="") | json_encode | safe }},
  "repository": {{ repo_url | default(value="") | json_encode | safe }}
}