By govtech-bb
Shared skills for GovTech Barbados, namespaced by discipline (dev-*, ops-*, sec-*).
End a coding session cleanly. Confirm the change works, capture decisions worth recording, write a short summary, run tests, then commit. Use when the user invokes /bb:dev-finish.
Discuss a feature, bug fix, or refactor before writing code. Discussion-first — ask questions, surface alternatives, then produce a short written plan. Use when the user invokes /bb:dev-plan.
Begin a coding session. Read the reference, orient to the code, repeat back intent, wait for confirmation, then build. Use when the user invokes /bb:dev-start.
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.
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.
| 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 |
Three skills today. See CONTRIBUTING.md for how to add new ones.
.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
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.
See CONTRIBUTING.md.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub govtech-bb/team-skills --plugin bbComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls