hoangsonww

repo-onboarding

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

hoangsonww 956 221 Updated 5mo ago

Resources

2
GitHub

Install

npx skillscat add hoangsonww/claude-code-agent-monitor/repo-onboarding

Install via the SkillsCat registry.

About this skill

Here's a thinking process: 1. **Analyze the Request:** - **Goal:** Write a 2-3 sentence plain-text summary in English. - **Subject:** An AI agent skill for a public software directory. - **Source Material:** Provided description and SKILL.md excerpt about "repo-onboarding" skill. - **Key Points to Cover:** What it does, what problem it solves, when to use it.

SKILL.md

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

Categories