Browse Skills
44835 skills found
pr-creator.md
0
1
export
pr-creator
2
from
"shiiman/claude-code-plugins"
from
"shiiman/claude-code-plugins"
3
現在のブランチから PR を作成し関連 Issue を参照する。「PR 作成」「PR を作って」「プルリク作成」「pull request」「PR 出して」「プルリクエスト」「レビュー依頼したい」などで起動。変更内容を分析し適切な PR を生成。
2026-01-05
unity-catalog-tagger.md
0
1
export
unity-catalog-tagger
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage Unity Catalog metadata tags for data governance and classification. Use when applying tags to tables and columns, classifying data sensitivity (PII, PHI), marking data quality attributes, or when user mentions Unity Catalog tagging, metadata management, data governance, or compliance workflows.
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
generating-unit-tests.md
0
1
export
generating-unit-tests
2
from
"jhlee0409/inner-lens"
from
"jhlee0409/inner-lens"
3
Generate Vitest unit tests following project conventions. Use when user asks to create tests, write test cases, or add test coverage for TypeScript functions.
2026-01-05
code-review-simplify.md
0
1
export
code-review-simplify
2
from
"negi524/dotfiles"
from
"negi524/dotfiles"
3
複雑な実装をシンプルにする方法を提案し、よりエレガントなコードへの改善案をGitHub PR形式で出力するスキル
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
connection-management.md
0
1
export
connection-management
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
Redis connection pooling, client configuration, and reconnection strategies. Use when setting up Redis clients, managing connection pools, handling reconnection logic, or configuring sentinel/cluster modes.
2026-01-05
brevard-site-development.md
0
1
export
brevard-site-development
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Brevard County site plan development expertise. Invoke when analyzing parcels, checking zoning, or navigating the permit process in Brevard County, Florida.
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
sentry-pr-resolver.md
0
1
export
sentry-pr-resolver
2
from
"getsentry/sentry-for-claude"
from
"getsentry/sentry-for-claude"
3
Analyze and resolve Sentry Bot comments on GitHub Pull Requests. Use this when asked to review or fix issues identified by Sentry Bot in PR comments (NOT seer-by-sentry comments). Can review specific PRs by number or automatically find recent PRs with Sentry Bot feedback.
2026-01-05
skill-gemini-google-maps-tool.md
0
1
export
skill-gemini-google-maps-tool
2
from
"dnvriend/gemini-google-maps-tool"
from
"dnvriend/gemini-google-maps-tool"
3
Query Gemini with Google Maps grounding
2026-01-05
coolify-manager.md
0
1
export
coolify-manager
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage and troubleshoot Coolify deployments using the official CLI and API. Use this skill when the user needs help with Coolify server management, WordPress troubleshooting on Coolify, debugging service issues, checking SSL certificates, accessing containers, or managing applications and databases through Coolify. Particularly useful for diagnosing down services, fixing .htaccess issues, REST API problems, and performing deployment operations.
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
storybook.md
0
1
export
storybook
2
from
"djimontyp/task-tracker"
from
"djimontyp/task-tracker"
3
Storybook stories, CSF3 format, autodocs. Use for component documentation.
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
composable-rust-testing.md
0
1
export
composable-rust-testing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert knowledge for testing Composable Rust applications. Use when writing unit tests for reducers, setting up integration tests with real dependencies, using test utilities (TestStore, FixedClock, mocks), working with testcontainers for PostgreSQL/Redpanda, property-based testing, or questions about testing patterns and best practices.
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
using-interactive-transactions.md
0
1
export
using-interactive-transactions
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Use interactive transactions with $transaction callback for atomic operations and automatic rollback. Use when operations must succeed or fail together.
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
code-review.md
0
1
export
code-review
2
from
"IHKREDDY/agent-skills-ts"
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
claude-config-management.md
0
1
export
claude-config-management
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when configuring, maintaining, troubleshooting, or optimizing Claude Code extensions including skills, commands, hooks, MCP servers, or agents. Provides best practices and prevents common mistakes.
2026-01-05
implementing-code-splitting.md
0
1
export
implementing-code-splitting
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Teaches code splitting with lazy() and Suspense in React 19 for reducing initial bundle size. Use when implementing lazy loading, route-based splitting, or optimizing performance.
2026-01-05