skillpack 0.2.2

Generate and verify the agent-distribution layer (Claude Code skill packs) for any OSS project.
Documentation
1
2
3
4
#!/usr/bin/env node
const a = process.argv.slice(2);
if (a.includes("--help")) { console.log("Usage: sample-node [--build] [--watch] [--port <n>]"); process.exit(0); }
console.log("sample-node");