Skip to content

Codebase Analysis ​

Skills-first approach ​

CodyMaster ships skills aimed at knowledge extraction and navigation:

SkillUse when
cm-dockitYou want structured docs (architecture, SOPs, API) from code
cm-deep-searchRepo/docs are large; you need local semantic search (qmd)
cm-how-it-workOnboarding narrative for the whole kit

Open the skill file under skills/<name>/SKILL.md and follow its steps.

CLI and tests as ground truth ​

For this repository, the fastest β€œanalysis” is:

bash
npm run test:gate:kit

This forces the tree to compile and tests to agree with behavior (package.json).

MCP-assisted analysis ​

Point an MCP client at dist/mcp-context-server.js with --project /path/to/repo (see header comment in src/mcp-context-server.ts) and use cm_query / cm_resolve to pull project memory while exploring code.

See also ​

CodyMaster β€” AI-assisted engineering toolkit