usage-rules
Installation
SKILL.md
Usage Rules Search
Find package-specific best practices and coding conventions from usage-rules.md files.
What Are Usage Rules?
A community convention where packages include a usage-rules.md file with:
- Coding conventions and patterns
- Good/bad code examples (marked
# GOOD,# BAD,# AVOID) - Common mistakes to avoid
- Domain-specific idioms
Search Locations (in order)
- Project deps:
deps/<package>/usage-rules.md - Fetched cache:
.usage-rules/<package>-<version>/usage-rules.md - Fetch if needed: Extract from package (see below)