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
"""`python -m sample_python` entry point — delegates to the CLI main."""

from sample_python.cli import main

if __name__ == "__main__":
    main()