adopt

Installation
SKILL.md
echo "Architecture docs: ${CLAUDE_SKILL_DIR}/architecture/"
echo "Version: $(cat "${CLAUDE_SKILL_DIR}/VERSION")"

TSEng Adopt

Incrementally adopts the opinionated TypeScript architecture in an existing project. Unlike bootstrap (greenfield only), adopt works with existing code and lets the user control which changes to apply. Produces an immutable review record that is locked once the user finalizes their decisions.

Phase 1 — Get Version

The current tseng version is shown above (injected from the VERSION file). This version is embedded in the review record.

Phase 2 — Generate Checklist & Create Review Record

Run the full review process to understand the current state:

Installs
7
GitHub Stars
1
First Seen
Apr 13, 2026
adopt — tomkis/typescript-engineering