Claude-skill-registry ash-vibez
Fetch Ash Framework guidance for creating and managing Ash applications. Use when working with Ash Framework, creating new Ash projects, adding Ash extensions, or needing Ash-specific patterns.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/ash-vibez" ~/.claude/skills/majiayu000-claude-skill-registry-ash-vibez && rm -rf "$T"
manifest:
skills/data/ash-vibez/SKILL.mdsource content
Ash Framework Guidance
When working with Ash Framework:
- Fetch the guidance index: https://raw.githubusercontent.com/bradleygolden/ash_vibez/main/llms.txt
- Follow links to relevant documentation based on the task
- Apply patterns and commands from the fetched docs