skill-authoring
Best practices for creating and updating Claude Code skills including YAML frontmatter structure, description patterns for discoverability, content organization, progressive disclosure, and testing strategies. Use when creating new skills or updating existing skills to follow proven patterns.
yaml-frontmattercontent-organizationprogressive-disclosuretesting-strategies
randalmurphal
0
Code Refactoring Patterns
When and how to refactor complex functions including complexity thresholds (50+ statements, 12+ branches), extraction patterns, guard clauses, and testing strategies. Use when ruff/pylint complexity warnings appear or code becomes hard to maintain.
complexity-assessmentextraction-patternsguard-clausestesting-strategies
randalmurphal
0