skillpack 0.2.2

Generate and verify the agent-distribution layer (Claude Code skill packs) for any OSS project.
Documentation
1
2
3
4
5
6
7
8
[project]
name = "sample-python"
version = "0.1.0"
description = "A sample Python CLI"
license = "MIT"

[project.scripts]
sample-python = "sample_python.cli:main"