What problem does it solve? Recurring implementation patterns and durable coding decisions often get lost after a task completes, forcing future work to rediscover the same rules. This Skill captures those lessons and writes them into the correct repository documentation so future agent and human work inherits them by default. ## Core Features & Use Cases - Durable Rule Detection: Auto-invokes on trigger phrases like "update docs", "create new skill", or "document recurring pattern", and when agent output reveals reusable patterns across multiple files. - Ownership-Based Updates: Routes each rule to the narrowest correct guide, such as api-development, web-frontend, css-standards, or .github/copilot-instructions.md, preferring updates over new skills. - Documentation Audits: Reconciles stale README, prompt, and skill content against current routes, scripts, and tests. - Use Case: After refactoring event moderation logic into a reusable service pattern, invoke this Skill to record the new architectural boundary in the appropriate SKILL.md so future tasks follow it automatically. ## Quick Start Ask the agent to update the skill documentation to capture the reusable workflow or convention established in the current task.