From bitbadges
Explain in plain English what a BitBadges collection or transaction does. Audience-aware — pick user, developer, or auditor framing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bitbadges:explainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when the user wants natural-language understanding rather than raw JSON.
Use when the user wants natural-language understanding rather than raw JSON.
Live collection (numeric ID):
Call the explain_collection MCP tool with collectionId: "<id>" and an audience of user, developer, or auditor. CLI fallback:
bb explain <id>
Transaction file:
bb explain @<path>.json
The CLI auto-detects whether the input is a transaction or a collection. The --audience selector currently only exists on the MCP tool path.
user — non-technical end-user. Use for marketing copy, claim-page descriptions.developer — someone building an integration. Highlight permissions, approvals, supply curves.auditor — someone reviewing for safety. Highlight foot-guns, irreversible permissions, manager privileges, anything custodial.When unsure, ask the user which audience or default to developer.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub bitbadges/bitbadges-plugin --plugin bitbadges