Browse Skills

18175 skills found

project-context-analyzer.md
0
1 export project-context-analyzer
2 orakitine 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 majiayu000 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 ils15 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 majiayu000 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 majiayu000 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 IvanTorresEdge 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 ericbrian 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 rghamilton3 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 majiayu000 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 rghamilton3 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 majiayu000 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 majiayu000 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 syz51 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 majiayu000 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
code-review.md
0
1 export code-review
2 IHKREDDY from "IHKREDDY/agent-skills-ts"
3 Provides code review guidelines, checklists, and best practices for reviewing pull requests. Use when reviewing code, preparing for code review, or when users mention "code review", "review PR", "review checklist", or "code quality".
2026-01-05
tdd.md
0
1 export tdd
2 snrsw from "snrsw/dotfiles"
3 Guide development following Kent Beck's Test-Driven Development (TDD) using Red → Green → Refactor cycle. Use when writing tests first, implementing features with TDD, need to write failing tests, make tests pass, refactoring after tests pass, following red-green-refactor, fixing defects with tests, or practicing test-driven development methodology.
2026-01-05
error-conversion-guide.md
0
1 export error-conversion-guide
2 EmilLindfors from "EmilLindfors/claude-marketplace"
3 Guides users on error conversion patterns, From trait implementations, and the ? operator. Activates when users need to convert between error types or handle multiple error types in a function.
2026-01-05
moai-cc-skills.md
0
1 export moai-cc-skills
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Creating and Optimizing Claude Code Skills. Design reusable knowledge capsules with progressive disclosure (metadata → content → resources). Apply freedom levels (high/medium/low), create examples, validate YAML. Use when building domain-specific guidance or automating recurring patterns.
2026-01-05
color-theory-palette-harmony-expert.md
0
1 export color-theory-palette-harmony-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert in color theory, palette harmony, and perceptual color science for computational photo composition. Specializes in earth-mover distance optimization, warm/cool alternation, diversity-aware palette selection, and hue-based photo sequencing. Activate on "color palette", "color harmony", "warm cool", "earth mover distance", "Wasserstein", "LAB space", "hue sorted", "palette matching". NOT for basic RGB manipulation (use standard image processing), single-photo color grading (use native-app-designer), UI color schemes (use vaporwave-glassomorphic-ui-designer), or color blindness simulation (accessibility specialists).
2026-01-05
researching-ux.md
0
1 export researching-ux
2 sekka from "sekka/dotfiles"
3 ユーザーリサーチと行動分析を支援します。ユーザビリティテスト、UXレビュー、フィードバック分析、ジャーニーマップ作成、ペルソナ定義を提供します。ユーザー理解深化、UX改善、フィードバック分析が必要な場合に使用してください。
2026-01-05
django-vue-flutter.md
0
1 export django-vue-flutter
2 hmesfin from "hmesfin/pm-mcp"
3 Comprehensive guide for developing full-stack applications using the Django + Vue.js + Flutter starter template.Use this skill when creating new projects from the fullstack-starter-djvurn template, or when working on projects that follow this architecture.Covers: Django app creation, DRF API development, Vue.js components, Flutter mobile development, database migrations,API client generation, testing (TDD), type safety (mypy, TypeScript), code quality enforcement, and Docker-based workflows.Trigger patterns: "create new Django app", "add API endpoint", "build Vue component", "setup Flutter feature","write tests for", "run migrations", "generate API client", "type check", "follow TDD"
2026-01-05
moai-library-shadcn.md
0
1 export moai-library-shadcn
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Moai Lib Shadcn Ui - Professional implementation guide
2026-01-05
helm-chart-scaffolding.md
0
1 export helm-chart-scaffolding
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts, packaging Kubernetes applications, or implementing templated deployments.
2026-01-05
questpdf.md
0
1 export questpdf
2 keithdv from "keithdv/ClaudeSkills"
3 QuestPDF report generation with fluent C# API. Use when generating PDF documents, designing report layouts, creating invoices/data tables, implementing page structures with headers/footers, or building reusable document components.
2026-01-05