Claude Skills Marketplace
A curated collection of modular, self-contained skills that extend Claude's capabilities with specialized knowledge across multiple programming languages, development tools, workflow orchestration, and software development best practices.
Quick Start
Installation
Add the marketplace and install plugins:
# Add the vinnie357 marketplace
/plugin marketplace add vinnie357/claude-skills
# Install all skills (meta-plugin)
/plugin install all-skills@vinnie357
# Or install individual plugins selectively:
/plugin install core@vinnie357 # Git, documentation, code review, accessibility
/plugin install elixir@vinnie357 # Elixir, Phoenix, OTP, testing
/plugin install rust@vinnie357 # Rust language features
/plugin install wasm@vinnie357 # WebAssembly and Wasmtime
/plugin install zig@vinnie357 # Zig language features
/plugin install dagu@vinnie357 # Workflow orchestration
/plugin install github@vinnie357 # GitHub Actions, workflows, act
/plugin install slidev@vinnie357 # Slidev presentations
/plugin install tweag@vinnie357 # Topiary formatter and Nickel config
/plugin install ui@vinnie357 # daisyUI, Tailwind CSS theming
/plugin install claude-code@vinnie357 # Plugin marketplace management tools
Verify installation:
/plugin list
Available Plugins
all-skills - Complete Bundle
Meta-plugin that installs all available skills from all other plugins. Install this for the full experience.
Keywords: all, complete, bundle
core - Essential Development Skills
Fundamental development tools and best practices.
Skills:
- git - Git operations, conventional commits, branching, conflict resolution
- mise - Development environment and tool version management
- nushell - Modern shell with structured data pipelines
- documentation - Technical writing, README files, API documentation
- code-review - Code review best practices for security and maintainability
- accessibility - Web accessibility standards (WCAG, ARIA)
- material-design - Material Design 3 design system
- twelve-factor - Cloud-native application design principles
- anti-fabrication - Ensure factual accuracy through tool validation
- security - Secret detection and credential scanning with gitleaks
- beads - Distributed git-backed graph issue tracker
- bees - Bees issue tracking and task management
- container - Apple Container CLI for Linux containers on macOS
- tdd - Test-driven development practices and workflows
Keywords: git, documentation, code-review, tools, beads, bees, container, tdd
elixir - Elixir Development
Elixir and Phoenix development skills.
Skills:
- anti-patterns - Identify and refactor Elixir code smells and anti-patterns
- phoenix - Phoenix framework with LiveView, contexts, and channels
- otp - OTP behaviors (GenServer, Supervisor, Task, Agent)
- testing - ExUnit testing, property-based testing, mocks
- config - Runtime vs compile-time configuration best practices
- ports - Elixir Ports for external OS process communication
- style - Elixir code style and formatting conventions
- tidewave - Tidewave MCP integration for Elixir development
Keywords: elixir, phoenix, otp, ports, style, beam
rust - Rust Programming
Rust language features and best practices.
Skills:
- rust - Rust overview, concepts, and routing to sub-skills
- ownership - Ownership, borrowing, and lifetimes
- error-handling - Error types, Result, and error propagation patterns
- async - Async/await, Tokio runtime, and concurrent programming
- testing - Unit testing, integration testing, and test organization
- troubleshooting - Diagnosing and resolving common Rust errors
Keywords: rust, systems-programming, memory-safety
wasm - WebAssembly Development
WebAssembly runtime, compilation, and embedding skills.
Skills:
- wasmtime - Wasmtime runtime, Component Model, WIT, WASI, guest compilation (Rust, Zig), host embedding (Rust, Elixir)
- wit - WIT interface definition language for WebAssembly components
Keywords: wasm, webassembly, wasmtime, wasi, component-model
dagu - Workflow Orchestration
Dagu workflow orchestration and automation.
Skills:
- workflows - YAML workflow authoring, scheduling, dependencies
- webui - Dagu web interface for workflow management
- rest-api - Programmatic workflow control via REST API
Keywords: dagu, workflow, orchestration
ui - UI Development
UI framework and component library skills.
Skills:
- daisyui - daisyUI component library with Tailwind CSS theming
Keywords: ui, daisyui, tailwind
github - GitHub Development Tools
GitHub Actions, workflows, and local testing.