Browse Skills
22656 skills found
dispatching-parallel-agents.md
2
1
export
dispatching-parallel-agents
2
from
"robertpelloni/workspace"
from
"robertpelloni/workspace"
3
Use multiple Claude agents to investigate and fix independent problems concurrently
2026-01-05
test-reporting-triage-skill.md
2
1
export
test-reporting-triage-skill
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Automatically categorizes test failures, suggests responsible owners, and provides common fix checklists. Generates actionable test reports with failure analysis. Use for "test reporting", "failure triage", "test analysis", or "test automation".
2026-01-05
analyzing-text-sentiment.md
2
1
export
analyzing-text-sentiment
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to analyze the sentiment of text data. It identifies the emotional tone expressed in text, classifying it as positive, negative, or neutral. Use this skill when a user requests sentiment analysis, opinion mining, or emotion detection on any text, such as customer reviews, social media posts, or survey responses. Trigger words include "sentiment analysis", "analyze sentiment", "opinion mining", "emotion detection", and "polarity".
2026-01-05
design-research.md
2
1
export
design-research
2
from
"mevans2120/design-suite-claude-skills"
from
"mevans2120/design-suite-claude-skills"
3
Conducts user experience research and analysis to inform design decisions. Reviews first-party and third-party user data, analyzes industry trends from UX and visual design perspectives, and plans user research studies. Creates personas, customer segments, design principles, design roadmaps, and research discussion guides.
2026-01-05
generating-conventional-commits.md
2
1
export
generating-conventional-commits
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Generates conventional commit messages using AI. It analyzes code changes and suggests a commit message adhering to the conventional commits specification. Use this skill when you need help writing clear, standardized commit messages, especially after making code changes and preparing to commit. Trigger with terms like "create commit", "generate commit message", or "write commit".
2026-01-05
feat-dev.md
2
1
export
feat-dev
2
from
"FlameMida/spec-dev"
from
"FlameMida/spec-dev"
3
完整的 7 阶段功能开发工作流(需求理解、代码探索、架构设计、实施、审查、总结)。适用场景:(1) 新功能实施或模块开发,(2) 复杂代码修改和重构,(3) API/数据库/服务架构设计,(4) 多模块功能开发,(5) 需要代码审查的实施任务。融合 ultrathink 深度分析、MCP 工具增强(context7、exa、sequential-thinking)和并行 agent 执行(code-explorer、code-architect、code-reviewer)。支持全程中文交互。
2026-01-05
managing-database-testing.md
2
1
export
managing-database-testing
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill manages database testing by generating test data, wrapping tests in transactions, and validating database schemas. It is used to create robust and reliable database interactions. Claude uses this skill when the user requests database testing utilities, including test data generation, transaction management, schema validation, or migration testing. Trigger this skill by mentioning "database testing," "test data factories," "transaction rollback," "schema validation," or using the `/db-test` or `/dbt` commands.
2026-01-05
version-bumper.md
2
1
export
version-bumper
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Automatically handles semantic version updates across plugin.json and marketplace catalog when user mentions version bump, update version, or release. Ensures version consistency in claude-code-plugins repository.
2026-01-05
command-creator.md
2
1
export
command-creator
2
from
"HTRamsey/claude-config"
from
"HTRamsey/claude-config"
3
Create slash commands (/command). Use when creating files in ~/.claude/commands/ or .claude/commands/, when user asks to "create a command", "add a slash command", "make /something", or when defining new /workflows.
2026-01-05
writing-for-llms.md
2
1
export
writing-for-llms
2
from
"carmentacollective/carmenta"
from
"carmentacollective/carmenta"
3
Writing SKILL.md, .claude/commands/*.md, Task tool prompts, systemPrompt variables, prompt templates, few-shot examples, agent instructions. Content where the reader is an LLM.
2026-01-05
drizzle-migration.md
2
1
export
drizzle-migration
2
from
"Dexploarer/hyper-forge"
from
"Dexploarer/hyper-forge"
3
Execute the proper Drizzle Kit workflow for database schema migrations in asset-forge. Use this when the user asks to create a database migration, update the database schema, or when schema changes need to be applied to the database.
2026-01-05
pattern-development.md
2
1
export
pattern-development
2
from
"imsaif/aiex"
from
"imsaif/aiex"
3
Guide through updating AI design patterns with comprehensive checklist completion, code examples, images, documentation, and interactive demos
2026-01-05
catch-up.md
2
1
export
catch-up
2
from
"imcbeth/homelab"
from
"imcbeth/homelab"
3
Reads CLAUDE_NOTES.md to provide context about recent work, decisions, and current state of the homelab repository. Use this skill when starting a new session, when asked about recent work, or when context is needed about previous sessions.
2026-01-05
analyzing-capacity-planning.md
2
1
export
analyzing-capacity-planning
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to analyze capacity requirements and plan for future growth. It uses the capacity-planning-analyzer plugin to assess current utilization, forecast growth trends, and recommend scaling strategies. Use this skill when the user asks to "analyze capacity", "plan for growth", "forecast infrastructure needs", or requests a "capacity roadmap". It is also useful when the user mentions specific capacity metrics like CPU usage, memory, database storage, network bandwidth, or connection pool saturation. This skill is ideal for proactive infrastructure planning and preventing performance bottlenecks.
2026-01-05
playwright-testing.md
2
1
export
playwright-testing
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Playwrightによるブラウザ自動化テストの実装技術。安定した待機戦略、適切なセレクタ選択、効率的なテスト設計を提供します。Anchors:• Test-Driven Development: By Example (Kent Beck) / 適用: Red-Green-Refactorサイクル / 目的: テスト設計と実装フロー• Playwright Best Practices / 適用: セレクタ戦略・待機パターン / 目的: フレーキーテスト防止Trigger:Use when implementing E2E tests, browser automation, fixing flaky tests, selecting Playwright selectors, optimizing wait strategies, or designing cross-browser test suites.E2E testing, browser automation, Playwright selectors, flaky test debugging, test wait strategies, accessibility testing
2026-01-05
git-directory-management.md
2
1
export
git-directory-management
2
from
"boneskull/claude-plugins"
from
"boneskull/claude-plugins"
3
Manage git-tracked directories correctly - never create .gitkeep files in directories that will immediately contain tracked files
2026-01-05
mcp-builder.md
2
1
export
mcp-builder
2
from
"AizenvoltPrime/claude-compass"
from
"AizenvoltPrime/claude-compass"
3
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
2026-01-05
planning-disaster-recovery.md
2
1
export
planning-disaster-recovery
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to plan and implement disaster recovery (DR) procedures. It generates configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests assistance with disaster recovery planning, business continuity, or related DevOps tasks. Trigger this skill when the user mentions "disaster recovery", "DR plan", "business continuity", or requests help with setting up a recovery strategy. It provides production-ready configurations, implements best practices, and supports multi-platform environments.
2026-01-05
requesting-code-review.md
2
1
export
requesting-code-review
2
from
"robertpelloni/workspace"
from
"robertpelloni/workspace"
3
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
2026-01-05
test-coverage.md
2
1
export
test-coverage
2
from
"mehdic/bazinga"
from
"mehdic/bazinga"
3
Generate comprehensive test coverage reports when reviewing code. Identifies untested code paths and low-coverage areas. Supports Python (pytest-cov), JavaScript (jest), Go (go test -cover), Java (JaCoCo). Use when reviewing tests or before approving code changes.
2026-01-05
nixtla-timegpt-lab.md
2
1
export
nixtla-timegpt-lab
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Mode skill that transforms Claude into a Nixtla TimeGPT forecasting expert, biasing all suggestions toward Nixtla libraries and patterns
2026-01-05
managing-autonomous-development.md
2
1
export
managing-autonomous-development
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Enables Claude to manage Sugar's autonomous development workflows. It allows Claude to create tasks, view the status of the system, review pending tasks, and start autonomous execution mode. Use this skill when the user asks to create a new development task using `/sugar-task`, check the system status with `/sugar-status`, review pending tasks via `/sugar-review`, or initiate autonomous development using `/sugar-run`. It provides a comprehensive interface for interacting with the Sugar autonomous development system.
2026-01-05
koan-ai-integration.md
2
1
export
koan-ai-integration
2
from
"sylin-org/koan-framework"
from
"sylin-org/koan-framework"
3
Chat endpoints, embeddings, RAG workflows, vector search
2026-01-05
git-safe-workflow.md
2
1
export
git-safe-workflow
2
from
"regenrek/agent-skills"
from
"regenrek/agent-skills"
3
Safely inspect, stage, commit, and (only if asked) push changes made by an AI agent. Use for commit/push requests, end-of-task checkpoints, merge conflict resolution, worktree safety checks, or deciding whether to use git commit --amend.
2026-01-05