style-anchors-collection
Installation
SKILL.md
Style Anchors Collection
Systematically identifies, documents, and organizes code examples that demonstrate approved patterns from technical requirements. Creates a structured library of style anchors used throughout implementation.
Prerequisites
- Completed
technical-requirements.yaml - Optional: Access to existing codebase or reference repositories
Purpose
Style anchors are concrete code examples that serve as templates for implementation. They prevent drift by:
- Establishing approved patterns before coding begins
- Providing specific file:line references instead of abstract descriptions
- Documenting when and how to use each pattern
- Creating a reusable pattern library for the project