Browse Skills
20307 skills found
project-schedule-template.md
0
1
export
project-schedule-template
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Эксперт по расписаниям проектов. Используй для WBS, Gantt charts, dependency mapping и resource allocation.
2026-01-05
chrome-extension-boilerplate-react-vite.md
0
1
export
chrome-extension-boilerplate-react-vite
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Chrome Extension with React, Vite, and TypeScript.
2026-01-05
microsoft-code-reference.md
0
1
export
microsoft-code-reference
2
from
"mindmorass/reflex"
from
"mindmorass/reflex"
3
Search and reference Microsoft code samples and SDK documentation
2026-01-05
vitest.md
0
1
export
vitest
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Vitest - Modern TypeScript testing framework with Vite-native performance, ESM support, and TypeScript-first design
2026-01-05
test-driven-development.md
0
1
export
test-driven-development
2
from
"timbuchinger/loadout"
from
"timbuchinger/loadout"
3
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-05
react-component-reviewer.md
0
1
export
react-component-reviewer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Review React components for best practices, hooks usage, performance issues, accessibility, and TypeScript type safety. Use when you need to audit existing React components or provide code review feedback.
2026-01-05
optimization-phase.md
0
1
export
optimization-phase
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Standard Operating Procedure for /optimize phase. Covers performance benchmarking, accessibility audit, security review, and code quality checks.
2026-01-05
context-engineering-state.md
0
1
export
context-engineering-state
2
from
"randykerber/syndicate"
from
"randykerber/syndicate"
3
Current state of Claude's memory, context, and Skills architecture as of late 2025. LOAD THIS when discussing context engineering, Skills, userMemories, memory management, context portability across surfaces, or troubleshooting why context isn't loading. Contains experimental findings and observed behaviors NOT in training data.
2026-01-05
moai-library-nextra.md
0
1
export
moai-library-nextra
2
from
"junseokandylee/ClaudeAutomate"
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
advanced-debugging.md
0
1
export
advanced-debugging
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Advanced debugging skill for MyJKKN project. Specialized workflows for debugging Next.js 15, Supabase, React Query, TypeScript, and service layer issues. Includes automated analysis tools, common error patterns, and step-by-step troubleshooting guides for reducing debugging time. Use when investigating bugs, errors, performance issues, or unexpected behavior. (project)
2026-01-05
devtools-testing.md
0
1
export
devtools-testing
2
from
"diegofornalha/skills-futuro"
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
from
"BfdCampos/dotfiles"
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
from
"brendanbecker/SREcodex"
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
frontend-components.md
0
1
export
frontend-components
2
from
"frankdevlabs/compilothq"
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
laravel-data-writer.md
0
1
export
laravel-data-writer
2
from
"majiayu000/claude-skill-registry"
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
from
"majiayu000/claude-skill-registry"
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
code-formatter.md
0
1
export
code-formatter
2
from
"majiayu000/claude-skill-registry"
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
skill-finder.md
0
1
export
skill-finder
2
from
"majiayu000/claude-skill-registry"
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
browser-use.md
0
1
export
browser-use
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Web scraping, screenshots, form filling, file downloads/uploads, Google/DuckDuckGo image search, YouTube video downloading, and TikTok video downloading.
2026-01-05
rust-testing.md
0
1
export
rust-testing
2
from
"AutumnsGrove/GroveEngine"
from
"AutumnsGrove/GroveEngine"
3
Write and run Rust tests using cargo test with unit tests, integration tests, doc tests, and property-based testing. Use when writing Rust tests or setting up test infrastructure.
2026-01-05
playwright-browser-automation.md
0
1
export
playwright-browser-automation
2
from
"mattleonard16/taxhelper"
from
"mattleonard16/taxhelper"
3
Browser automation with Playwright for testing and validation. Use when user asks to test a page, verify UI, take screenshots, check responsive design, fill forms, or validate web functionality. Writes and executes custom automation scripts.
2026-01-05
vercel-ai-sdk.md
0
1
export
vercel-ai-sdk
2
from
"mgd34msu/goodvibes-plugin"
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
from
"FractionEstate/midnight-dev-skills"
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
mydetailarea-components.md
0
1
export
mydetailarea-components
2
from
"rruiz22/my-detail-area"
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