Skip to content
Development
Skill

/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.

From plugin
claude-code-agent-monitor
99575 skills21 agents33 commands1 MCP
Install
$ npx -y skills add hoangsonww/Claude-Code-Agent-Monitor --skill repo-onboarding --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/repo-onboarding

Context preview

The summary Claude sees to decide when to auto-load this skill.

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.

SKILL.md

repo-onboarding.SKILL.md
name: repo-onboarding
description: 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.

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`
Ships withclaude-code-agent-monitor

🚀 A real-time monitoring dashboard for Claude Code & Codex, built with SQLite3, Node.js, Express, React, Vite, TailwindCSS, & WebSockets. It tracks sessions, agent activity, tool usage, and subagent orchestration, providing live analytics, a Kanban status board, status notifications, a cute buddy, & an interactive web UI/MacOS/Windows native app.

Get the whole plugin

Other skills on claude-code-agent-monitor.