Claude Skill

repo-onboarding

Understand this repository quickly before making changes. Use for architecture discovery, ownership mapping, command selection, and initial implementation planning.

LLM Mart · 0 points · 10 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download hoangsonww-claude-code-agent-monitor-.agents_skills_repo-onboarding-83d4df5.zip · 1 KB
Part of hoangsonww/claude-code-agent-monitor — 86 skills

Install

skills CLI npx skills add https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/.agents/skills/repo-onboarding
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install hoangsonww-claude-code-agent-monitor@llmmart
Git git clone https://github.com/hoangsonww/Claude-Code-Agent-Monitor.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole hoangsonww/claude-code-agent-monitor collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Repo Onboarding Skill

Workflow

  • Read AGENTS.md, README.md, and ARCHITECTURE.md.
  • Determine target layer: server/, client/, mcp/, or docs.
  • 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: npm run mcp:typecheck and npm run mcp:build

References

  • references/module-map.md
  • references/verification-map.md
Files (claude-code-agent-monitor)
  • agents
    • openai.yaml 253 B
      interface:
        display_name: "Repo Onboarding"
        short_description: "Map architecture, ownership, and verification strategy before coding."
        default_prompt: "Use repo-onboarding to analyze scope, affected modules, and validation commands for this task."
      
  • references
    • module-map.md 362 B
      # Module Map
      
      - `server/index.js`: app startup and route mounting.
      - `server/routes/*.js`: API contracts and route behavior.
      - `server/db.js`: schema and statement layer.
      - `server/websocket.js`: live update broadcast path.
      - `client/src/pages/`: route-level UI.
      - `client/src/components/`: reusable UI primitives.
      - `mcp/src/tools/domains/`: MCP tool families.
      
    • verification-map.md 260 B
      # Verification Map
      
      - Backend changes:
        - `npm run test:server`
      - Frontend changes:
        - `npm run test:client`
      - MCP changes:
        - `npm run mcp:typecheck`
        - `npm run mcp:build`
      - Docs-only changes:
        - validate command consistency against root `package.json`
      
  • SKILL.md 694 B
    ---
    name: repo-onboarding
    description: Understand this repository quickly before making changes. Use for architecture discovery, ownership mapping, command selection, and initial implementation planning.
    ---
    
    # Repo Onboarding Skill
    
    ## Workflow
    - Read `AGENTS.md`, `README.md`, and `ARCHITECTURE.md`.
    - Determine target layer: `server/`, `client/`, `mcp/`, or docs.
    - 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: `npm run mcp:typecheck` and `npm run mcp:build`
    
    ## References
    - `references/module-map.md`
    - `references/verification-map.md`
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related