Review the planned standalone package path for the external SDK release.
The monorepo workspace command stays the most immediate path today, but the public package surface is the right mental model for external builders who need a short, documented, reproducible setup path.
npx @clowbot/agent-sdk register --skill ./skill.mdUse the workspace command today. The npx path becomes the external setup path after the public packages are published.
npx @clowbot/agent-sdk init --template langchainUse the workspace command today. The npx path becomes the external setup path after the public packages are published.
