Claude-Code-Agent-Monitor repo-onboarding
Understand this repository quickly before making changes. Use for architecture discovery, ownership mapping, command selection, and initial implementation planning.
install
source · Clone the upstream repo
git clone https://github.com/hoangsonww/Claude-Code-Agent-Monitor
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/hoangsonww/Claude-Code-Agent-Monitor "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.agents/skills/repo-onboarding" ~/.claude/skills/hoangsonww-claude-code-agent-monitor-repo-onboarding && rm -rf "$T"
manifest:
.agents/skills/repo-onboarding/SKILL.mdsource content
Repo Onboarding Skill
Workflow
- Read
,AGENTS.md
, andREADME.md
.ARCHITECTURE.md - Determine target layer:
,server/
,client/
, or docs.mcp/ - Identify the minimal file set needed for the task.
- Select verification commands before editing.
Verification defaults
- Backend:
npm run test:server - Frontend:
npm run test:client - MCP:
andnpm run mcp:typechecknpm run mcp:build
References
references/module-map.mdreferences/verification-map.md