Agent skill
rules-repo-conventions
Apply Rules Repository conventions and forward-only workflow. Use when generating or editing docs, prompts, or code in projects that consume this repository or when this repository is the active workspace. Ensure Pact → Rules → Guides → Implementation links are created and updated, and prefer linking to submodule guides over duplicating content.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/rules-repo-conventions-guicedee-ai-rules
SKILL.md
Rules Repository Conventions
This Skill encodes the essential conventions for working with this repository (as a submodule or directly) so Claude can apply them automatically.
Instructions
- Load and apply the repository root skills catalog: see skills.md.
- Honor RULES.md anchors for behavior and technical commitments:
- ./RULES.md#4-behavioral-agreements
- ./RULES.md#5-technical-commitments
- ./RULES.md#document-modularity-policy
- ./RULES.md#6-forward-only-change-policy
- Close loops between artifacts:
- Pact → Rules → Guides → Implementation, and back-links from Implementation to its source guide and rule.
- Link discipline:
- Use relative paths; do not place project-specific docs inside the Rules Repository submodule directory when used downstream.
- Observability defaults:
- Prefer wiring to the Observability index and relevant guides: generative/platform/observability/README.md.
- When adding new topic docs under generative/:
- Add the entry to the nearest topic index README and cross-link to related guides.
- When updating structure/content:
- Apply the Forward-Only policy in one change: update or remove conflicting docs and links; no compatibility stubs.
Examples
- When scaffolding a new host project README, include links to PACT.md, RULES.md, GUIDES.md, IMPLEMENTATION.md, and the Rules Repository submodule path.
- When creating a new Observability guide, add it to generative/platform/observability/README.md and cross-link from related platform indexes.
Validation Checklist
- Links resolve and remain relative
- Loop closure present (forward/back links)
- No project-specific files placed inside the submodule directory
- Forward-only edits applied (no legacy anchors retained)
See also
- Repository skills catalog — skills.md
- Enterprise RULES — RULES.md
- Platform Observability — generative/platform/observability/README.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?