Browse Skills

18175 skills found

add-language.md
2
1 export add-language
2 bartolli from "bartolli/codanna-profiles"
3 Guide for implementing a new language parser in Codanna. Use when adding language support, implementing parsers, or extending language capabilities. Covers the six-file architecture (mod.rs, definition.rs, parser.rs, behavior.rs, resolution.rs, audit.rs), trait implementation patterns, resolution scope design, and integration workflow. Triggers on requests to add language support, implement new parser, extend language capabilities, or create language implementation.
2026-01-05
swift-ui.md
2
1 export swift-ui
2 mpazaryna from "mpazaryna/claude-toolkit"
3 SwiftUI implementation patterns for building polished iOS/macOS apps. Use when building views, managing state, creating layouts, implementing animations, or structuring app architecture in SwiftUI.
2026-01-05
event-driven-architecture.md
2
1 export event-driven-architecture
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 イベント駆動アーキテクチャの設計・実装スキル。メッセージングパターン、Event Sourcing、CQRS、Sagaを活用し、スケーラブルで疎結合なシステムを構築する。Anchors:• Enterprise Integration Patterns (Gregor Hohpe) / 適用: メッセージングパターン / 目的: 疎結合な統合設計• Designing Event-Driven Systems (Ben Stopford) / 適用: EDAアーキテクチャ / 目的: スケーラブルな非同期処理• Domain-Driven Design (Eric Evans) / 適用: ドメインイベント / 目的: ビジネスイベントの表現Trigger:Use when designing event-driven systems, implementing event sourcing, CQRS, message brokers, saga patterns, or asynchronous service integration.event-driven, messaging, pub/sub, event sourcing, cqrs, saga, kafka, rabbitmq, async
2026-01-05
build-deployment.md
2
1 export build-deployment
2 imsaif from "imsaif/aiex"
3 Verify production builds pass all quality checks, analyze bundle impact, and ensure readiness for Vercel deployment with zero errors
2026-01-05
rpg-toolkit-development.md
2
1 export rpg-toolkit-development
2 KirkDiggler from "KirkDiggler/rpg-toolkit"
3 Use this skill when working on rpg-toolkit codebase - provides architecture patterns, testing guidelines, error handling, and D&D 5e combat mechanics knowledge
2026-01-05
react-component-generator.md
2
1 export react-component-generator
2 Dexploarer from "Dexploarer/hyper-forge"
3 Generates modern React components with TypeScript, hooks, proper props typing, and best practices. Use when creating React components or scaffolding UI elements.
2026-01-05
brain-operating-system.md
2
1 export brain-operating-system
2 jonmagic from "jonmagic/skills"
3 Quick reference for operating within jonmagic's second-brain workspace. Use when working with files in the brain repository—provides directory structure, naming conventions, append-only norms, wikilink patterns, and file organization rules. Essential for understanding where to create files, how to name them, and how to maintain continuity with existing structures.
2026-01-05
error-handling-patterns.md
2
1 export error-handling-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 エラーハンドリングの設計・実装パターンスキル。エラー分類、リトライ戦略、サーキットブレーカー、ユーザー向けメッセージ設計を提供。Anchors:- Release It! (Michael Nygard) / 適用: 本番環境の安定性パターン / 目的: リトライ・サーキットブレーカー設計- Designing Data-Intensive Applications (Kleppmann) / 適用: 分散システムのエラー処理 / 目的: 冪等性・一貫性保証Trigger:Use when implementing error handling, retry logic, circuit breaker, error messages, error classification, or resilience patterns.error handling, retry, circuit breaker, resilience, fault tolerance, error codes, error messages
2026-01-05
sharing-skills.md
2
1 export sharing-skills
2 cipherstash from "cipherstash/cipherpowers"
3 Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository
2026-01-05
generating-unit-tests.md
2
1 export generating-unit-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to automatically generate comprehensive unit tests from source code. It is triggered when the user requests unit tests, test cases, or test suites for specific files or code snippets. The skill supports multiple testing frameworks including Jest, pytest, JUnit, and others, intelligently detecting the appropriate framework or using one specified by the user. Use this skill when the user asks to "generate tests", "create unit tests", or uses the shortcut "gut" followed by a file path.
2026-01-05
feature-orchestrator.md
2
1 export feature-orchestrator
2 dougwithseismic from "dougwithseismic/dotoro-ads"
3 Multi-feature autonomous builder. Takes a list of features, generates TODO docs in parallel, detects dependencies, creates a master tracking doc, then executes each feature through TDD → Code Review → PR Review workflow. Designed for long autonomous sessions with self-continuation. Use when building multiple related features or a complete project phase.
2026-01-05
cryptographic-practices.md
2
1 export cryptographic-practices
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 暗号化・ハッシュ・CSPRNG・鍵管理の実装を安全に進めるためのスキル。要件整理から設計、実装、監査までの一連フローを提供する。Anchors:• Applied Cryptography / 適用: アルゴリズム選定と強度判断 / 目的: 標準準拠の基礎固め• Web Application Security / 適用: 脅威モデリング / 目的: 実装リスクの明確化• NIST SP 800-57 / 適用: 鍵管理 / 目的: ライフサイクル設計Trigger:Use when implementing cryptographic functions, selecting algorithms, generating secure random values, managing encryption keys, or auditing crypto implementations.cryptographic practices, crypto implementation, key management, csprng, algorithm selection
2026-01-05
designing-database-schemas.md
2
1 export designing-database-schemas
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to design and visualize database schemas. It leverages normalization guidance (1NF through BCNF), relationship mapping, and ERD generation to create efficient and well-structured databases. Use this skill when the user requests to "design a database schema", "create a database model", "generate an ERD", "normalize a database", or needs help with "database design best practices". The skill is triggered by terms like "database schema", "ERD diagram", "database normalization", and "relational database design".
2026-01-05
few-shot-learning-patterns.md
2
1 export few-shot-learning-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Few-Shot Learning(少数例示学習)のパターンとベストプラクティスを提供するスキル。効果的な例示の設計、構造化、配置により、AIの出力品質を大幅に向上させます。• The Pragmatic Programmer / 適用: 例示パターン設計の品質基準 / 目的: 実践的改善と一貫性維持• Few-Shot戦略 / 適用: 段階的複雑度設計と最適shot数決定 / 目的: AIの学習効率最大化Trigger:Use when you need to design effective example patterns for AI learning, standardize output formats, or improve task performance beyond zero-shot capabilities. Keywords: few-shot, examples, prompting, output consistency, pattern learning.
2026-01-05
running-mutation-tests.md
2
1 export running-mutation-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to validate test suite quality by performing mutation testing. It is triggered when the user asks to run mutation tests, analyze test effectiveness, or improve test coverage. The skill introduces code mutations, runs tests against the mutated code, and reports on the "survival rate" of the mutations, indicating the effectiveness of the test suite. Use this skill when the user requests to assess the quality of their tests using mutation testing techniques. Specific trigger terms include "mutation testing", "test effectiveness", "mutation score", and "surviving mutants".
2026-01-05
spec-validation.md
2
1 export spec-validation
2 jmanhype from "jmanhype/speckit"
3 Validates specification quality for technology-agnosticism, testability, and completeness. Automatically invoked when reviewing specs, checking requirements, or before transitioning from specify to plan phase.
2026-01-05
memory-monitoring-strategies.md
2
1 export memory-monitoring-strategies
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Node.jsアプリケーションのメモリ監視とリーク検出パターン。PM2、V8ヒープ分析、メモリプロファイリングを活用した効率的メモリ管理を提供。Anchors:• Observability Engineering / 適用: メモリメトリクスとアラート / 目的: 本番監視• Systems Performance / 適用: ヒープ分析とプロファイリング / 目的: メモリ最適化• Node.js Documentation / 適用: process.memoryUsage、V8ヒープ統計 / 目的: API活用Trigger:Use when setting up memory monitoring, investigating memory leaks, configuring PM2 memory limits,analyzing heap dumps, or designing production memory alerting strategies.
2026-01-05
quality-engineering.md
2
1 export quality-engineering
2 warpcode from "warpcode/dotfiles"
3 Domain specialist for code quality assessment, maintainability, complexity analysis, code smells detection, anti-patterns identification, and code style enforcement. Scope: code review methodologies, naming conventions, coding standards, technical debt management. Excludes: database design, API design, infrastructure, performance, security, deployment/CI/CD. Triggers: "quality", "code quality", "code health", "smell", "code smell", "anti-pattern", "complexity", "cyclomatic complexity", "maintainability", "naming", "naming convention", "style", "code style", "linting", "technical debt", "debt", "refactoring", "refactor", "review", "code review".
2026-01-05
requirement-validator.md
2
1 export requirement-validator
2 EdanStarfire from "EdanStarfire/claudecode_webui"
3 Analyze task descriptions and requirements for completeness, clarity, and implementability. Use when evaluating if a task has sufficient detail to begin implementation or if clarification is needed.
2026-01-05
test-fixing.md
2
1 export test-fixing
2 kivilaid from "kivilaid/plugin-marketplace"
3 Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass. Activates on phrases like "fix the tests", "tests are failing", or "make the test suite green".
2026-01-05
managing-network-policies.md
2
1 export managing-network-policies
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to manage Kubernetes network policies and firewall rules. It allows Claude to generate configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests to create, modify, or analyze network policies for Kubernetes, or when the user mentions "network-policy", "firewall rules", or "Kubernetes security". This skill is useful for implementing best practices and production-ready configurations for network security in a Kubernetes environment.
2026-01-05
rails-error-handling.md
2
1 export rails-error-handling
2 nekorush14 from "nekorush14/dotfiles"
3 Implement comprehensive error handling with specific rescue blocks, structured error responses, and proper logging. Use when handling exceptions, implementing error recovery, or building robust error handling strategies.
2026-01-05
design-patterns-behavioral.md
2
1 export design-patterns-behavioral
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GoFの行動パターンを用いて、オブジェクト間の責務分散と通信設計を支援するスキル。パターン選定、実装方針、検証手順を体系化する。Anchors:• Design Patterns / 適用: 行動パターンの設計理論 / 目的: 相互作用の整理• Command Pattern / 適用: 操作の実行・取り消し / 目的: 実行制御の柔軟化• Strategy Pattern / 適用: アルゴリズム切替 / 目的: 変更容易性の確保Trigger:Use when designing flexible object collaboration, selecting behavioral patterns, or validating pattern usage in implementations.behavioral design patterns, strategy, command, observer, state, template method
2026-01-05
pm2-ecosystem-config.md
2
1 export pm2-ecosystem-config
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 PM2エコシステム設定の専門スキル。Node.jsプロセス管理のためのecosystem.config.js設計、実行モード選択、環境変数管理、パフォーマンス最適化を提供します。Anchors:• PM2 Documentation (Keymetrics) / 適用: プロセス管理設定 / 目的: 運用自動化• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: DRY原則・保守性 / 目的: 品質向上• Node.js Design Patterns (Mario Casciaro, Luciano Mammino) / 適用: スケーリング戦略 / 目的: パフォーマンス最適化Trigger:Use when configuring PM2 ecosystem.config.js, deploying Node.js applications with PM2, optimizing PM2 cluster mode, managing PM2 environment variables, or troubleshooting PM2 process issues
2026-01-05