
Boundary
- 6 repo stars
- Updated August 3, 2026
- thijs-creemers/boundary
Boundary framework toolkit: scaffold FC/IS modules, explain errors, generate tests, SQL copilot, and project setup via bb tasks.
About
boundary is a Claude Code skill in the Testing & QA category. Boundary framework toolkit: scaffold FC/IS modules, explain errors, generate tests, SQL copilot, and project setup via bb tasks.
- boundary
- Testing & QA
- AI-coding skill
Boundary by the numbers
- Data as of Aug 4, 2026 (Skillselion catalog sync)
/plugin marketplace add thijs-creemers/boundary/plugin install boundary@boundaryAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 6 |
|---|---|
| Last updated | August 3, 2026 |
| Repository | thijs-creemers/boundary ↗ |
What it does
Boundary framework toolkit: scaffold FC/IS modules, explain errors, generate tests, SQL copilot, and project setup via bb tasks.
README.md
Boundary Claude Code Plugin
Makes agentic CLIs (Claude Code and compatible tools) aware of Boundary's
scaffolder and AI tooling, so the agent reaches for bb scaffold / bb ai
instead of hand-writing module boilerplate.
New projects created with boundary new already include this skill at
.claude/skills/boundary/SKILL.md — the plugin is for existing projects.
Install
In Claude Code:
/plugin marketplace add thijs-creemers/boundary
/plugin install boundary@boundary
What it provides
A single boundary skill with:
- A decision table mapping user requests ("add a product module") to the
right
bb scaffold/bb ai/bb setup/bb doctor/bb guidecommand - Scaffold-first rules (never hand-write a module skeleton)
- FC/IS architecture invariants (core purity, case conventions, field sync)
Keeping in sync
skills/boundary/SKILL.md must stay byte-identical to
libs/boundary-cli/resources/boundary/cli/templates/claude-skill.md.tmpl.
A test in libs/boundary-cli enforces this.
Versioning
plugin.json intentionally has no version field: Claude Code then versions
the plugin by git commit SHA, so every merged change is picked up by
/plugin marketplace update without a manual version bump.