What problem does it solve?
This Skill automates the process of discovering and applying package usage conventions for Elixir projects. It searches local dependencies for usage rules, consults a cached repository of previously fetched rules, and automatically fetches new rules when needed. It then extracts the most relevant sections based on the coding context and offers fallback guidance when rules aren’t available.
Core Features & Use Cases
- Local dependencies search: Look up usage-rules.md in deps/ to match the project's version.
- Fetched cache search: Retrieve rules from .usage-rules/ for offline access.
- Progressive fetch: Automatically download and cache rules for future use.
- Context-aware extraction: Pulls relevant sections like Querying, Error Handling, or Relationships.
- Fallback guidance: Suggests alternatives when rules are missing.
Quick Start
Example: User asks for Ash best practices for querying. Claude will locate the rules, extract the relevant section (e.g., 'Querying Data'), and present concise guidance.