build-it
Installation
SKILL.md
echo "Architecture docs: ${CLAUDE_SKILL_DIR}/architecture/"
echo "Version: $(cat "${CLAUDE_SKILL_DIR}/VERSION")"
TSEng Build-It
Implements an architectural specification as working code. Takes a spec produced by the spec skill (from a GitHub issue, conversation context, or pasted text) and translates it into concrete TypeScript modules, services, domain objects, events, and routers — following the project's existing conventions and the architecture rules.
The spec defines what to build and where it belongs. This skill decides how to build it.
Phase 1 — Load Architecture Overview (Progressive Disclosure)
Read only the overview to start — load specific docs lazily as implementation demands:
- Read
architecture/index.mdfrom the architecture docs directory (shown above). This gives you the map of all topics without the full weight.
Do NOT read all architecture files upfront. Instead, load them on-demand during implementation: