80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
nerves-patterns
by layeddie
Nerves embedded development patterns for Elixir/Nerves systems
test-generation
by layeddie
Generates comprehensive Elixir tests using ExUnit following TDD principles.
distributed-systems
by layeddie
Distributed systems patterns for BEAM/OTP including clustering, supervision, and multi-region deployment
api-versioning
by layeddie
API versioning strategies including URL-based, header-based, and breaking change management
resilience-patterns
by layeddie
Resilience and error recovery patterns including circuit breaker, retry strategies, and graceful degradation
elixir-guidelines
by layeddie
Official Elixir community standards, naming conventions, and best practices
data-pipeline
by layeddie
GenStage, Broadway, and Flow for Elixir data pipelines
ecto-query-analysis
by layeddie
Analyzes Ecto queries for N+1 problems, missing preloads, and performance issues.
security-patterns
by layeddie
Elixir-specific security patterns, OWASP mitigations, and compliance best practices
ai-orchestration
by layeddie
LLM keyring management, multi-provider support, and AI agent orchestration
liveview-patterns
by layeddie
Phoenix LiveView UI and real-time feature patterns
elixir-scribe
by layeddie
Single Responsibility Code in Self-Documented Folder Structure
migration-patterns
by layeddie
Zero-downtime Elixir/Phoenix database migrations and rollback strategies
performance-profiling
by layeddie
Performance profiling and optimization for Elixir/BEAM applications
otp-patterns
by layeddie
Implements OTP design patterns including GenServer, Supervisor, and Application behaviors.
api-design
by layeddie
REST vs GraphQL, API versioning, rate limiting, and documentation for Elixir/BEAM APIs
observability
by layeddie
Telemetry, metrics, tracing, and observability for Elixir/BEAM applications
git-workflow
by layeddie
Git and GitHub workflow automation skills for OpenCode agents
spec-test-generator
by akz4ol
Converts PRDs/user stories into stable-ID requirements (REQ-xxxx), a structured test plan, a test case catalog (TEST-xxx...
mcp-grafana
by janjaszczak
Query dashboards/logs/alerts to support incident analysis and regressions. Use when troubleshooting involves observabili...
mcp-github-ops
by janjaszczak
Use GitHub MCP for issue/PR context, diffs, reviews, and automations. Use when the task references PR/issue numbers, rev...
mcp-shrimp-execution-loop
by janjaszczak
Combine Shrimp task tracking with execution loops (plan → execute → verify → update status). Use for multi-step deliveri...
task-planning-shrimp
by janjaszczak
Plan, split, and track multi-step work using Shrimp Task Manager MCP (or equivalent). Use for multi-file refactors, migr...
vanilla-web
by janjaszczak
Build or modify plain HTML/CSS/JavaScript (no framework) using modular ES modules (ESM), SRP, minimal global state, and...