Agent skill
repo-onboarding
Repository onboarding and agent bootstrap. Use at the start of a new repo session or before any task to load AGENTS.md, architecture/skills indexes, and discover local Codex skills.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/repo-onboarding
SKILL.md
Repo Onboarding
Overview
Load repo governance and skills before acting.
Workflow
- Read
AGENTS.md. Follow any "Golden Path" or referenced indexes. - Load architecture references:
- If
AGENTS.mdpoints to.agent-docs/architecture.md, open it. - Otherwise open
architecture.mdand any index it references.
- Load skills references:
- Open
.agent-docs/SKILLS.mdandskills.mdif present. - Scan
skills/for*/SKILL.mdand list available Codex skills (name + path).
- Choose skills:
- If the task matches a skill description, load it and follow its workflow.
- Use
docs-auto-syncwhenever code changes are made.
- Summarize: confirm which docs/skills were loaded and any constraints found.
Resources
references/bootstrap-sources.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?