sbce.space · skill.md
- new sbce ↓ sbce.space details Spec-driven BCE/ECB
- new ears-tests ↓ details Parameterized tests from EARS requirements, stack-neutral
Standards-first guardrails for AI coding agents.
"Put your AI on rails."
Fewer tokens, predictable code
LLM-native conventions. See installation.
Specialized subagent definitions for AI coding agents. Place in your AI coding agent's agents directory.
Supplementary skills and utilities.
A skill is a directory containing a SKILL.md. Install it in your agent's skills directory: home for all projects (~/.claude/skills/), project root for one project (<project>/.claude/skills/).
To install all skills at once, run the installSkills script, or unzip a zip from the skills release. No JDK, no git.
All skills under a plain skills/ prefix — compatible with every agent. Unzip into the parent of your agent's skills directory.
airails-skills.zip ↓ unzip airails-skills.zip -d <parent>
Copy skill files to ~/.claude/skills/
Or airails-claude.zip: unzip airails-claude.zip -d ~
Copy skill files to ~/.copilot/skills/
Or airails-copilot.zip: unzip airails-copilot.zip -d ~
Copy skill files to ~/.config/goose/skills/
Or airails-goose.zip: unzip airails-goose.zip -d ~