Publishing
The CLI surface for capabilities is:
codebolt action capability create --name frontend-refactor --path ./.codebolt/extensions
codebolt action capability publish --path ./.codebolt/extensions/frontend-refactor
codebolt action capability list
There is no dedicated test command in the CLI files here, so the normal workflow is project-driven:
- Create the capability.
- Load it in a local project.
- Activate it from a test agent.
- Inspect traces and runtime behavior.
- Publish once the package boundary is stable.
Common mistakes
- publishing one skill wrapped in unnecessary bundle structure
- hiding hard environment requirements
- bundling unrelated prompts, tools, and skills together