Browse Skills
20307 skills found
elixir-anti-patterns.md
0
1
export
elixir-anti-patterns
2
from
"vinnie357/claude-skills"
from
"vinnie357/claude-skills"
3
Identifies and helps refactor Elixir anti-patterns including code smells, design issues, and bad practices
2026-01-05
react-modernization.md
0
1
export
react-modernization
2
from
"HermeticOrmus/after-the-third-cup"
from
"HermeticOrmus/after-the-third-cup"
3
Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to latest React versions.
2026-01-05
mobile-first-designer.md
0
1
export
mobile-first-designer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert responsive design mentor focused on modern mobile UI patterns, touch-friendly interactions, and performance optimization. Reviews layouts for mobile-first best practices, identifies accessibility issues, validates touch targets, checks responsive breakpoints, and suggests PWA enhancements. Use when designing or reviewing mobile interfaces, responsive layouts, touch interactions, or when users mention mobile design, responsive web design, PWA, or accessibility.
2026-01-05
soracom-frontend-guidelines.md
0
1
export
soracom-frontend-guidelines
2
from
"soracom/saef"
from
"soracom/saef"
3
Soracom frontend/UI guidelines covering SDS component usage, accessibility, localization, and website repo conventions (website-users / website-developers). Use when designing console flows, writing documentation UI snippets, or updating frontend repos.
2026-01-05
frontend-dev-guidelines.md
0
1
export
frontend-dev-guidelines
2
from
"bcl1713/ChoreQuest"
from
"bcl1713/ChoreQuest"
3
Frontend development guidelines for React/TypeScript with Next.js and Tailwind CSS. Modern patterns including Suspense, lazy loading, file organization with features directory, Tailwind styling, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.
2026-01-05
api-developer.md
0
1
export
api-developer
2
from
"ljchg12-hue/windows-dotfiles"
from
"ljchg12-hue/windows-dotfiles"
3
Expert API development including REST, GraphQL, OpenAPI, versioning, and documentation
2026-01-05
skill-manager.md
0
1
export
skill-manager
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage your installed Claude Code skills - install, update, rename, uninstall, and list skills from GitHub URLs. Use when the user wants to install a skill, update a skill, list installed skills, rename a skill, remove/delete/uninstall a skill, or provides a GitHub URL to a skills directory.
2026-01-05
remembering-conversations.md
0
1
export
remembering-conversations
2
from
"barrydobson/dotfiles_extra"
from
"barrydobson/dotfiles_extra"
3
Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search
2026-01-05
code-validation-sandbox.md
0
1
export
code-validation-sandbox
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Validate code examples across the 4-Layer Teaching Method with intelligent strategy selection.Use when validating Python/Node/Rust code in book chapters. NOT for production deployment testing.
2026-01-05
numpy-io.md
0
1
export
numpy-io
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
File I/O operations including binary formats (npy/npz), text processing (csv), and memory-mapping for huge datasets. Triggers: io, load, save, npz, genfromtxt, memmap, loadtxt.
2026-01-05
dbt-transformations.md
0
1
export
dbt-transformations
2
from
"Obsidian-Owl/floe-runtime"
from
"Obsidian-Owl/floe-runtime"
3
ALWAYS USE when working with dbt models, SQL transformations, tests, snapshots, or macros. MUST be loaded before editing any .sql files, dbt_project.yml, or profiles.yml. Enforces dbt owns SQL principle - never parse SQL in Python.
2026-01-05
commenting-intent.md
0
1
export
commenting-intent
2
from
"barrydobson/dotfiles_extra"
from
"barrydobson/dotfiles_extra"
3
Comment WHY code exists and non-obvious decisions, not WHAT code does (mechanics)
2026-01-05
rl-environments.md
0
1
export
rl-environments
2
from
"tachyon-beep/hamlet"
from
"tachyon-beep/hamlet"
3
Gym/gymnasium API - custom environments, spaces, wrappers, vectorization, debugging
2026-01-05
frontend-responsive.md
0
1
export
frontend-responsive
2
from
"mshafei721/Turbocat"
from
"mshafei721/Turbocat"
3
Build mobile-first, responsive layouts with fluid grids, standard breakpoints, relative units, and touch-friendly design. Use this skill when creating or modifying layouts that need to work across different screen sizes. When working on responsive styles, breakpoint definitions, media queries, or mobile/tablet/desktop layouts. When using percentage-based widths, rem/em units, or viewport units. When ensuring touch targets are appropriately sized, typography is readable at all sizes, or content is prioritized for mobile screens.
2026-01-05
tool-animation.md
0
1
export
tool-animation
2
from
"swarm-agent/swarm"
from
"swarm-agent/swarm"
3
Add custom animations to tools in swarm-cli TUI. Use when creating spinner animations for tools, adding visual feedback during tool execution, or customizing how tools appear in the terminal interface.
2026-01-05
critique.md
0
1
export
critique
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Engage in rigorous intellectual scrutiny of ideas and reasoning through systematic challenge and questioning. Use this skill when explicitly asked to critique, challenge, or rigorously analyze ideas, arguments, proposals, or reasoning. Apply when the user requests critical analysis, wants their assumptions questioned, or asks for intellectually honest feedback that prioritizes truth over comfort.
2026-01-05
supabase-fullstack-setup.md
0
1
export
supabase-fullstack-setup
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Complete guide to integrating Supabase with Next.js 13+ App Router, including authentication, database setup, Row Level Security (RLS), and common patterns for production apps. Use when starting a new Next.js project with Supabase, need authentication with social providers, or building apps with user-specific data.
2026-01-05
backend-api.md
0
1
export
backend-api
2
from
"SpacePlushy/portfolio"
from
"SpacePlushy/portfolio"
3
Design and implement RESTful API endpoints with proper HTTP methods, status codes, and consistent naming conventions. Use this skill when creating or modifying API routes, endpoints, or server-side request handlers. When working on files in src/pages/api/, files containing API route definitions, files implementing REST endpoints, files handling HTTP requests and responses, server middleware for API requests, API authentication and authorization logic, and files defining API versioning strategies. When designing URL structures for resources, implementing query parameter handling for filtering/sorting/pagination, setting up rate limiting for API endpoints, or configuring CORS and API security headers.
2026-01-05
xcode-project.md
0
1
export
xcode-project
2
from
"CAPHTECH/claude-marketplace"
from
"CAPHTECH/claude-marketplace"
3
Xcodeプロジェクト設定支援。ビルド設定の最適化、Target/Scheme構成、SPM(Swift Package Manager)活用、xcconfig活用など、プロジェクト構成に関する包括的なサポートを提供する。「Xcodeプロジェクトを設定したい」「ビルド設定を最適化したい」「SPMを導入したい」と言った時に使用する。
2026-01-05
react.md
0
1
export
react
2
from
"d-kimuson/dotfiles"
from
"d-kimuson/dotfiles"
3
Must always be enabled when writing/reviewing React code.
2026-01-05
tauri-ipc-developer.md
0
1
export
tauri-ipc-developer
2
from
"iammarkps/eqapo-gui"
from
"iammarkps/eqapo-gui"
3
Specialized agent for implementing type-safe IPC communication between React frontend and Rust backend in Tauri v2 applications. Use when adding new Tauri commands, implementing bidirectional events, debugging IPC serialization issues, or optimizing command performance.
2026-01-05
goap-agent.md
0
1
export
goap-agent
2
from
"d-oit/do-novelist-ai"
from
"d-oit/do-novelist-ai"
3
Invoke for complex multi-step tasks requiring intelligent planning and multi-agent coordination. Use when tasks need decomposition, dependency mapping, parallel/sequential/swarm/iterative execution strategies, or coordination of multiple specialized agents with quality gates and dynamic optimization.
2026-01-05
nexus-prompt-engineer.md
0
1
export
nexus-prompt-engineer
2
from
"pianzhu/my-claude-skills"
from
"pianzhu/my-claude-skills"
3
4-D prompt engineering assistant that transforms vague requirements into high-precision prompts through guided interaction. Trigger when users need to: (1) craft high-quality system prompts, (2) optimize existing prompts, (3) use '/fast' for quick generation or '/audit' for prompt review. Applicable to any scenario requiring carefully designed prompts.
2026-01-05
rust-best-practices.md
0
1
export
rust-best-practices
2
from
"Dieshen/Fennec"
from
"Dieshen/Fennec"
3
Enforce Rust best practices including ownership patterns, error handling, testing, documentation, and code quality standards. Use when working with Rust code or when the user requests Rust-specific guidance. Includes patterns for cargo tooling, performance optimization, and idiomatic Rust conventions.
2026-01-05