What problem does it solve? Teams repeatedly hand-write coding standards, refactoring methodologies, and subagent definitions for every new repository. This Skill packages proven, project-agnostic engineering rules plus a ready-made specialist agent roster so a new repo's CLAUDE.md, AGENTS.md, or .cursor rules can be bootstrapped from a known-good baseline instead of starting from scratch. ## Core Features & Use Cases - Portable rule sets: General coding rules, a behavior-preserving refactoring methodology, and session-hygiene/working-style rules that drop into any project's CLAUDE.md or AGENTS.md. - 13-agent roster: Specialist subagent definitions (frontend, backend, refactor, QA, Playwright, DevOps, security, UX, architecture, orchestration) in Claude-style frontmatter that down-converts to GitHub Copilot .agent.md files and Cursor prompts. - Routing standard: An architecture and standards guide defining activation order, agentic loops, token-usage standards, and a pruning standard for retiring agents. - Use Case: When starting a new Vite/React + .NET project, fold the rules files into the repo's CLAUDE.md, copy the agent definitions into .claude/agents/, and let the routing standard dispatch tasks like "add a rate limiter" to backend-dev, security-specialist, and qa-test-engineer automatically. ## Quick Start Ask your assistant to follow the rules in rules/coding-rules.md and rules/refactoring-rules.md, and to route tasks using the agent roster defined in agents/README.md.