Browse Skills

17720 skills found

message-bus.md
2
1 export message-bus
2 duc01226 from "duc01226/EasyPlatform"
3 Use when implementing cross-service communication via RabbitMQ message bus.
2026-01-05
skill-creator.md
2
1 export skill-creator
2 robertbagge from "robertbagge/claude-starter"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
rfc-authoring.md
2
1 export rfc-authoring
2 sirkirby from "sirkirby/open-agent-kit"
3 Guide OAK RFC creation with template selection, section-by-section writing expertise, and quality-driven authoring patterns.
2026-01-05
plugin-architecture.md
2
1 export plugin-architecture
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 プラグインアーキテクチャの専門スキル。レジストリパターン、動的ロード、依存性注入を活用し、拡張可能なシステム設計を提供する。Anchors:• Clean Architecture (Robert C. Martin) / 適用: 拡張性設計 / 目的: 柔軟性確保• Dependency Injection Principles and Practices (Mark Seemann) / 適用: DI設計 / 目的: 疎結合実現• Design Patterns: Elements of Reusable Object-Oriented Software (Gang of Four) / 適用: レジストリパターン / 目的: 型安全な登録管理Trigger:Use when designing plugin systems, implementing extension points, managing dynamic module loading, creating registry patterns, or building workflow engines with pluggable executors.plugin architecture, registry pattern, dependency injection, dynamic loading, extension points, workflow executor
2026-01-05
agent-deployment-pipeline.md
2
1 export agent-deployment-pipeline
2 raphaelmansuy from "raphaelmansuy/k8s-agent-stack"
3 Implement CI/CD pipelines for AI agent deployment with evaluation gates. Use for GitHub Actions workflows, GitOps with ArgoCD, container image building, and automated testing. Triggers on "CI/CD", "pipeline", "GitHub Actions", "GitOps", "ArgoCD", "deployment automation", "continuous deployment", or when implementing safe agent release workflows.
2026-01-05
tickets.md
2
1 export tickets
2 zby from "zby/golem-forge"
3 Track work using the tickets system. Use when the user wants to create, list, update, or complete tickets for tracking work in progress, ideas, or recurring tasks.
2026-01-05
agent-skills.md
2
1 export agent-skills
2 third774 from "third774/dotfiles"
3 Author and improve Agent Skills following the agentskills.io specification. Use when creating new SKILL.md files, modifying existing skills, reviewing skill quality, or organizing skill directories with proper naming, descriptions, and progressive disclosure.
2026-01-05
limacharlie-call.md
2
1 export limacharlie-call
2 refractionPOINT from "refractionPOINT/documentation"
3 **REQUIRED for ALL LimaCharlie operations** - list orgs, sensors, rules, detections, queries, and 120+ functions. NEVER call LimaCharlie MCP tools directly. Use cases: 'what orgs do I have', 'list sensors', 'search IOCs', 'run LCQL query', 'create detection rule'. This skill loads function docs and delegates to sub-agent.
2026-01-05
branch-comparison.md
2
1 export branch-comparison
2 duc01226 from "duc01226/EasyPlatform"
3 Use when comparing branches, analyzing git diffs, reviewing changes between branches, or analyzing what changed.
2026-01-05
standards-testing.md
2
1 export standards-testing
2 korallis from "korallis/Amp-OS"
3 Comprehensive testing patterns for modern TypeScript applications covering Vitest, React Testing Library, Playwright E2E, and MSW API mocking.
2026-01-05
workflow-router.md
2
1 export workflow-router
2 mehdic from "mehdic/bazinga"
3 Determine next agent based on state machine rules. Use AFTER receiving any BAZINGA agent response to decide what to do next.
2026-01-05
change-impact-analyzer.md
2
1 export change-impact-analyzer
2 EdanStarfire from "EdanStarfire/claudecode_webui"
3 Determine what needs modification and identify potential side effects of changes. Use before implementing changes to understand full scope and prevent breaking existing functionality.
2026-01-05
railway-turso-management.md
2
1 export railway-turso-management
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Railway環境でのTursoデータベース管理を専門とするスキル。環境グループ設計、Variables vs Secrets分類、Turso統合設定、Railway CLI活用、一時ファイルセキュリティの実装パターンを提供。Anchors:• 『The Pragmatic Programmer』(Hunt/Thomas)/ 適用: 設定管理・自動化 / 目的: 実践的な環境構築• 12-Factor App / 適用: 環境変数設計 / 目的: 設定と認証情報の分離• Railway公式ドキュメント / 適用: サービス設定 / 目的: プラットフォーム固有の最適化Trigger:Use when setting up Railway project secrets, configuring environment groups, integrating Turso database, using Railway CLI for local development, or securing log output.railway, turso, database, secrets, variables, environment, cli, libsql
2026-01-05
review.md
2
1 export review
2 poemswe from "poemswe/co-researcher"
3 PhD-level academic manuscript and research proposal review.
2026-01-05
github-actions-syntax.md
2
1 export github-actions-syntax
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actionsワークフローの構文とイベントトリガー、ジョブ定義、ステップ実行、パーミッション管理、環境変数設定について実装指針を提供する。CI/CDパイプラインの構築と管理を支援。Anchors:• GitHub Actions Workflow Syntax / 適用: ワークフロー構造設計 / 目的: 公式構文に準拠した実装• YAML 1.2 Specification / 適用: 構文検証・パース / 目的: 正確なYAML記述• 12-Factor App (Config) / 適用: 環境変数設計 / 目的: 環境非依存の設定管理Trigger:Use when creating or editing GitHub Actions workflow files, troubleshooting syntax errors, configuring event triggers, setting up job dependencies and matrix strategies, or managing permissions and environment variables.github actions, workflow syntax, yaml, event trigger, jobs, steps, permissions, environment variables
2026-01-05
conversation-analyzer.md
2
1 export conversation-analyzer
2 hirefrank from "hirefrank/hirefrank-marketplace"
3 Analyzes AI conversation exports to identify recurring patterns and generate custom Claude Skills. Use when analyzing conversation data, identifying workflow patterns, or creating reusable AI skills from usage history.
2026-01-05
generating-test-doubles.md
2
1 export generating-test-doubles
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill uses the test-doubles-generator plugin to automatically create mocks, stubs, spies, and fakes for unit testing. It analyzes dependencies in the code and generates appropriate test doubles based on the chosen testing framework, such as Jest, Sinon, or others. Use this skill when you need to generate test doubles, mocks, stubs, spies, or fakes to isolate units of code during testing. Trigger this skill by requesting test double generation or using the `/gen-doubles` or `/gd` command.
2026-01-05
new-go-endpoint.md
2
1 export new-go-endpoint
2 adryanev from "adryanev/.dotfiles"
3 This skill automates the API-first workflow for creating new Go API endpoints. It handles OpenAPI spec updates, code generation, SQLC query creation, handler implementation, and Redis caching patterns. Use when adding new endpoints to the Lexicon backend.
2026-01-05
example-usage-patterns.md
2
1 export example-usage-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Documentation patterns for creating clear, executable, and maintainable usage examples across APIs, CLIs, libraries, and frameworks.Anchors:• Docs for Developers (Jared Bhatti et al.) / 適用: 実践的な例示パターン / 目的: 開発者に即座に理解・実行可能な例を提供• The Documentation System (Diataxis) / 適用: チュートリアル・ハウツー・リファレンス分類 / 目的: 目的に応じた例の種類と粒度を選択• Clean Code (Robert C. Martin) / 適用: 明確な命名・単一責務 / 目的: 自己説明的なサンプルコードTrigger:Use when creating code examples, writing tutorials, documenting API usage, building sample projects, establishing example conventions, or standardizing example patterns across a codebase.example creation, tutorial writing, API documentation, sample code, documentation patterns
2026-01-05
setting-up-experiment-tracking.md
2
1 export setting-up-experiment-tracking
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates the setup of machine learning experiment tracking using tools like MLflow or Weights & Biases (W&B). It is triggered when the user requests to "track experiments", "setup experiment tracking", "initialize MLflow", or "integrate W&B". The skill configures the necessary environment, initializes the tracking server (if needed), and provides code snippets for logging experiment parameters, metrics, and artifacts. It helps ensure reproducibility and simplifies the comparison of different model runs.
2026-01-05
ship-cli.md
2
1 export ship-cli
2 EduSantosBrito from "EduSantosBrito/ship-cli"
3 Work management system replacing built-in todos with tracked tasks and stacked changes
2026-01-05
state-management.md
2
1 export state-management
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 フロントエンドの状態管理戦略、ライブラリ選定、非同期状態設計、正規化と最適化を支援するスキル。状態のスコープ整理から実装・検証までを一貫して支援する。Anchors:• Learning React / 適用: Hooks基礎 / 目的: 状態分類と責務分離• Redux Essentials / 適用: Redux Toolkit運用 / 目的: 予測可能な状態管理• Vue 3 Composition API / 適用: Vue状態管理 / 目的: Composition API活用• Domain-Driven Design / 適用: 状態モデリング / 目的: ドメイン境界の整合Trigger:Use when selecting a state management approach, designing global/local state, handling async state, or optimizing state structure.state management, redux, zustand, context api, async state
2026-01-05
documentation.md
2
1 export documentation
2 duc01226 from "duc01226/EasyPlatform"
3 Use for WRITING documentation with ready-to-use code templates (C# XML docs, TypeScript JSDoc, API docs, README patterns). Best for implementing actual documentation, adding code comments, and creating docs from scratch. NOT for documentation planning (use documentation instead).
2026-01-05
winget-release.md
2
1 export winget-release
2 nuitsjp from "nuitsjp/GistGet"
3 GistGetのWinGetパッケージリリースを支援。(1) 新バージョンのリリース、(2) WinGetマニフェスト作成・更新、(3) winget-pkgsへのPR作成。「WinGetにリリース」「winget-pkgsにPR」「マニフェスト作成」などのキーワードで使用。
2026-01-05