Browse Skills
44977 skills found
agent-structure-design.md
2
1
export
agent-structure-design
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Claude Codeエージェントの構造設計を専門とするスキル。エージェント定義、YAML Frontmatter設計、依存スキル形式、ワークフロー設計を担当する。Anchors:• 『The Pragmatic Programmer』(Andrew Hunt, David Thomas) / 適用: 手順設計と実装原則 / 目的: エージェント設計に実践的改善パターンを適用• 18-skills.md 仕様書 / 適用: Skill構造、YAML frontmatter、Task仕様書設計 / 目的: Skillメタデータと本文構造を標準化• docs/00-requirements 要求仕様 / 適用: エージェント割り当てと責務定義 / 目的: システム要求からエージェント設計へのマッピングTrigger:エージェント構造の設計・検証が必要な場合に使用。新規エージェント作成時、既存エージェントのYAML frontmatterやタスク分割の見直し、スキル依存関係の最適化などが対象。
2026-01-05
performing-visual-regression-testing.md
2
1
export
performing-visual-regression-testing
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to execute visual regression tests using tools like Percy, Chromatic, and BackstopJS. It captures screenshots, compares them against baselines, and analyzes visual differences to identify unintended UI changes. Use this skill when the user requests visual testing, UI change verification, or regression testing for a web application or component. Trigger phrases include "visual test," "UI regression," "check visual changes," or "/visual-test".
2026-01-05
project-search.md
2
1
export
project-search
2
from
"eternnoir/claude-tool"
from
"eternnoir/claude-tool"
3
Search across all project artifacts including meetings, sprints, milestones, documentation, and decisions. Use when user mentions "find", "search", "where is", "locate", "show me", or asks questions about project content. Multi-strategy search using README indexes, pattern matching, and full-text search.
2026-01-05
unused-code-cleanup.md
2
1
export
unused-code-cleanup
2
from
"phamhung075/4genthub-hooks"
from
"phamhung075/4genthub-hooks"
3
Systematically identify and remove unused imports, variables, and dead code from TypeScript/React projects using --noUnusedLocals and --noUnusedParameters compiler flags
2026-01-05
apple-hig-guidelines.md
2
1
export
apple-hig-guidelines
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Apple Human Interface Guidelines(HIG)に基づくUI設計原則を専門とするスキル。**Anchors**:• Apple Human Interface Guidelines (Official) / 適用: iOS・macOS・watchOS・tvOS UI設計 / 目的: Apple標準UI原則• 『Don't Make Me Think』(Steve Krug)/ 適用: ユーザビリティ評価 / 目的: 直感的UI**Triggers**: iOS・macOS・watchOS・tvOS アプリのUI設計時、Apple Design System準拠時、クロスプラットフォームApple対応時に使用
2026-01-05
debate-hall.md
2
1
export
debate-hall
2
from
"elevanaltd/debate-hall-mcp"
from
"elevanaltd/debate-hall-mcp"
3
Wind/Wall/Door multi-perspective debate orchestration using debate-hall-mcp tools. Use when facilitating structured debates, architectural decisions, or multi-perspective analysis.
2026-01-05
business-analyst.md
2
1
export
business-analyst
2
from
"kitsunoff/Nix"
from
"kitsunoff/Nix"
3
Collects business requirements from product ideas
2026-01-05
command-agent-skill-integration.md
2
1
export
command-agent-skill-integration
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
コマンド/エージェント/スキルの統合設計を整理し、連携パターンと複合ワークフローを支援するスキル。起動パターン、参照パターン、統合検証の手順を一貫して整理する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 連携手順の設計 / 目的: 再現性の確保• Multi-Agent Systems (Wooldridge) / 適用: エージェント連携 / 目的: 協調設計の整理• Workflow Patterns (van der Aalst) / 適用: 複合ワークフロー / 目的: 実行フローの明確化Trigger:Use when integrating commands with agents and skills, designing composite workflows, or validating integration rules.command agent skill integration, composite workflow, agent invocation, skill reference
2026-01-05
writing-plans.md
2
1
export
writing-plans
2
from
"robertpelloni/workspace"
from
"robertpelloni/workspace"
3
Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context
2026-01-05
managing-database-replication.md
2
1
export
managing-database-replication
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to manage database replication, failover, and high availability configurations using the database-replication-manager plugin. It is designed to assist with tasks such as setting up master-slave replication, configuring automatic failover, monitoring replication lag, and implementing read scaling. Use this skill when the user requests help with "database replication", "failover configuration", "high availability", "replication lag", or "read scaling" for databases like PostgreSQL or MySQL. The plugin facilitates both physical and logical replication strategies.
2026-01-05
codegen-bug-fix.md
2
1
export
codegen-bug-fix
2
from
"nihiyama/ffq"
from
"nihiyama/ffq"
3
Fix bugs using TDD starting from README + Issue (following codegen-test), aligning with existing implementation conventions, and leveraging Serena MCP semantic search/editing to implement changes with high performance and race-safety in mind.
2026-01-05
github.md
2
1
export
github
2
from
"KJone1/dotfiles"
from
"KJone1/dotfiles"
3
Strict guidelines for all GitHub operations using the `gh` CLI. Covers pull requests, secrets management, and commit conventions. Applied when working with GitHub repositories, creating PRs, managing secrets, or following commit conventions.
2026-01-05
refactoring.md
2
1
export
refactoring
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when restructuring code without changing behavior - extract method, extract class, rename, move, inline.
2026-01-05
cqrs-query.md
2
1
export
cqrs-query
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when creating or modifying a CQRS Query (Get, List, Search) or query handler with filtering, paging, or full-text search.
2026-01-05
kubernetes-debugger.md
2
1
export
kubernetes-debugger
2
from
"rodrigodelmonte/k8s-debugging-plugin"
from
"rodrigodelmonte/k8s-debugging-plugin"
3
Kubernetes debugging and troubleshooting best practices using MCP kubernetes tools.Use when: (1) Pods are failing, pending, or in CrashLoopBackOff/ImagePullBackOff states,(2) Services are unreachable or DNS resolution fails, (3) Deployments aren't rolling out,(4) Nodes are unhealthy or unschedulable, (5) Resource issues (OOM, CPU throttling),(6) Any "why isn't my Kubernetes workload working?" questions.Provides systematic debugging workflows using kubectl_get, kubectl_describe, kubectl_logs,exec_in_pod, and other MCP kubernetes tools.
2026-01-05
solresol.md
2
1
export
solresol
2
from
"cawal/cwl-dotfiles"
from
"cawal/cwl-dotfiles"
3
A custom skill that helps with translating text into Solresol.
2026-01-05
search-party.md
2
1
export
search-party
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Parallel 120-probe reconnaissance using G-2 RECON agents. Deploy 12 G-2s commanding 10 D&D-inspired probes each. Use for comprehensive codebase exploration.
2026-01-05
github-api-integration.md
2
1
export
github-api-integration
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub APIをGitHub Actions内で活用するための統合スキル。REST APIとGraphQL APIの両方を使用して、Issue、Pull Request、リリース、ワークフローなどの自動化を実現。Anchors:• GitHub REST API / 適用: Issue、PR、リポジトリ操作 / 目的: 標準的なCRUD操作• GitHub GraphQL API / 適用: 複雑なデータ取得 / 目的: 効率的なバッチ処理• RESTful Web APIs (Leonard Richardson) / 適用: API設計原則 / 目的: 適切なリソース設計Trigger:Use when integrating GitHub API calls in GitHub Actions, automating Issue and PR operations, generating release notes, managing repositories programmatically, or handling API authentication and rate limiting.github api, rest api, graphql, gh cli, automation, issue, pull request, release
2026-01-05
scanning-for-gdpr-compliance.md
2
1
export
scanning-for-gdpr-compliance
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to scan applications and data systems for GDPR compliance issues. It identifies potential violations related to data protection, privacy rights, consent management, and other regulatory requirements. Use this skill when the user asks to "scan for GDPR compliance", check "GDPR compliance", or audit for "data privacy". The skill leverages the `gdpr-compliance-scanner` plugin to perform a comprehensive assessment and generate a detailed report.
2026-01-05
type-project-organization.md
2
1
export
type-project-organization
2
from
"ruan-cat/11comm"
from
"ruan-cat/11comm"
3
规范类型项目(apps/type)的代码组织方式、导出语法和文件结构。用于解决类型导出冲突、创建统一导出入口、处理重复导出等问题。适用于类型项目开发、类型错误修复、代码规范实施场景。在处理类型项目的代码写法时,请使用本技能。
2026-01-05
conversation-search.md
2
1
export
conversation-search
2
from
"akatz-ai/cc-conversation-search"
from
"akatz-ai/cc-conversation-search"
3
Find and resume Claude Code conversations by searching topics or filtering by date. Returns session IDs and project paths for easy resumption via 'claude --resume'. Use when user asks "find that conversation about X", "what did we discuss", "what did we work on yesterday", "summarize today's work", "show this week's conversations", "recent projects we accomplished", or wants to locate past work by topic, date, or time period (yesterday, today, last week, specific dates).
2026-01-05
nixtla-schema-mapper.md
2
1
export
nixtla-schema-mapper
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Infer data schema and generate Nixtla-compatible transformations from CSV, SQL, Parquet, or dbt sources
2026-01-05
bazinga-validator.md
2
1
export
bazinga-validator
2
from
"mehdic/bazinga"
from
"mehdic/bazinga"
3
Validates BAZINGA completion claims with independent verification. Spawned ONLY when PM sends BAZINGA. Acts as final quality gate - verifies test failures, coverage, evidence, and criteria independently. Returns ACCEPT or REJECT verdict.
2026-01-05
clix-integration.md
2
1
export
clix-integration
2
from
"clix-so/skills"
from
"clix-so/skills"
3
Integrates Clix Mobile SDK into iOS, Android, Flutter, and React Native projects. Provides step-by-step guidance for installation, initialization, and verification. Use when the user asks to install, setup, or configure Clix analytics.
2026-01-05