Teakit Money
Use this skill when working in the @teakit/money repository.
Core Rules
- Start with
AGENTS.md, thenREADME.md,docs/knowledge/index.md, anddocs/memory/index.md.CLAUDE.mdis only a Claude Code pointer back toAGENTS.md. - Use
/Users/billgo/.agents/skills/billgo-skills/SKILL.mdwhen available to select the task workflow. - Apply
code-guidelinesto every code or docs change. - Apply
teakitandtypescript-guidelineswhen changing setup, source, tests, docs, package metadata, or release flow. - Keep
README.mdshort and route deeper material to focused docs. - Put background and rationale in
docs/knowledge/. - Distill stable decisions into
docs/memory/. - Put version direction in
docs/proposals/and executable SDD contracts indocs/specs/. - Keep
skills/llms.mdand thisSKILL.mdthin; put detailed API or concept docs in focused reference files when needed. - Document only real public APIs and supported workflows.
- Target Node.js
>=22.2.0. - Update tests and docs when behavior, commands, config, runtime targets, or agent-facing usage changes.
- Keep proposed money APIs in proposals or specs until implementation and tests exist.
- Keep the main concept reference at
skills/teakit-money/references/main-concept.md.
Workflow
- Classify the task through Billgo Skills: define, plan, build, verify, review, or ship.
- Surface assumptions before non-trivial changes.
- Identify whether the task changes source code, public API, docs, commands, config, or project memory.
- Read the smallest relevant source, test, doc, or skill file.
- Make scoped changes that follow the existing project style.
- Run relevant verification:
bun run check,bun run typecheck,bun run test,bun run build. - For documentation site changes, also run
bun run docs:build. - Summarize what changed and any verification that could not run.