usage-rules

Community

Find Elixir usage rules fast.

Authorbradleygolden
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: usage-rules
Download link: https://github.com/bradleygolden/claude-marketplace-elixir/archive/main.zip#usage-rules

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository