Browse Skills
22656 skills found
mcp-server-builder.md
0
1
export
mcp-server-builder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Build Model Context Protocol (MCP) servers with best practices. Generate production-ready MCP servers in Python or TypeScript with tools, resources, and prompts.
2026-01-05
gemini-cli.md
0
1
export
gemini-cli
2
from
"parkerhancock/ai-docs-plugin"
from
"parkerhancock/ai-docs-plugin"
3
Gemini CLI usage patterns, tools, hooks, extensions, and best practices for AI-assisted development.
2026-01-05
tailwind-patterns.md
0
1
export
tailwind-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Efficient Tailwind CSS patterns using inheritance and custom config
2026-01-05
mysql-optimization.md
0
1
export
mysql-optimization
2
from
"xinqilin/claude-dev-toolkit-marketplace"
from
"xinqilin/claude-dev-toolkit-marketplace"
3
MySQL performance optimization guide for Spring Boot/JPA. Use when reviewing database code, discussing index design, query optimization, N+1 problems, JPA/Hibernate tuning, or analyzing EXPLAIN plans. Complements /mysql-performance and /optimize-query commands.
2026-01-05
backend-dev.md
0
1
export
backend-dev
2
from
"weppa-cloud/bukeer-flutter"
from
"weppa-cloud/bukeer-flutter"
3
Supabase backend development: database, RLS, Edge Functions, queries.USE WHEN: creating tables, migrations, RPC functions, Edge Functions,RLS policies, query optimization, Supabase infrastructure.NOT FOR: Flutter UI (use flutter-developer), tests (use testing-agent).Examples:<example>Context: The user needs to create a new database table.user: "Create a table for customer reviews with ratings and comments"assistant: "I'll use the backend-dev skill to design the reviews table with RLS policies."<commentary>Database table creation requires backend-dev.</commentary></example><example>Context: The user needs server-side business logic.user: "Create an Edge Function to calculate dynamic pricing"assistant: "I'll use backend-dev to develop the Edge Function for pricing."<commentary>Edge Functions are a core backend-dev responsibility.</commentary></example>
2026-01-05
mongodb-transactions.md
0
1
export
mongodb-transactions
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Master MongoDB ACID transactions for multi-document operations. Learn session management, transaction mechanics, error handling, and production patterns. Guarantee data consistency across multiple operations.
2026-01-05
eslint.md
0
1
export
eslint
2
from
"el-feo/ai-context"
from
"el-feo/ai-context"
3
Comprehensive ESLint agent for JavaScript/TypeScript code quality. Use when setting up ESLint, configuring linting rules, analyzing code for issues, fixing violations, or integrating ESLint into development workflows. Triggers on requests involving code quality, linting, static analysis, or ESLint configuration for JavaScript, TypeScript, React, or Node.js projects.
2026-01-05
analyzing-pricing.md
0
1
export
analyzing-pricing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Analyzes pricing strategies, competitive pricing benchmarks, pricing models, value metrics, and willingness-to-pay to optimize pricing and positioning. Use when the user requests pricing analysis, competitive pricing comparison, pricing strategy, pricing model evaluation, or wants to optimize pricing decisions.
2026-01-05
frontend-patterns.md
0
1
export
frontend-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
CRITICAL: Use this skill when creating/debugging React UI components, Radix UI, forms, modals, or drag & drop.AUTO-ACTIVATE when user mentions (FR/EN): - select, Select, SelectValue, SelectItem, Radix - modal, modale, dialog, Dialog, DialogContent - form, formulaire, validation, Zod, React Hook Form, shadcn - drag, drop, DnD, @dnd-kit, sortable, réordonner - UI bug, composant, component, affiche ID, shows ID, undefined - Button, Input, Label, Checkbox, Switch, Badge, Card - créer composant, create component, nouveau composantThis skill contains TESTED patterns for Radix UI Select (ID vs Name), Modal CRUD templates, Drag & Drop with @dnd-kit, Form validation with Zod + shadcn/ui Form.
2026-01-05
superclaude-prompt-generator.md
0
1
export
superclaude-prompt-generator
2
from
"arlenagreer/claude_configuration_docs"
from
"arlenagreer/claude_configuration_docs"
3
Expert SuperClaude prompt engineering assistant that analyzes user needs and crafts optimal prompts using the full SuperClaude framework - commands, flags, personas, MCP servers, wave orchestration, parallel execution patterns, continuous execution directives, and the new PM Agent orchestration system with PDCA cycles and Serena memory integration.
2026-01-05
sqlalchemy-orm.md
0
1
export
sqlalchemy-orm
2
from
"bobmatnyc/termpilot"
from
"bobmatnyc/termpilot"
3
SQLAlchemy Python SQL toolkit and ORM with powerful query builder, relationship mapping, and database migrations via Alembic. Use when building Python applications with complex database requirements, using FastAPI/Flask/Django, or needing type-safe SQL queries.
2026-01-05
audit-agent.md
0
1
export
audit-agent
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive security and code quality audit. Use for thorough security, vulnerability, and code quality analysis. Related: project-health-checker for quick diagnostic checks.
2026-01-05
reviewing-plugin-marketplace.md
0
1
export
reviewing-plugin-marketplace
2
from
"taisukeoe/agentic-ai-skills-creator"
from
"taisukeoe/agentic-ai-skills-creator"
3
Review Claude Code plugin marketplace configurations against official best practices. Use when analyzing marketplace.json and plugin.json files for structural issues, common errors, path validation, and consistency with Anthropic's official format. Detects repository URL mismatches, incorrect source paths, and missing required fields.
2026-01-05
rte-agent-release-train-engineer.md
0
1
export
rte-agent-release-train-engineer
2
from
"oehm-smith/linux-env"
from
"oehm-smith/linux-env"
3
Creates pull requests, deployment checklists, and manages release processes
2026-01-05
plugin-creator.md
0
1
export
plugin-creator
2
from
"jbabin91/super-claude"
from
"jbabin91/super-claude"
3
Create complete Claude Code plugins with proper structure including skills, commands, agents, and hooks.Generates plugin manifests and directory structures for distribution.Use when: building plugins, creating plugin packages, distributing skills to marketplace.Activates for: "create plugin", "generate plugin", "new plugin", "plugin package", "make plugin"
2026-01-05
test-agent.md
0
1
export
test-agent
2
from
"Unicorn/Radium"
from
"Unicorn/Radium"
3
Generates comprehensive unit tests for code
2026-01-05
architecture-paradigm-layered.md
0
1
export
architecture-paradigm-layered
2
from
"athola/claudenomicon"
from
"athola/claudenomicon"
3
Use Layered / N-tier architecture to separate presentation, domain logic, and data access responsibilities.
2026-01-05
skill-creator-unified.md
0
1
export
skill-creator-unified
2
from
"wbricker29/FirstMark"
from
"wbricker29/FirstMark"
3
Guide and tooling for creating Claude Skills. Use when creating new skills or to analyze, understand, evaluate, update, or modify existing skills. Features additional skills for Claude Code. Includes design, implementation, and delivery phases.
2026-01-05
arcgis-imagery.md
0
1
export
arcgis-imagery
2
from
"SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context"
from
"SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context"
3
Work with raster and imagery data including ImageryLayer, ImageryTileLayer, multidimensional data, pixel filtering, and raster analysis. Use for satellite imagery, elevation data, and scientific raster datasets.
2026-01-05
mastering-git-cli.md
0
1
export
mastering-git-cli
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Git CLI operations, workflows, and automation for modern development (2025). Use when working with repositories, commits, branches, merging, rebasing, worktrees, submodules, or multi-repo architectures. Includes parallel agent workflow patterns, merge strategies, conflict resolution, and large repo optimization. Triggers on git commands, version control, merge conflicts, worktree setup, submodule management, repository troubleshooting, branch strategy, rebase operations, cherry-pick decisions, and CI/CD git integration.
2026-01-05
mobile-blockchain-specialized.md
0
1
export
mobile-blockchain-specialized
2
from
"pluginagentmarketplace/custom-plugin-rust"
from
"pluginagentmarketplace/custom-plugin-rust"
3
Expert in Mobile Development (iOS, Android, React Native, Flutter), Blockchain, Game Development, Git, Full-Stack, QA, Product Management, Technical Writing, DevRel, and Cyber Security. Build modern applications and master specialized tech roles.
2026-01-05
pytest-recording.md
0
1
export
pytest-recording
2
from
"bossjones/logging-lab"
from
"bossjones/logging-lab"
3
Work with pytest-recording (VCR.py) for recording and replaying HTTP interactions in tests. Use when writing VCR tests, managing cassettes, configuring VCR options, filtering sensitive data, or debugging recorded HTTP responses.
2026-01-05
seo-2025-patterns.md
0
1
export
seo-2025-patterns
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
2025 SEO best practices for Next.js including Core Web Vitals (INP replaces FID), E-E-A-T signals, Schema markup, AI content guidelines, and technical SEO. Use when optimizing pages for search engines, implementing metadata, adding structured data, or improving page speed.
2026-01-05
error-troubleshooting.md
0
1
export
error-troubleshooting
2
from
"Integrum-Global/kaizen-studio"
from
"Integrum-Global/kaizen-studio"
3
Common error patterns and troubleshooting guides for Kailash SDK including Nexus blocking issues, connection parameter errors, runtime execution errors, cycle convergence problems, missing .build() calls, parameter validation errors, and DataFlow template syntax errors. Use when encountering errors, debugging issues, or asking about 'error', 'troubleshooting', 'debugging', 'not working', 'hangs', 'timeout', 'validation error', 'connection error', 'runtime error', 'cycle not converging', 'missing build', or 'template syntax'.
2026-01-05