What problem does it solve? Teams lack a systematic way to turn an existing codebase's real conventions into reusable, agent-readable engineering standards. This Skill audits the current project's code, directory layout, configuration, tests, CI, and templates, then compiles the evidence into a persistent project-specific Skill Set under .agents/skills/ instead of copying generic best-practice boilerplate. ## Core Features & Use Cases - Deterministic Project Discovery: A read-only scanner builds a project inventory covering languages, frameworks, build systems, test setups, and CI commands for TypeScript/JavaScript, Java, Go, and Rust projects. - Evidence-Based Skill Generation: Produces a root engineering-standards router Skill plus optional domain Skills, with an ownership manifest (generated-skill-set.json) so refreshes only touch Builder-owned files. - Validation and Self-Testing: Ships validators that check generated Skill Sets against project signals, plus fixture-driven self-tests covering Vue, React, Spring Boot, Go, Rust, and polyglot monorepos. - Use Case: Point it at a polyglot monorepo with a Vue frontend, Spring Boot services, and a Go worker; it detects each module's stack, converges conflicting conventions, and generates a minimal Skill Set that routes future AI coding sessions to the right project-specific rules. ## Quick Start Ask the agent to run the engineering-standards-builder skill to audit this repository and generate the project engineering standards Skill Set under .agents/skills/.