# Skill Name > **Note:** > This document is mainly for agents and LLMs to follow when [condition for skill usage]. Humans may also find it useful, but guidance here is optimized for automation and consistency by AI-assisted workflows. --- ## Abstract Brief summary of what this skill provides and how it's organized. Explain that each rule includes one-line summaries with links to detailed examples in the `references/` folder. **Token efficiency principle:** This guide maximizes knowledge delta by providing only expert-level insights Claude doesn't already know. All rules assume Claude understands standard concepts, libraries, and patterns. Focus is on non-obvious decisions, trade-offs, and edge cases. --- ## How to Use This Guide 1. **Start here**: Scan the rule summaries to identify relevant guidance 2. **Load references as needed**: Click through to detailed examples only when implementing 3. **Progressive loading**: Each reference file is self-contained with ❌/✅ examples This structure minimizes context usage while providing complete implementation guidance when needed. --- ## Quick Reference - [1.1 Rule Name](#11-rule-name) - Brief description (5-10 words) - [1.2 Rule Name](#12-rule-name) - Brief description (5-10 words) - [1.3 Rule Name](#13-rule-name) - Brief description (5-10 words) --- ## 1. General ### 1.1 Rule Name One-line summary of this rule (what it optimizes or prevents). [View detailed examples](references/example.md) ### 1.2 Rule Name One-line summary of this rule (what it optimizes or prevents). [View detailed examples](references/example.md) ### 1.3 Rule Name One-line summary of this rule (what it optimizes or prevents). [View detailed examples](references/example.md)