# Style Guide Template Generated by lite-skill-generator style analysis phase. ## Detected Patterns ### Structural Patterns | Pattern | Detected | Recommendation | |---------|----------|----------------| | YAML Frontmatter | {{HAS_FRONTMATTER}} | {{FRONTMATTER_REC}} | | ASCII Diagrams | {{HAS_DIAGRAMS}} | {{DIAGRAMS_REC}} | | Code Blocks | {{HAS_CODE_BLOCKS}} | {{CODE_BLOCKS_REC}} | | Phase Structure | {{PHASE_STRUCTURE}} | {{PHASE_REC}} | ### Language Patterns | Pattern | Value | Notes | |---------|-------|-------| | Instruction Style | {{INSTRUCTION_STYLE}} | imperative/declarative/procedural | | Pseudocode Usage | {{PSEUDOCODE_USAGE}} | functional/imperative/none | | Verbosity Level | {{VERBOSITY}} | concise/detailed/verbose | | Common Terms | {{TERMINOLOGY}} | domain-specific vocabulary | ### Organization Patterns | Pattern | Value | |---------|-------| | Phase Count | {{PHASE_COUNT}} | | Example Density | {{EXAMPLE_DENSITY}} | | Template Usage | {{TEMPLATE_USAGE}} | ## Style Compliance Checklist - [ ] YAML frontmatter with name, description, allowed-tools - [ ] Architecture diagram (if pattern detected) - [ ] Execution flow section with pseudocode - [ ] Phase sections (sequential numbered) - [ ] Usage examples section - [ ] README.md for external documentation ## Reference Skills Analyzed {{#REFERENCES}} - `{{REF_PATH}}`: {{REF_NOTES}} {{/REFERENCES}} ## Generated Configuration ```json { "style": { "structure": "{{STRUCTURE_TYPE}}", "language": "{{LANGUAGE_TYPE}}", "organization": "{{ORG_TYPE}}" }, "recommendations": { "usePseudocode": {{USE_PSEUDOCODE}}, "includeDiagrams": {{INCLUDE_DIAGRAMS}}, "verbosityLevel": "{{VERBOSITY}}", "phaseCount": {{PHASE_COUNT}} } } ```