Standards Extraction Skill Extract coding standards, formatting rules, and contribution guidelines from project configuration files. Returns structured data about project conventions. Variables | Variable | Default | Description | |----------|---------|-------------| | INCLUDE LINTER RULES | true | Parse ESLint, Prettier, Ruff configs | | INCLUDE EDITOR CONFIG | true | Parse .editorconfig | | INCLUDE GIT HOOKS | true | Check for pre-commit, husky configs | | OUTPUT FORMAT | json | Output format: json, markdown, or toon | Instructions MANDATORY - Follow the Workflow steps below in order. Do no…