Browse Skills
18175 skills found
moai-alfred-clone-pattern.md
0
1
export
moai-alfred-clone-pattern
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Master-Clone pattern implementation guide for complex multi-step tasks with full project context
2026-01-05
affiliate-compliance-check.md
0
1
export
affiliate-compliance-check
2
from
"insightfulaf/InsightfulAffiliate_NextGenCopyAI"
from
"insightfulaf/InsightfulAffiliate_NextGenCopyAI"
3
Automated compliance checking for affiliate marketing content. Verifies FTC disclosure requirements, link tracking, and ethical affiliate practices.
2026-01-05
idb-state-persistence.md
0
1
export
idb-state-persistence
2
from
"matthewharwood/fantasy-phonics"
from
"matthewharwood/fantasy-phonics"
3
IndexedDB patterns for local-first state persistence using the idb library. Use when implementing features that require persistent state across navigation and sessions. Covers data modeling, defaults, CRUD operations, state managers, and reset patterns. Integrates with web-components for reactive UI updates.
2026-01-05
non-destructive-bootstrap.md
0
1
export
non-destructive-bootstrap
2
from
"CheekyCodexConjurer/quant-lab"
from
"CheekyCodexConjurer/quant-lab"
3
Install agent docs without overwriting or deleting existing content.
2026-01-05
rust-error-handling.md
0
1
export
rust-error-handling
2
from
"gar-ai/mallorn"
from
"gar-ai/mallorn"
3
Design error types using thiserror for libraries and anyhow for applications. Use when defining error hierarchies or handling fallible operations.
2026-01-05
dearts-dev.md
0
1
export
dearts-dev
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
DearTs Framework 开发技能。基于 SDL3 + ImGui 的 C++20 现代应用框架,提供完整的应用生命周期管理、类型安全事件系统、Content Registry 和插件架构。适用于 DearTs Framework 相关的所有开发任务,包括应用程序开发、事件驱动架构、插件系统、多视图应用等。
2026-01-05
writing-documentation.md
0
1
export
writing-documentation
2
from
"codethread/claude-code-plugins"
from
"codethread/claude-code-plugins"
3
Write clear, effective technical documentation following industry-proven patterns from exemplary projects and authoritative style guides, with built-in countermeasures for common LLM documentation issues
2026-01-05
workflow-ui-generator.md
0
1
export
workflow-ui-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate React Flow workflow UIs with nodes, edges, execution orchestration, and chat interfaces. Use when creating workflow visualizations, multi-step processes, DAG systems, or orchestrated task flows.
2026-01-05
backend-python-testing.md
0
1
export
backend-python-testing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development for FastAPI applications. Use when writing Python tests, setting up test suites, or implementing testing best practices.
2026-01-05
build-and-deploy.md
0
1
export
build-and-deploy
2
from
"Eng0AI/py-intro-template"
from
"Eng0AI/py-intro-template"
3
Build and deploy this Slidev presentation. Use when building, deploying, or preparing the project for production.
2026-01-05
project-context-analyzer.md
0
1
export
project-context-analyzer
2
from
"orakitine/claude-code-lab"
from
"orakitine/claude-code-lab"
3
Analyzes project structure, dependencies, and patterns to generate comprehensive context documentation. Uses parallel agent execution for faster analysis. Helps understand unfamiliar codebases quickly.
2026-01-05
fastmcp.md
0
1
export
fastmcp
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill when building MCP (Model Context Protocol) servers with FastMCP in Python. FastMCP is a framework for creating servers that expose tools, resources, and prompts to LLMs like Claude. The skill covers server creation, tool/resource definitions, storage backends (memory/disk/Redis/DynamoDB), server lifespans, middleware system (8 built-in types), server composition (import/mount), OAuth Proxy, authentication patterns, icons, OpenAPI integration, client configuration, cloud deployment (FastMCP Cloud), error handling, and production patterns. It prevents 25+ common errors including storage misconfiguration, lifespan issues, middleware order errors, circular imports, module-level server issues, async/await confusion, OAuth security vulnerabilities, and cloud deployment failures. Includes templates for basic servers, storage backends, middleware, server composition, OAuth proxy, API integrations, testing, and self-contained production architectures.Keywords: FastMCP, MCP server Python, Model Context
2026-01-05
security-audit.md
0
1
export
security-audit
2
from
"ils15/copilot-global-config"
from
"ils15/copilot-global-config"
3
Audit code for security vulnerabilities using OWASP Top 10, STRIDE threat modeling, and secure coding practices. Identifies SQL injection, XSS, CSRF, auth issues, and secrets exposure. Returns prioritized findings with remediation.
2026-01-05
research-methodology.md
0
1
export
research-methodology
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when the user asks about "how to research", "research best practices", "evaluate sources", "source credibility", "academic research", "find reliable information", "cite sources", "research methodology", or needs guidance on conducting thorough web research and evaluating information quality.
2026-01-05
whatsapp-flows.md
0
1
export
whatsapp-flows
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Authoring WhatsApp Business Flows with validation, component guidance, and server integration patterns. Use when building conversational experiences, collecting user data, implementing conditional logic, or integrating with backend endpoints.
2026-01-05
error-handling-patterns.md
0
1
export
error-handling-patterns
2
from
"IvanTorresEdge/molcajete.ai"
from
"IvanTorresEdge/molcajete.ai"
3
Type-safe error handling with discriminated unions and Result types. Use when designing error handling strategies.
2026-01-05
design-aesthetics.md
0
1
export
design-aesthetics
2
from
"ericbrian/multi-user-test-fest-issue-tracker"
from
"ericbrian/multi-user-test-fest-issue-tracker"
3
Ensure the user interface meets premium design standards, maintains consistency with existing design tokens, and provides a polished user experience.
2026-01-05
ai-dev-integration.md
0
1
export
ai-dev-integration
2
from
"rghamilton3/dotfiles"
from
"rghamilton3/dotfiles"
3
Expert guidance for developing and integrating AI systems using LLM APIs, SDKs, and Model Context Protocol (MCP). Covers API selection, SDK patterns, MCP development, production patterns, security, cost optimization, and architecture decisions for building production-ready AI integrations.
2026-01-05
read-webpage-content-as-markdown.md
0
1
export
read-webpage-content-as-markdown
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Read a webpage into cleaned markdown using curl + markitdown + codex exec. Use whenever asked to read a webpage or extract article content from a URL. Static HTML only; JS/client-rendered pages require a Playwright workflow.
2026-01-05
adhd-friendly-documentation.md
0
1
export
adhd-friendly-documentation
2
from
"rghamilton3/dotfiles"
from
"rghamilton3/dotfiles"
3
Create documentation optimized for ADHD and neurodivergent readers with short scannable content, clear hierarchy, progressive disclosure, actionable steps, and reduced cognitive load. Use when creating or improving any technical documentation (README files, API docs, tutorials, guides, onboarding materials) or when users request accessible, easy-to-scan, or beginner-friendly documentation.
2026-01-05
research-git-patterns.md
0
1
export
research-git-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Git-aware skill for finding implementation patterns and retrieving story context from git history. Use when searching for similar implementations or understanding how a feature was built. To use this skill, you must have a story ID (e.g., "US-001-auth-login-admin"). Use research-user-stories skill to find the story ID.
2026-01-05
complex-state-management.md
0
1
export
complex-state-management
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Production patterns for managing complex application state in React without Redux, Zustand, or other state libraries. Includes multi-stage loading, command patterns, refs for performance, and parallel data fetching. Use when building complex UIs with interconnected states, need loading stages and progress tracking, or implementing command patterns.
2026-01-05
context7-docs.md
0
1
export
context7-docs
2
from
"syz51/claude-code-settings"
from
"syz51/claude-code-settings"
3
PRIMARY tool for fetching library/framework documentation. PROACTIVELY use instead of WebFetch/WebSearch when user requests docs, API references, setup guides, or code examples for any programming library or framework. Use this skill immediately when detecting queries like "show me X docs", "how do I use Y", "get Z documentation", etc. Token-efficient alternative to MCP servers.
2026-01-05
chuukese-language-processing.md
0
1
export
chuukese-language-processing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Specialized processing for Chuukese language text including tokenization, accent handling, cultural context preservation, and language-specific patterns. Use when working with Chuukese text, translation tasks, or when building language models for this Micronesian language.
2026-01-05