Browse Skills

22656 skills found

moai-library-nextra.md
0
1 export moai-library-nextra
2 junseokandylee from "junseokandylee/ClaudeAutomate"
3 Enterprise Nextra documentation framework with Next.js. Use when building documentation sites, knowledge bases, or API reference documentation.
2026-01-05
devtools-testing.md
0
1 export devtools-testing
2 diegofornalha from "diegofornalha/skills-futuro"
3 Toolkit para interagir e testar aplicações web locais usando Chrome DevTools MCP. Suporta verificação de funcionalidade frontend, debugging de UI, captura de screenshots, análise de performance, inspeção de network e visualização de logs do console.
2026-01-05
apple-mail.md
0
1 export apple-mail
2 BfdCampos from "BfdCampos/dotfiles"
3 Comprehensive guide for accessing and automating Apple Mail using AppleScript, including reading emails, sending messages, and managing mailboxes.
2026-01-05
document-parser.md
0
1 export document-parser
2 brendanbecker from "brendanbecker/SREcodex"
3 Parse large documents that exceed context limits into structured sections with abstracts, metadata, and hierarchies. This skill should be used when encountering documents over the context limit (typically 25k+ tokens) or when a user explicitly requests document parsing. Apply layout-aware hierarchical chunking principles to preserve semantic structure.
2026-01-05
manage-agents.md
0
1 export manage-agents
2 Git-Fg from "Git-Fg/thecattoolkit"
3 MUST INVOKE this skill when working with subagents, setting up agent configurations, understanding how agents work, or using delegation tools to launch specialized agents. Create, audit, and maintain AI subagents and delegation tools.
2026-01-05
create-skill.md
0
1 export create-skill
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
ragas-skill.md
0
1 export ragas-skill
2 majiayu000 from "majiayu000/claude-skill-registry"
3 RAGAS를 사용하여 LLM 애플리케이션을 체계적으로 평가하는 방법을 제공합니다.
2026-01-05
frontend-components.md
0
1 export frontend-components
2 frankdevlabs from "frankdevlabs/compilothq"
3 Design and build reusable, composable UI components with single responsibility, clear interfaces, proper encapsulation, and minimal props following component best practices. Use this skill when creating or modifying React component files (.jsx, .tsx), Vue single-file components (.vue), Angular component files (.component.ts, .component.html), Svelte components (.svelte), Web Components, or any frontend UI component files in directories like components/, src/components/, app/components/, lib/components/, or ui/components/. Use this when designing component APIs by defining explicit, well-documented props with TypeScript interfaces or PropTypes and providing sensible default values for optional props, implementing component composition patterns by combining smaller, simpler components into more complex UIs rather than building monolithic structures that are hard to maintain, ensuring each component has a single clear responsibility and does one thing well following the Single Responsibility Principle, managing
2026-01-05
ml-pipeline-workflow.md
0
1 export ml-pipeline-workflow
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines, implementing MLOps practices, or automating model training and deployment workflows.
2026-01-05
laravel-data-writer.md
0
1 export laravel-data-writer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Skill for creating and editing Spatie Laravel Data classes following Prowi conventions. Use when working with Data classes, DTOs, or data transfer objects. Enforces proper constructor-based properties, annotation-based validation, and Collection usage.
2026-01-05
home-server-role-creator.md
0
1 export home-server-role-creator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Complete guide for adding new self-hosted applications to the home-server Ansible infrastructure. Use this skill when the user wants to add a new service, create a new role, or deploy a new self-hosted application. Covers role structure, integration patterns (firewall, NGINX, SELinux, DNS), installation methods (binary, package, container), and testing procedures.
2026-01-05
coverage-standards.md
0
1 export coverage-standards
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 Coverage thresholds and reporting. Use when analyzing and improving test coverage.
2026-01-05
cpp-qml-coding.md
0
1 export cpp-qml-coding
2 holograming from "holograming/clone-toss-desktop"
3 C++/QML 코딩 컨벤션 및 패턴. 코드 작성/리뷰 시 참조.
2026-01-05
golden-dataset-management.md
0
1 export golden-dataset-management
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Backup, restore, and validate golden datasets for AI/ML systems - ensuring test data integrity and preventing catastrophic data loss
2026-01-05
mcp-server-discovery.md
0
1 export mcp-server-discovery
2 syeda-hoorain-ali from "syeda-hoorain-ali/claude-code-skills"
3 Discovers and finds connection details for Model Context Protocol (MCP) servers through research and documentation
2026-01-05
dashboard-parallel-lists.md
0
1 export dashboard-parallel-lists
2 smith6jt-cop from "smith6jt-cop/Skills_Registry"
3 Dashboard symbol_signals uses parallel lists (symbols[], signal_values[], gate_statuses[]) not dict keyed by symbol. Trigger when: (1) 'list' object has no attribute 'get', (2) .items() on symbol_signals fails.
2026-01-05
code-formatter.md
0
1 export code-formatter
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Format Python code using black, ruff, and isort to ensure consistent style. This skill should be used before committing code to maintain code quality standards and pass CI/CD checks.
2026-01-05
executing-plans.md
0
1 export executing-plans
2 barrydobson from "barrydobson/dotfiles_extra"
3 Execute detailed plans in batches with review checkpoints
2026-01-05
skill-finder.md
0
1 export skill-finder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Proactively discover, install, and create Claude skills for specialized tasks. AUTOMATICALLY activates when encountering niche domains, unfamiliar APIs, specialized knowledge areas, or when user expresses wanting to learn/know something new. Searches the community registry at claude-plugins.dev and auto-installs matching skills. Creates new skills when no match exists. Use when user says "I want to know...", "help me with [specialized domain]", or when you recognize a task requires specialized expertise you don't have.
2026-01-05
mermaid-describer.md
0
1 export mermaid-describer
2 ogawa-yu from "ogawa-yu/serving-kubeai"
3 Mermaid図を、ルールに従って記述することができる
2026-01-05
vercel-ai-sdk.md
0
1 export vercel-ai-sdk
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Builds AI-powered applications with Vercel AI SDK including streaming responses, chat interfaces, and model integration. Use when integrating LLMs, building chat applications, streaming AI responses, or implementing AI features in React.
2026-01-05
nextjs.md
0
1 export nextjs
2 FractionEstate from "FractionEstate/midnight-dev-skills"
3 Next.js 16.1+ App Router patterns including Server Components, Client Components, Server Actions, Route Handlers, Turbopack, MCP integration, and modern React patterns. Use when building pages, layouts, data fetching, or API routes. Triggers on Next.js, App Router, RSC, or Server Actions questions.
2026-01-05
add-database-table.md
0
1 export add-database-table
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create new Drizzle ORM database tables with proper conventions, type exports, and migrations for the dealflow-network project. Use when adding new entities, creating junction tables, or modifying the database schema.
2026-01-05
mydetailarea-components.md
0
1 export mydetailarea-components
2 rruiz22 from "rruiz22/my-detail-area"
3 Professional React component library for MyDetailArea dealership system. Creates enterprise-grade, accessible, and performant components following Notion-style design patterns with shadcn/ui, Tailwind CSS, and TypeScript. Includes data tables, forms, modals, metric cards, charts, and complex UI patterns. Use when building new features, creating reusable components, or implementing professional UI patterns.
2026-01-05