Browse Skills
20307 skills found
skill-name.md
2
1
export
skill-name
2
from
"bendrucker/claude"
from
"bendrucker/claude"
3
Creating and optimizing Claude Code Skills including activation patterns, content structure, and development workflows. Use when creating new skills, converting memory files to skills, debugging skill activation, or understanding skill architecture and best practices.
2026-01-05
nextjs-app-router.md
2
1
export
nextjs-app-router
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Next.js App Routerのアーキテクチャと実装パターンを専門とするスキル。ディレクトリベースルーティング、Server/Client Components分離、レンダリング戦略選択を支援。Anchors:• Guillermo Rauch "Server-First" / 適用: コンポーネント配置判断 / 目的: デフォルトサーバー・例外クライアントの徹底• Learning React (Banks, Porcello) / 適用: コンポーネント設計 / 目的: 再利用性と単一責任の原則適用• Next.js公式ドキュメント / 適用: 特殊ファイル規約・レンダリング戦略 / 目的: フレームワーク規約準拠Trigger:Use when designing Next.js routing structures, implementing app directory patterns, deciding Server vs Client Components, choosing rendering strategies (SSG, ISR, Dynamic), or structuring layouts and route groups.Keywords: app router, server components, client components, dynamic routes, route groups, parallel routes, intercepting routes, layout, template, loading, error
2026-01-05
serr-structured-error-wrapper.md
2
1
export
serr-structured-error-wrapper
2
from
"rohanthewiz/serr"
from
"rohanthewiz/serr"
3
Serr allows us to enrich our Go application errors with location, etc, and bubble them up to the caller where we only have to log once
2026-01-05
performing-security-audits.md
2
1
export
performing-security-audits
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill allows Claude to conduct comprehensive security audits of code, infrastructure, and configurations. It leverages various tools within the security-pro-pack plugin, including vulnerability scanning, compliance checking, cryptography review, and infrastructure security analysis. Use this skill when a user requests a "security audit," "vulnerability assessment," "compliance review," or any task involving identifying and mitigating security risks. It helps to ensure code and systems adhere to security best practices and compliance standards.
2026-01-05
dark-matter-analyzer.md
2
1
export
dark-matter-analyzer
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Analyze repositories to reveal unseen patterns, strategic drift, and organizational health. Use when assessing repository coherence, diagnosing project issues, identifying documentation inflation, or understanding why a codebase feels misaligned with its stated goals.
2026-01-05
tracking-regression-tests.md
2
1
export
tracking-regression-tests
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to track and run regression tests, ensuring new changes don't break existing functionality. It is triggered when the user asks to "track regression", "run regression tests", or uses the shortcut "reg". The skill helps in maintaining code stability by identifying critical tests, automating their execution, and analyzing the impact of changes. It also provides insights into test history and identifies flaky tests. The skill uses the `regression-test-tracker` plugin.
2026-01-05
generating-end-to-end-tests.md
2
1
export
generating-end-to-end-tests
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to generate end-to-end (E2E) tests for web applications. It leverages Playwright, Cypress, or Selenium to automate browser interactions and validate user workflows. Use this skill when the user requests to "create E2E tests", "generate end-to-end tests", or asks for help with "browser-based testing". The skill is particularly useful for testing user registration, login flows, shopping cart functionality, and other multi-step processes within a web application. It supports cross-browser testing and can be used to verify the responsiveness of web applications on different devices.
2026-01-05
sync-claude-md.md
2
1
export
sync-claude-md
2
from
"bengous/claude-code-plugins"
from
"bengous/claude-code-plugins"
3
Synchronize project CLAUDE.md with recent codebase changes by analyzing git history, reviewing against official Anthropic best practices using parallel agents, and proposing comprehensive updates. Use when CLAUDE.md is outdated or doesn't exist.
2026-01-05
technical-writing.md
2
1
export
technical-writing
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Professional technical documentation writing for software projects. Use for README files, user guides, migration guides, changelogs, and general documentation. Triggers: documentation, docs, readme, guide, tutorial, changelog, migration guide, write docs, document code.
2026-01-05
adapter-assistant.md
2
1
export
adapter-assistant
2
from
"refractionPOINT/documentation"
from
"refractionPOINT/documentation"
3
Complete adapter lifecycle assistant for LimaCharlie. Supports External Adapters (cloud-managed), Cloud Sensors (SaaS/cloud integrations), and On-prem USP adapters. Dynamically researches adapter types from local docs and GitHub usp-adapters repo. Creates, validates, deploys, and troubleshoots adapter configurations. Handles parsing rules (Grok, regex), field mappings, credential setup, and multi-adapter configs. Use when setting up new data sources (Okta, S3, Azure Event Hub, syslog, webhook, etc.), troubleshooting ingestion issues, or managing adapter deployments.
2026-01-05
python-deprecation-fixer.md
2
1
export
python-deprecation-fixer
2
from
"zircote/.claude"
from
"zircote/.claude"
3
Automatically detect and fix Python deprecation warnings in codebases, including datetime.utcnow(), and other common deprecated patterns. Supports extensible pattern matching for future deprecations.
2026-01-05
websocket-patterns.md
2
1
export
websocket-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
WebSocketによる双方向リアルタイム通信パターン専門スキル。接続ライフサイクル管理、メッセージキューイング、ハートビート戦略、エラーリカバリーを提供する。Anchors:• RFC 6455 (WebSocket Protocol) / 適用: プロトコル仕様 / 目的: 標準準拠の実装• 『Designing Data-Intensive Applications』(Martin Kleppmann) / 適用: メッセージング設計 / 目的: 信頼性確保• Circuit Breaker Pattern / 適用: エラーリカバリー / 目的: 障害伝播防止Trigger:Use when implementing WebSocket connections, real-time bidirectional communication, connection lifecycle management, message queueing, or heartbeat monitoring.
2026-01-05
rails-helper.md
2
1
export
rails-helper
2
from
"Ryo-cool/Nature-Spots"
from
"Ryo-cool/Nature-Spots"
3
Rails開発を支援するスキル。モデル、コントローラー、テストの生成、マイグレーションのサポートを提供します。
2026-01-05
angular-store.md
2
1
export
angular-store
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when implementing state management with PlatformVmStore for complex components requiring reactive state, effects, and selectors.
2026-01-05
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
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
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
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
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
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