Agent skill
init-repo
Initialize a fork of GoodDocs with fork-specific defaults and a customized doc type.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/init-repo-sidu-gooddocs
SKILL.md
Skill: init-repo
Purpose
Initialize a fork of GoodDocs with fork-specific defaults and a customized doc type.
Behavior
- Prompt the user for:
repoNamedocTypeDisplayName(default: Design Docs)docTypeKey(default: design-docs)docRootfolder name underdocs/(default derived from docTypeKey)defaultOwners(comma-separated)
- Create
repo.config.jsonwith:repoName,defaultDocTypeKey,defaultOwners(array), andcreatedAt(YYYY-MM-DD).
- Update
schema/doc_rules.jsonsodocTypes[0]matches the new doc type key, display name, and doc root. - If
docs/exampleexists and the chosen doc root differs, rename it and update links indocs/README.md. - Run
python3 scripts/validate_docs.pyand fix issues before finishing.
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?