Browse Skills
17720 skills found
tasks-bug-diagnosis.md
2
1
export
tasks-bug-diagnosis
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when diagnosing bugs, analyzing errors/stack traces, or performing root cause analysis with evidence-based debugging protocols.
2026-01-05
executing-plans.md
2
1
export
executing-plans
2
from
"cipherstash/cipherpowers"
from
"cipherstash/cipherpowers"
3
Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches
2026-01-05
mcp-server-patterns.md
2
1
export
mcp-server-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
MCPサーバー設計パターンとアーキテクチャベストプラクティス。ツール組織化、エラーハンドリング、状態管理、サーバーライフサイクル管理の実証済みパターンを提供。Anchors:• Clean Architecture / 適用: サーバー構造と依存関係管理 / 目的: テスト可能で保守性の高いコード• Domain-Driven Design / 適用: ツールドメインモデリングと境界付きコンテキスト / 目的: 機能別ツール組織化• Pragmatic Programmer / 適用: エラーハンドリングと回復性パターン / 目的: 堅牢なサーバー構築Trigger:Use when designing MCP server architecture, organizing tool definitions, implementing error handling patterns, managing server state, structuring MCP server projects, or refactoring existing MCP servers.
2026-01-05
github-actions-expressions.md
2
1
export
github-actions-expressions
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub Actionsのワークフローで使用できる式構文とコンテキストオブジェクトを専門とするスキル。${{ }}構文、演算子、リテラル、組み込み関数、および利用可能なすべてのコンテキスト(github, env, job, steps, runner, secrets, needs, matrix, inputs)を提供します。Anchors:• Continuous Delivery (Jez Humble) / 適用: パイプライン設計とCI/CD自動化 / 目的: 信頼性の高いワークフロー式の設計Trigger:Use when implementing conditional execution (if:), referencing step outputs, generating dynamic values, or utilizing context information (branch names, commit SHA, event types) in GitHub Actions workflows.Keywords: github actions, workflow, expressions, context, ${{ }}, if condition, matrix, secrets, steps output
2026-01-05
managing-task-lifecycle.md
2
1
export
managing-task-lifecycle
2
from
"BPSAI/paircoder"
from
"BPSAI/paircoder"
3
Use when starting, pausing, completing, or transitioning task status in the development workflow.
2026-01-05
development-workflow-standards.md
2
1
export
development-workflow-standards
2
from
"ms2sato/agent-console"
from
"ms2sato/agent-console"
3
Development process rules for this project including testing, branching, and commit standards. Use when implementing features, fixing bugs, or making any code changes.
2026-01-05
comparing-database-schemas.md
2
1
export
comparing-database-schemas
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill leverages the database-diff-tool plugin to compare database schemas, generate migration scripts, and provide rollback procedures. It is triggered when the user requests database schema comparisons, migration script generation, or database synchronization. Use this skill when asked to identify differences between database schemas (PostgreSQL or MySQL), create safe migration scripts with transaction safety, validate changes before deployment, or generate rollback procedures. The skill is activated by requests involving terms like "database diff", "schema comparison", "generate migration script", "database synchronization", or `/db-diff`.
2026-01-05
code-quality-review.md
2
1
export
code-quality-review
2
from
"imsaif/aiex"
from
"imsaif/aiex"
3
Enforce code standards, validate against project patterns, review code quality, and maintain consistent TypeScript strict mode compliance across all components
2026-01-05
programming-languages.md
2
1
export
programming-languages
2
from
"pluginagentmarketplace/custom-plugin-backend"
from
"pluginagentmarketplace/custom-plugin-backend"
3
Master programming languages for backend development. Learn language selection, fundamentals, and ecosystem for JavaScript, Python, Go, Java, C#, PHP, Ruby, and Rust.
2026-01-05
batch-operations.md
2
1
export
batch-operations
2
from
"HTRamsey/claude-config"
from
"HTRamsey/claude-config"
3
Use when performing 3+ similar operations like file edits, searches, or git operations. Triggers on repetitive tasks, "do the same for", loop-like patterns. Enables parallel tool calls and batch-editor delegation.
2026-01-05
pr-review.md
2
1
export
pr-review
2
from
"enitrat/skill-issue"
from
"enitrat/skill-issue"
3
Perform thorough, constructive pull request reviews. Use when user wants to review a PR, provide code review feedback, or assess code changes. This skill provides a structured approach to evaluating code quality, design, and implementation while maintaining constructive communication, and how to perform the review through the Github CLI.
2026-01-05
generating-test-data.md
2
1
export
generating-test-data
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to generate realistic test data for software development. It uses the test-data-generator plugin to create users, products, orders, and custom schemas for comprehensive testing. Use this skill when you need to populate databases, simulate user behavior, or create fixtures for automated tests. Trigger phrases include "generate test data", "create fake users", "populate database", "generate product data", "create test orders", or "generate data based on schema". This skill is especially useful for populating testing environments or creating sample data for demonstrations.
2026-01-05
memex-search.md
2
1
export
memex-search
2
from
"nicosuave/memex"
from
"nicosuave/memex"
3
Search, filter, and retrieve Claude/Codex history indexed by the memex CLI. Use when the user wants to index history, run lexical/semantic/hybrid search, fetch full transcripts, or produce LLM-friendly JSON output for RAG.
2026-01-05
using-git-worktrees.md
2
1
export
using-git-worktrees
2
from
"cipherstash/cipherpowers"
from
"cipherstash/cipherpowers"
3
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
2026-01-05
incident-runbook-generator.md
2
1
export
incident-runbook-generator
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Creates step-by-step incident response runbooks for common outages with actions, owners, rollback procedures, and communication templates. Use for "incident runbook", "outage response", "incident management", or "on-call procedures".
2026-01-05
automation-scripting.md
2
1
export
automation-scripting
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
自動化スクリプト(Bash/Python/Node)の設計・実装・運用を支援するスキル。冪等性、エラーハンドリング、ログ設計、CI/CD統合の指針を整理します。Anchors:• The Pragmatic Programmer / 適用: 自動化の実務 / 目的: 再現性の高いスクリプト設計• Automation Pipeline Patterns / 適用: ワークフロー設計 / 目的: 反復作業の効率化• Unix Philosophy / 適用: スクリプト構成 / 目的: 小さな責務分離Trigger:Use when designing automation scripts, adding error handling/logging, or integrating scripts into CI/CD pipelines.
2026-01-05
rag-implementer.md
2
1
export
rag-implementer
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Auto-generate capability manifests from skill/MCP descriptions using Codex-powered semantic analysis and structured extraction.
2026-01-05
jj-workflow.md
2
1
export
jj-workflow
2
from
"TrevorS/dot-claude"
from
"TrevorS/dot-claude"
3
Jujutsu (jj) version control for AI-assisted development. Use when:- Repo has `.jj/` directory (check with `jj root`)- Need undo/recovery after breaking changes- Curating messy history before PR
2026-01-05
poocommerce-dev-cycle.md
2
1
export
poocommerce-dev-cycle
2
from
"notmattpress/poocommerce"
from
"notmattpress/poocommerce"
3
Run tests, linting, and quality checks for PooCommerce development. Use when running tests, fixing code style, or following the development workflow.
2026-01-05
pattern-demo-generator.md
2
1
export
pattern-demo-generator
2
from
"imsaif/aiex"
from
"imsaif/aiex"
3
Scaffold interactive React demo components for AI design patterns with design system integration, starter tests, and documentation
2026-01-05
following-conventions.md
2
1
export
following-conventions
2
from
"tenzir/claude-plugins"
from
"tenzir/claude-plugins"
3
Tenzir Python coding standards and tooling setup. Use when editing .py files, running ruff/mypy/pytest, encountering pyproject.toml/uv.lock, or setting up a new Python project.
2026-01-05
exa-context.md
2
1
export
exa-context
2
from
"benjaminjackson/exa-skills"
from
"benjaminjackson/exa-skills"
3
Get code context from repositories with examples and documentation. Use when you need code snippets, implementation examples, API usage patterns, or technical documentation for programming concepts, frameworks, or libraries.
2026-01-05
mcp-cli.md
2
1
export
mcp-cli
2
from
"HTRamsey/claude-config"
from
"HTRamsey/claude-config"
3
On-demand MCP server access via CLI without adding to settings.json. Use when exploring MCP server capabilities before installing, making one-off calls, testing MCP servers during development, or avoiding context pollution from rarely-used servers. Discover tools, make calls, test servers.
2026-01-05
global-error-handling.md
2
1
export
global-error-handling
2
from
"adigunners/adigunners.github.io"
from
"adigunners/adigunners.github.io"
3
Implement robust error handling in client-side JavaScript code to gracefully manage failures in static site operations. Use this skill when working with error scenarios in API calls, DOM manipulation, data parsing, and user interactions.
2026-01-05