Browse Skills
20307 skills found
api-endpoint.md
3
1
export
api-endpoint
2
from
"vapvarun/claude-backup"
from
"vapvarun/claude-backup"
3
Create REST or GraphQL API endpoints with proper validation, error handling, authentication, and documentation. Use when building backend APIs or serverless functions.
2026-01-05
rails-jobs.md
3
1
export
rails-jobs
2
from
"stephendolan/dotfiles"
from
"stephendolan/dotfiles"
3
Rails background job patterns for Sidekiq/ActiveJob. Use when creating jobs, handling job errors, or debugging async issues. Covers thin jobs, error strategies, and naming conventions.
2026-01-05
receiving-code-review.md
3
1
export
receiving-code-review
2
from
"Sentry01/Copilot-CLI-Harness"
from
"Sentry01/Copilot-CLI-Harness"
3
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
2026-01-05
codex-parallel-subagents.md
3
1
export
codex-parallel-subagents
2
from
"moonbit-community/codex-sdk"
from
"moonbit-community/codex-sdk"
3
Use when building MoonBit tools on this repo's Codex SDK that spawn multiple agent threads in parallel or in batch, including bounded concurrency, per-task threads, streaming events, and collecting session IDs or structured outputs.
2026-01-05
css-styling.md
3
1
export
css-styling
2
from
"vapvarun/claude-backup"
from
"vapvarun/claude-backup"
3
Write modern, maintainable CSS using best practices for layouts, responsive design, animations, and CSS architecture. Use when styling websites, fixing CSS issues, or implementing designs.
2026-01-05
steering-matcher.md
3
1
export
steering-matcher
2
from
"rjmurillo/ai-agents"
from
"rjmurillo/ai-agents"
3
Match file paths against steering file glob patterns to determine applicable steering guidance. Use when orchestrator needs to inject context-aware guidance based on files being modified.
2026-01-05
authorization-models.md
3
1
export
authorization-models
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Comprehensive authorization guidance covering RBAC, ABAC, ACL, ReBAC, and policy-as-code patterns. Use when designing permission systems, implementing access control, or choosing authorization strategies.
2026-01-05
nativephp-edge-components.md
3
1
export
nativephp-edge-components
2
from
"NativePHP/ClaudePlugins"
from
"NativePHP/ClaudePlugins"
3
This skill should be used when the user asks about "EDGE component", "native-top-bar", "native-bottom-nav", "native-side-nav", "native-fab", "native ui component", "TopBar", "BottomNav", "SideNav", "Fab component", "native navigation", "nativephp-safe-area", "safe area insets", or needs to implement native UI elements that render natively on device.
2026-01-05
implementation-guidance-generator.md
3
1
export
implementation-guidance-generator
2
from
"paulchiu/dotfiles"
from
"paulchiu/dotfiles"
3
Generates structured implementation guidance documents for technical issues, bug fixes, and feature development. Use when creating actionable implementation plans with file references, code locations, and step-by-step approaches following Obsidian markdown formatting standards.
2026-01-05
td-mcp.md
3
1
export
td-mcp
2
from
"treasure-data/td-skills"
from
"treasure-data/td-skills"
3
TD MCP server setup for Claude Code integration. Covers installation, regional configuration (us01, jp01, eu01), available tools (query, list_databases, describe_table), and write mode.
2026-01-05
tdd.md
3
1
export
tdd
2
from
"jkitchin/skillz"
from
"jkitchin/skillz"
3
Test-Driven Development facilitation using the red-green-refactor cycle. Guides users throughwriting tests first, implementing minimal code to pass, and refactoring for quality. Use whenusers want to practice TDD, need help writing tests before code, are developing new featurestest-first, or want guidance on test structure and implementation. Triggers include 'use TDD,''test-driven development,' 'write tests first,' 'red-green-refactor,' or requests to developfunctionality with tests.
2026-01-05
comfyui.md
3
1
export
comfyui
2
from
"atrawog/bazzite-ai"
from
"atrawog/bazzite-ai"
3
ComfyUI node-based Stable Diffusion interface. GPU-accelerated imagegeneration with custom node support and CivitAI model downloads.Use 'ujust comfyui' for installation, lifecycle management, andmodel/node operations.
2026-01-05
cilium-expert.md
3
1
export
cilium-expert
2
from
"martinholovsky/claude-skills-generator"
from
"martinholovsky/claude-skills-generator"
3
Expert in Cilium eBPF-based networking and security for Kubernetes. Use for CNI setup, network policies (L3/L4/L7), service mesh, Hubble observability, zero-trust security, and cluster-wide network troubleshooting. Specializes in high-performance, secure cluster networking.
2026-01-05
tauri-dev.md
3
1
export
tauri-dev
2
from
"cliangdev/specflux"
from
"cliangdev/specflux"
3
Tauri desktop application development patterns. Use when building the SpecFlux desktop app, implementing IPC communication between Rust and React, managing windows, or testing Tauri commands.
2026-01-05
zte-progression.md
3
1
export
zte-progression
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Guide progression from In-Loop to Out-Loop to Zero-Touch Engineering. Use when assessing agentic maturity, planning ZTE progression, or identifying requirements for autonomous operation.
2026-01-05
code-review-orchestrator.md
3
1
export
code-review-orchestrator
2
from
"jack-michaud/faire"
from
"jack-michaud/faire"
3
Delegate specialized reviews to subagents and synthesize their findings. Use when reviewing code.
2026-01-05
python-pytest-patterns.md
3
1
export
python-pytest-patterns
2
from
"0xDarkMatter/claude-mods"
from
"0xDarkMatter/claude-mods"
3
pytest testing patterns for Python. Triggers on: pytest, fixture, mark, parametrize, mock, conftest, test coverage, unit test, integration test, pytest.raises.
2026-01-05
agentic-layer-assessment.md
3
1
export
agentic-layer-assessment
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Assess agentic layer maturity using the 12-grade classification system (Class 1-3). Use when evaluating codebase readiness, identifying next upgrade steps, or tracking progress toward the Codebase Singularity.
2026-01-05
code-review.md
3
1
export
code-review
2
from
"petyosi/rc"
from
"petyosi/rc"
3
Pre-PR code review for branch changes. Use when user wants to review changes before opening a PR, asks to check their branch for issues, or mentions code review. Analyzes diff against base branch for code quality, bugs, security vulnerabilities, logical fallacies, and style/convention violations. Provides detailed analysis with file:line references and improvement suggestions.
2026-01-05
performance-tuning-expert.md
3
1
export
performance-tuning-expert
2
from
"sandraschi/advanced-memory-mcp"
from
"sandraschi/advanced-memory-mcp"
3
Application performance specialist for profiling, optimization, and scaling strategies
2026-01-05
python-engineering.md
3
1
export
python-engineering
2
from
"gonzaloserrano/dotfiles"
from
"gonzaloserrano/dotfiles"
3
Comprehensive Python engineering guidelines for writing production-quality Python code. This skill should be used when writing Python code, performing Python code reviews, working with Python tools (uv, ruff, mypy, pytest), or answering questions about Python best practices and patterns. Applies to CLI tools, AI agents (langgraph), and general Python development.
2026-01-05
auto-update-systems-expert.md
3
1
export
auto-update-systems-expert
2
from
"martinholovsky/claude-skills-generator"
from
"martinholovsky/claude-skills-generator"
3
Expert in Tauri auto-update implementation with focus on signature verification, rollback mechanisms, staged rollouts, and secure update distribution
2026-01-05
etl-elt-patterns.md
3
1
export
etl-elt-patterns
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Use when designing data pipelines, choosing between ETL and ELT approaches, or implementing data transformation patterns. Covers modern data pipeline architecture.
2026-01-05
swiftui-accessibility.md
3
1
export
swiftui-accessibility
2
from
"xtone/ai_development_tools"
from
"xtone/ai_development_tools"
3
Accessibility implementation guide for SwiftUI apps. Use when implementing VoiceOver support, adding accessibilityLabel/Hint/Value, supporting Dynamic Type, ensuring color contrast, testing accessibility, or reviewing accessibility in PRs. Covers iOS accessibility APIs, WCAG guidelines, and testing tools.
2026-01-05