Agent skill
skill-discovery
Stars
0
Forks
1
Install this agent skill to your Project
npx add-skill https://github.com/layeddie/ai-rules/tree/main/tools/claude/skills/skill-discovery
SKILL.md
Skill: skill-discovery
INVOKE BEFORE working on Elixir/BEAM files. Determines which skills to load based on file patterns and task hints.
Use when
- You open a file and are unsure which skill applies.
- The request spans multiple areas (OTP + LiveView + Ash).
How it works
- Scan current file path/name and pick matching skills:
lib/**/live/**/*.exorlib/**/live_view/**/*.ex: loadliveview-lifecycle.lib/**/ash/**or*_ash/**: loadash-guardrails.lib/**/ecto/**orpriv/repo/migrations/*.exs: loadecto-query-analysis.lib/**/otp/**or modules ending withSupervisor|Server|Worker: loadotp-patterns.
- If multiple match, list all; start with the most specific (Ash > LiveView > Ecto > OTP).
Response pattern
- Summarize matched skills and why (1–2 bullets).
- Ask before loading heavy checklists if context is large.
Notes
- Keep outputs concise; point to
tools/claude/README.mdfor deeper docs when asked.
Didn't find tool you were looking for?