
Bb
- Updated July 30, 2026
- govtech-bb/team-skills
bb is a Claude Code skill in the AI & Agent Building category. Shared skills for GovTech Barbados, namespaced by discipline (dev-*, ops-*, sec-*).
Key points
- bb
- AI & Agent Building
- AI-coding skill
Bb by the numbers
- Data as of Jul 31, 2026 (Skillselion catalog sync)
/plugin marketplace add govtech-bb/team-skills/plugin install bb@team-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 30, 2026 |
|---|---|
| Repository | govtech-bb/team-skills ↗ |
What it does
Shared skills for GovTech Barbados, namespaced by discipline (dev-*, ops-*, sec-*).
README.md
Shared Claude Code skills for GovTech Barbados
These skills give the team a common scaffold for everyday work — planning a change, starting a coding session, finishing one — without prescribing any single workflow. Each discipline (dev, ops, sec, …) contributes skills under one shared namespace.
Install
First, add the team-skills repo as a marketplace:
/plugin marketplace add govtech-bb/team-skills
Then install the bb skills plugin:
/plugin install bb@team-skills
Restart Claude Code, or run /reload-plugins. The skills are now available as /bb:<name>.
Updates auto-propagate: when a PR merges to main, Claude Code picks up the new version at the next startup.
What's here
| Skill | Use it when |
|---|---|
/bb:dev-plan |
You're about to change code and want to think the approach through before writing any |
/bb:dev-start |
You're sitting down to a known change and want to ground the session before coding |
/bb:dev-finish |
You're ready to wrap up — tests, docs, decisions worth recording, commit |
/bb:standup |
You want a bulleted recap of what you've shipped since your last standup, ready to read aloud |
See CONTRIBUTING.md for how to add new ones.
How this is laid out
.claude-plugin/marketplace.json ← makes this repo a Claude Code marketplace
bb/
.claude-plugin/plugin.json ← the single plugin shipped from this marketplace
skills/
dev-plan/SKILL.md
dev-start/SKILL.md
dev-finish/
SKILL.md
summary.md ← referenced helper file; independently iterable
standup/SKILL.md
README.md
CONTRIBUTING.md
One plugin (bb) holds all the skills. Skills are invoked as /bb:<skill-name> — the bb: prefix is Claude Code's plugin namespace, and the dev- / content- / security- part inside the skill name marks the discipline.
Contribute
See CONTRIBUTING.md.