mcpbeat

Repo Onboarding

hoangsonww/claude-code-agent-monitor-repo-onboarding

Onboard quickly to this repository. Use when asked to understand architecture, locate ownership, choose the right module, or identify the correct commands and verification strategy before coding.

552 tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
867
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/hoangsonww/Claude-Code-Agent-Monitor --skill repo-onboarding

The instruction itself

4 sections, as written by the author

Repo Onboarding

Use this workflow when a task begins with discovery.

Steps

  • Read README.md and ARCHITECTURE.md for system-level context.
  • Identify target layer:
  • server/ for API, hooks, DB, websocket
  • client/ for UI and routing
  • mcp/ for local MCP tools and policy gates
  • Select the smallest set of files required to answer the task.
  • Confirm verification commands before implementation.

Verification defaults

  • Backend: npm run test:server
  • Frontend: npm run test:client
  • MCP: npm run mcp:typecheck and npm run mcp:build

References

  • Module map: references/module-map.md
  • Command map: references/command-map.md

How to use it

Copy the folder

Take hoangsonww/claude-code-agent-monitor-repo-onboarding from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.