Browse Skills
44915 skills found
facet.md
4
1
export
facet
2
from
"fasterthanlime/.claude"
from
"fasterthanlime/.claude"
3
Facet is a serde replacement for Rust using reflection. Use this skill when working with serialization, deserialization, CLI parsing, or any task where you'd normally use serde. Provides crate mappings (serde_json → facet-json, clap → facet-args, etc.) and usage patterns.
2026-01-05
create-frontend-controller.md
4
1
export
create-frontend-controller
2
from
"ProxiBlue/claude-skills"
from
"ProxiBlue/claude-skills"
3
Creates a frontend controller action in Magento 2 for the storefront. Use when building custom frontend pages, AJAX endpoints, form submission handlers, or API-like endpoints for JavaScript.
2026-01-05
magento-controller-refactor.md
4
1
export
magento-controller-refactor
2
from
"ProxiBlue/claude-skills"
from
"ProxiBlue/claude-skills"
3
Scans and refactors deprecated Magento 2 controller patterns to modern HTTP verb interfaces. Use when modernizing controllers that extend deprecated Action base class or need PHP 8.3+ compatibility.
2026-01-05
toml-python.md
4
1
export
toml-python
2
from
"Jamie-BitFlight/claude_skills"
from
"Jamie-BitFlight/claude_skills"
3
When reading or writing pyproject.toml or .toml config files in Python. When editing TOML while preserving comments and formatting. When designing configuration file format for a Python tool. When code uses tomlkit or tomllib. When implementing atomic config file updates.
2026-01-05
map-generator.md
4
1
export
map-generator
2
from
"dmccreary/claude-skills"
from
"dmccreary/claude-skills"
3
This skill generates interactive maps using the Leaflet JavaScript library. Use this skill when users need to create geographic visualizations, location-based data displays, or interactive maps for educational textbooks. The skill creates complete MicroSim packages with HTML, CSS, and documentation, optimized for iframe embedding in narrow MkDocs pages with navbar and TOC.
2026-01-05
canvas-design.md
4
1
export
canvas-design
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
3
Create beautiful visual art in .png and .pdf documents using design philosophy. Use when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
2026-01-05
react-performance-optimization.md
4
1
export
react-performance-optimization
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
3
React performance optimization patterns using memoization, code splitting, and efficient rendering strategies. Use when optimizing slow React applications, reducing bundle size, or improving user experience with large datasets.
2026-01-05
websearch-quick.md
4
1
export
websearch-quick
2
from
"thomasholknielsen/claude-code-config"
from
"thomasholknielsen/claude-code-config"
3
Fast, targeted single-pass search strategy for simple factual lookups. 1-iteration workflow with authoritative source verification and minimal citations. Use for version lookups, documentation finding, simple definitions, existence checks. Keywords: what version, find docs, link to, what is, does X support.
2026-01-05
fal-text-to-image.md
4
1
export
fal-text-to-image
2
from
"delorenj/skills"
from
"delorenj/skills"
3
Generate high-quality images from text prompts using fal.ai's text-to-image models. Supports intelligent model selection, style transfer, and professional-grade outputs.
2026-01-05
react-patterns.md
4
1
export
react-patterns
2
from
"benshapyro/cadre-devkit-claude"
from
"benshapyro/cadre-devkit-claude"
3
Modern React patterns for TypeScript applications including hooks, state management, and component composition. Use when building React components, managing state, or implementing React best practices.
2026-01-05
ux-waiting-audit.md
4
1
export
ux-waiting-audit
2
from
"BayramAnnakov/ux-waiting-audit"
from
"BayramAnnakov/ux-waiting-audit"
3
Audit UX waiting states for web applications with long-running operations (30+ seconds). Use when asked to evaluate, audit, or analyze a product's loading states, wait times, progress indicators, or user experience during slow operations. Requires browser automation (Chrome MCP tools). Generates comprehensive reports with screenshots, checklist evaluation, and prioritized recommendations.
2026-01-05
software-change-management-using-git.md
4
1
export
software-change-management-using-git
2
from
"delorenj/skills"
from
"delorenj/skills"
3
Use this skill when any task is complete, before beginning any non-trivial task, or whenever working with git or tasked with commiting code.
2026-01-05
systematic-debugging.md
4
1
export
systematic-debugging
2
from
"alexanderop/MarkVim"
from
"alexanderop/MarkVim"
3
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-05
moving-rainbow.md
4
1
export
moving-rainbow
2
from
"dmccreary/claude-skills"
from
"dmccreary/claude-skills"
3
Generate MicroPython programs for the Moving Rainbow LED strip educational project using Raspberry Pi Pico with NeoPixel strips and button controls.
2026-01-05
bd-issue-tracking.md
4
1
export
bd-issue-tracking
2
from
"TerraConstructs/grid"
from
"TerraConstructs/grid"
3
Track complex, multi-session work with dependency graphs using bd (beads) issue tracker. Use when work spans multiple sessions, has complex dependencies, or requires persistent context across compaction cycles. For simple single-session linear tasks, TodoWrite remains appropriate.
2026-01-05
github-pr-workflow.md
4
1
export
github-pr-workflow
2
from
"YPares/agent-skills"
from
"YPares/agent-skills"
3
Working with GitHub Pull Requests using the gh CLI. Use for fetching PR details, review comments, CI status, and understanding the difference between PR-level comments vs inline code review comments.
2026-01-05
skill-architecture.md
4
1
export
skill-architecture
2
from
"terrylica/cc-skills"
from
"terrylica/cc-skills"
3
Meta-skill for creating Claude Code skills. TRIGGERS - create skill, YAML frontmatter, validate skill, TodoWrite templates, bundled resources (scripts/references/assets), progressive disclosure, allowed-tools, skill architecture. Use when creating, validating, or structuring skills.
2026-01-05
gen-commit-msg.md
4
1
export
gen-commit-msg
2
from
"acking-you/myclaude-skills"
from
"acking-you/myclaude-skills"
3
Generate concise commit messages based on conversation context and minimal git inspection.
2026-01-05
valgrind.md
4
1
export
valgrind
2
from
"fasterthanlime/.claude"
from
"fasterthanlime/.claude"
3
Debug memory errors and profile performance using valgrind and callgrind. Use for crashes, memory corruption, leaks, or instruction-level profiling on Linux.
2026-01-05
asciinema-streaming-backup.md
4
1
export
asciinema-streaming-backup
2
from
"terrylica/cc-skills"
from
"terrylica/cc-skills"
3
Real-time asciinema recording backup to GitHub orphan branch with idle-based chunking and brotli archival. TRIGGERS - streaming backup, recording backup, asciinema backup, continuous recording, session backup, orphan branch recording, zstd streaming, chunked recording, real-time backup, github recording storage.
2026-01-05
hammer-test-suite-generator.md
4
1
export
hammer-test-suite-generator
2
from
"Ronin15/SDL3_HammerEngine_Template"
from
"Ronin15/SDL3_HammerEngine_Template"
3
Generates complete test suite infrastructure (test scripts, functional tests, benchmark tests, output directories, CMake integration) for a new SDL3 HammerEngine system or manager following project conventions. Use when adding a new manager or system that needs testing infrastructure.
2026-01-05
pptx.md
4
1
export
pptx
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
3
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
2026-01-05
webapp-testing.md
4
1
export
webapp-testing
2
from
"NickCrew/claude-cortex"
from
"NickCrew/claude-cortex"
3
Toolkit for interacting with and testing local web applications using Playwright. Use when verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
2026-01-05
multi-agent-performance-profiling.md
4
1
export
multi-agent-performance-profiling
2
from
"terrylica/cc-skills"
from
"terrylica/cc-skills"
3
Multi-agent parallel performance profiling workflow for identifying bottlenecks in data pipelines. Use when investigating performance issues, optimizing ingestion pipelines, profiling database operations, or diagnosing throughput bottlenecks in multi-stage data systems.
2026-01-05