Browse Skills
44969 skills found
merge-pr.md
2
1
export
merge-pr
2
from
"sakuro/dotfiles"
from
"sakuro/dotfiles"
3
Safely merges GitHub pull requests using gh CLI. Use when the user wants to merge a PR, merge a pull request, or complete code review.
2026-01-05
monorepo-ci-optimizer.md
2
1
export
monorepo-ci-optimizer
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Optimizes CI pipelines for monorepos by detecting affected packages/apps and running only necessary builds and tests. Includes Turborepo/Nx strategies, caching, and parallel execution. Use for "monorepo CI", "affected detection", "incremental builds", or "workspace optimization".
2026-01-05
dspy-bootstrap-fewshot.md
2
1
export
dspy-bootstrap-fewshot
2
from
"OmidZamani/dspy-skills"
from
"OmidZamani/dspy-skills"
3
Auto-generate high-quality few-shot examples using teacher models in DSPy
2026-01-05
gitwhat.md
2
1
export
gitwhat
2
from
"regenrek/agent-skills"
from
"regenrek/agent-skills"
3
Concise git workspace snapshot for the current directory. Use when asked to show current branch, cwd, repo root, whether the current directory is a worktree, local dirty status, or whether other worktrees have uncommitted changes.
2026-01-05
collecting-infrastructure-metrics.md
2
1
export
collecting-infrastructure-metrics
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to collect comprehensive infrastructure performance metrics across compute, storage, network, containers, load balancers, and databases. It is triggered when the user requests "collect infrastructure metrics", "monitor server performance", "set up performance dashboards", or needs to analyze system resource utilization. The skill configures metrics collection, sets up aggregation, and helps create infrastructure dashboards for health monitoring and capacity tracking. It supports configuration for Prometheus, Datadog, and CloudWatch.
2026-01-05
deployment-environments-gha.md
2
1
export
deployment-environments-gha
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub Actions の environments 設計、承認フロー、シークレット運用を体系化するスキル。複数環境の保護ルールと段階的デプロイを整理する。Anchors:• Release It! / 適用: 環境分離 / 目的: 本番保護• GitHub Actions / 適用: environments と approval / 目的: 標準的な運用設計• The Pragmatic Programmer / 適用: 自動化 / 目的: 手順の一貫性Trigger:Use when setting up multi-environment deployments, approval gates, protection rules, or environment-specific secrets in GitHub Actions.github actions environments, approval workflow, deployment gates, environment secrets
2026-01-05
data-visualization.md
2
1
export
data-visualization
2
from
"cdcore09/holoviz-claude"
from
"cdcore09/holoviz-claude"
3
Master advanced declarative visualization with HoloViews. Use this skill when creating complex multi-dimensional visualizations, composing overlays and layouts, implementing interactive streams and selection, building network or hierarchical visualizations, or exploring data with dynamic maps and faceted displays.
2026-01-05
data-processor.md
2
1
export
data-processor
2
from
"ArtemisAI/code-execution-with-MCP"
from
"ArtemisAI/code-execution-with-MCP"
3
Process and transform arrays of data with common operations like filtering, mapping, and aggregation
2026-01-05
documentation-lookup.md
2
1
export
documentation-lookup
2
from
"krmcbride/claude-plugins"
from
"krmcbride/claude-plugins"
3
Look up library and framework documentation. Use when the user asks about API docs, library usage, framework features, or mentions specific libraries/packages by name.
2026-01-05
systematic-debugging.md
2
1
export
systematic-debugging
2
from
"tilework-tech/nori-cli"
from
"tilework-tech/nori-cli"
3
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-05
lcp-openai-serve.md
2
1
export
lcp-openai-serve
2
from
"YusukeShimizu/lightning-compute-protocol"
from
"YusukeShimizu/lightning-compute-protocol"
3
Develop apps/openai-serve (Go). Keep OpenAI gateway behavior correct and avoid logging prompts/outputs.
2026-01-05
code-formatter-installer.md
2
1
export
code-formatter-installer
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Installs and configures Prettier, ESLint, EditorConfig, and other code quality tools to enforce consistent code style across the team. Generates config files, npm scripts, editor settings recommendations, and CI integration suggestions. Use when users request "setup prettier", "add eslint", "configure code formatting", or "enforce code style".
2026-01-05
memory-manager.md
2
1
export
memory-manager
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when storing or retrieving context across sessions using Memory MCP. Helps maintain continuity for long-running features.
2026-01-05
tool-security.md
2
1
export
tool-security
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
MCPツールとAPI統合のセキュリティ設計を体系化するスキル。脅威整理、制御設計、設定検証を通じて安全なツール運用を支援する。Anchors:• Web Application Security / 適用: 脅威モデリング / 目的: 攻撃面の整理• OWASP ASVS / 適用: セキュリティ要件 / 目的: 制御の網羅性Trigger:Use when designing tool security controls, validating security configs, or reviewing secrets handling.tool security, threat modeling, config validation
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
constraint-preflight.md
2
1
export
constraint-preflight
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Pre-flight verification for scheduling constraint development. Use when adding, modifying, or testing constraints to ensure they are properly implemented, exported, registered, and tested before commit.
2026-01-05
webapp-testing.md
2
1
export
webapp-testing
2
from
"ChuDiRen/AI-agent-testing-platform"
from
"ChuDiRen/AI-agent-testing-platform"
3
使用 Playwright 与本地 Web 应用交互与测试的工具包。支持验证前端功能、调试 UI 行为、捕获浏览器截图以及查看浏览器日志。
2026-01-05
helm-charts.md
2
1
export
helm-charts
2
from
"KJone1/dotfiles"
from
"KJone1/dotfiles"
3
Strict guidelines for creating and maintaining production-ready Helm charts. Covers best practices for chart structure, values, security, resources, and dependencies. Applied when creating, modifying, testing, or reviewing Helm charts.
2026-01-05
artifacts-builder.md
2
1
export
artifacts-builder
2
from
"AizenvoltPrime/claude-compass"
from
"AizenvoltPrime/claude-compass"
3
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
2026-01-05
workflow-security.md
2
1
export
workflow-security
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub Actionsワークフローセキュリティの専門スキル。権限最小化、シークレット保護、サプライチェーン攻撃対策を提供します。Anchors:- GitHub Actions Security Hardening(GitHub公式)/ 適用: ワークフロー権限・シークレット保護 / 目的: 安全な自動化- OWASP CI/CD Security(OWASP)/ 適用: サプライチェーン対策 / 目的: 脆弱性防止- Principle of Least Privilege / 適用: 権限設計全般 / 目的: 攻撃面最小化Trigger:ワークフロー権限監査時、シークレット漏洩対策時、サプライチェーン攻撃対策時、PRワークフロー設計時に使用
2026-01-05
validating-csrf-protection.md
2
1
export
validating-csrf-protection
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill helps to identify Cross-Site Request Forgery (CSRF) vulnerabilities in web applications. It validates the implementation of CSRF protection mechanisms, such as synchronizer tokens, double-submit cookies, SameSite attributes, and origin validation. Use this skill when you need to analyze your application's security posture against CSRF attacks or when asked to "validate csrf", "check for csrf vulnerabilities", or "test csrf protection".
2026-01-05
audit.md
2
1
export
audit
2
from
"ferdiangunawan/rpi-stack"
from
"ferdiangunawan/rpi-stack"
3
Validates research/plan/code against overengineering, underengineering, and hallucination
2026-01-05
page-layout-builder.md
2
1
export
page-layout-builder
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Generates complete page layouts and shells for common patterns (dashboard, authentication, settings, CRUD pages) with consistent navigation, layout components, routing structure, and state management placeholders. Use when building "new page", "dashboard layout", "auth pages", or "admin panel structure".
2026-01-05
best-practices-checker.md
2
1
export
best-practices-checker
2
from
"sovrium/sovrium"
from
"sovrium/sovrium"
3
Validates code against framework-specific best practices documented in docs/infrastructure/. Checks Effect usage patterns, React 19 conventions, Drizzle ORM patterns, Hono RPC implementations, and other framework-specific guidelines. Identifies anti-patterns and suggests corrections. Use when user requests "check best practices", "validate framework usage", "review code patterns", or mentions framework compliance.
2026-01-05