Browse Skills

18175 skills found

speckit-author.md
2
1 export speckit-author
2 stharrold from "stharrold/yuimedi-paper-20250901"
3 Creates SpecKit specifications (spec.md, plan.md) in feature/release/hotfixworktrees. Detailed implementation guidance.Use when: In worktree, need specifications, implementation planningTriggers: write spec, create plan, feature specification
2026-01-05
building-router.md
2
1 export building-router
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Router for 3D building game mechanics in Three.js. Use when creating survival games, sandbox builders, base builders, or any game with player-constructed structures. Routes to 9 specialized skills for performance, physics, multiplayer, terrain, decay, UX, platform support, and design reference. Start here for building mechanics projects.
2026-01-05
rust-developer.md
2
1 export rust-developer
2 Jackneill from "Jackneill/spz"
3 Comprehensive Rust development guidelines based on 6 months of code reviews. Use when writing Rust code, debugging Rust issues, or reviewing Rust PRs. Covers error handling, file I/O safety, type safety patterns, performance optimization, common footguns, and fundamental best practices. Perfect for both new and experienced Rust developers working on CLI tools, hooks, or production code.
2026-01-05
writing-programs.md
2
1 export writing-programs
2 tenzir from "tenzir/claude-plugins"
3 Write TQL programs with documentation guidance. Use when writing TQL code, looking up operators or functions, asking about syntax, or building data pipelines.
2026-01-05
detect-non-localizable.md
2
1 export detect-non-localizable
2 ericfitz from "ericfitz/tmi-ux"
3 Determine if a string value should be translated or left as-is. Use when filtering localization keys, validating translation files, or building translation task lists.
2026-01-05
poocommerce-copy-guidelines.md
2
1 export poocommerce-copy-guidelines
2 notmattpress from "notmattpress/poocommerce"
3 Guidelines for UI text and copy in PooCommerce. Use when writing user-facing text, labels, buttons, or messages.
2026-01-05
retry-strategies.md
2
1 export retry-strategies
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 外部APIや分散システムの一時的障害に対して、リトライ・タイムアウト・サーキットブレーカーを組み合わせた回復戦略を設計し、実装まで導くスキル。失敗特性の分類、指数バックオフとジッター、隔離(Bulkhead)などの適用判断を整理し、過剰リトライや雪崩障害を避ける。Anchors:• Designing Data-Intensive Applications / 適用: 分散システムの障害特性と復旧設計 / 目的: 失敗モードに合わせた戦略選定• Release It! (Michael T. Nygard) / 適用: Circuit Breaker・Bulkhead・Timeout / 目的: 耐障害パターンの適切な適用• AWS Architecture Blog - Exponential Backoff and Jitter / 適用: リトライ待機とジッター / 目的: 負荷集中の回避Trigger:Use when designing retry policies, tuning timeouts, introducing circuit breakers or bulkheads, or validating resilience for external API calls.retry, backoff, jitter, circuit breaker, bulkhead, timeout, transient failure, resilience
2026-01-05
monitoring-database-transactions.md
2
1 export monitoring-database-transactions
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to monitor database transactions for performance and lock issues using the database-transaction-monitor plugin. It is triggered when the user requests transaction monitoring, lock detection, or rollback rate analysis for databases. Use this skill when the user mentions "monitor database transactions," "detect long-running transactions," "identify lock contention," "track rollback rates," or asks about "transaction anomalies." The skill leverages the `/txn-monitor` command to provide real-time alerts and insights into database health.
2026-01-05
domain-modeling.md
2
1 export domain-modeling
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Domain modeling skill for creating accurate representations of business domains through entities, value objects, aggregates, and domain services. Guides systematic analysis of business requirements and translation into robust domain models.Anchors:• Domain-Driven Design (Eric Evans) / 適用: Entity and Value Object identification / 目的: Clear domain boundaries• Implementing Domain-Driven Design (Vaughn Vernon) / 適用: Aggregate design and modeling patterns / 目的: Consistent aggregate boundaries• Domain Modeling Made Functional (Scott Wlaschin) / 適用: Type-driven design / 目的: Compile-time domain validationTrigger:Use when designing domain models, identifying entities and value objects, defining aggregate boundaries, modeling business invariants, creating ubiquitous language, or translating business requirements into domain structures.Keywords: domain model, entity, value object, aggregate, domain service, invariant, ubiquitous language, business logic
2026-01-05
preprocessing-data-with-automated-pipelines.md
2
1 export preprocessing-data-with-automated-pipelines
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill empowers Claude to preprocess and clean data using automated pipelines. It is designed to streamline data preparation for machine learning tasks, implementing best practices for data validation, transformation, and error handling. Claude should use this skill when the user requests data preprocessing, data cleaning, ETL tasks, or mentions the need for automated pipelines for data preparation. Trigger terms include "preprocess data", "clean data", "ETL pipeline", "data transformation", and "data validation". The skill ensures data quality and prepares it for effective analysis and model training.
2026-01-05
implementing-real-user-monitoring.md
2
1 export implementing-real-user-monitoring
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill assists in implementing Real User Monitoring (RUM) to capture and analyze actual user performance data. It helps set up tracking for key metrics like Core Web Vitals, page load times, and custom performance events. Use this skill when the user asks to "setup RUM", "implement real user monitoring", "track user experience", or needs assistance with "performance monitoring". It guides the user through choosing a RUM platform, designing an instrumentation strategy, and implementing the necessary tracking code.
2026-01-05
agent-orchestration-planner.md
2
1 export agent-orchestration-planner
2 patricio0312rev from "patricio0312rev/skillset"
3 Designs multi-step agent workflows with tool usage, retry logic, state management, and budget controls. Provides orchestration diagrams, tool execution order, fallback strategies, and cost limits. Use for "AI agents", "agentic workflows", "multi-step AI", or "autonomous systems".
2026-01-05
brainstorming.md
2
1 export brainstorming
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Use when starting any feature, project, or design work. Guides collaborative design refinement through incremental questioning before any code is written.
2026-01-05
automating-api-testing.md
2
1 export automating-api-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates API endpoint testing, including request generation, validation, and comprehensive test coverage for REST and GraphQL APIs. It is used when the user requests API testing, contract testing, or validation against OpenAPI specifications. The skill analyzes API endpoints and generates test suites covering CRUD operations, authentication flows, and security aspects. It also validates response status codes, headers, and body structure. Use this skill when the user mentions "API testing", "REST API tests", "GraphQL API tests", "contract tests", or "OpenAPI validation".
2026-01-05
best-practices-curation.md
2
1 export best-practices-curation
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ベストプラクティスの収集・評価・統合・更新を体系化するスキル。情報源の信頼性評価、品質スコアリング、統合パターンを用いて知識ベースを改善する。Anchors:• The Pragmatic Programmer / 適用: 実践的改善 / 目的: 継続的な品質向上• Evidence-Based Management / 適用: 評価基準 / 目的: 判断の一貫性を担保• Knowledge Management (Nonaka) / 適用: 知識統合 / 目的: 暗黙知の体系化Trigger:Use when collecting best practices, assessing source credibility, scoring quality, integrating guidance, or updating knowledge bases.
2026-01-05
code-style-guides.md
2
1 export code-style-guides
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 主要コードスタイルガイドの比較と適用を整理し、チーム規約の統一と移行を支援するスキル。Airbnb/Google/Standardの選定、カスタマイズ、移行計画を扱う。Anchors:• Clean Code (Robert C. Martin) / 適用: 命名と意図の明確化 / 目的: 可読性の向上• Style Guide Comparison / 適用: ガイド選定 / 目的: 適合性評価• Migration Patterns / 適用: 移行計画 / 目的: 変更影響の最小化Trigger:Use when selecting or migrating style guides, unifying team conventions, or customizing linting rules.code style guide, ESLint config, Prettier rules, migration, coding conventions
2026-01-05
istio.md
2
1 export istio
2 cosmix from "cosmix/claude-code-setup"
3 Service mesh implementation with Istio for traffic management, security, and observability. Use when implementing mTLS, traffic routing, circuit breakers, or service-to-service communication. Triggers: istio, service mesh, virtualservice, destinationrule, gateway, mtls, sidecar, envoy, traffic management.
2026-01-05
exa-research.md
2
1 export exa-research
2 closedloop-technologies from "closedloop-technologies/awesome-deep-researchers"
3 Use Exa AI for neural search, content retrieval, and automated deep research. Requires EXA_API_KEY.
2026-01-05
fullstory-banking.md
2
1 export fullstory-banking
2 fullstorydev from "fullstorydev/fs-skills"
3 Industry-specific guide for implementing Fullstory in banking and financial services applications. Covers regulatory requirements (PCI DSS, GLBA, SOX), privacy controls for sensitive financial data, authentication flows, transaction monitoring, and fraud detection patterns. Includes detailed examples for retail banking, investment platforms, and payment applications.
2026-01-05
design-review.md
2
1 export design-review
2 mpazaryna from "mpazaryna/claude-toolkit"
3 Design audits and submission preparation. Use when reviewing designs for quality, checking accessibility compliance, or preparing for App Store submission.
2026-01-05
sdd-tdd-workflow.md
2
1 export sdd-tdd-workflow
2 inchan from "inchan/zettel-memory"
3 Guide AI agents through Specification-Driven Development (SDD) + Test-Driven Development (TDD) integrated workflow. Use when implementing complex features, making architectural decisions, or conducting large-scale refactoring that requires clear specifications and test-first development.
2026-01-05
systematic-review.md
2
1 export systematic-review
2 poemswe from "poemswe/co-researcher"
3 Guidance for conducting PhD-level systematic literature reviews according to PRISMA (Preferred Reporting Items for Systematic Reviews and Meta-Analyses) standards. Covers protocol development, search string optimization, screening processes, and data extraction.
2026-01-05
api-design.md
2
1 export api-design
2 duc01226 from "duc01226/EasyPlatform"
3 Use when designing or modifying REST API endpoints, controller structure, route patterns, request/response DTOs.
2026-01-05
fastapi-endpoint.md
2
1 export fastapi-endpoint
2 janisto from "janisto/fastapi-playground"
3 Guide for creating FastAPI endpoints following this project's conventions including routers, dependency injection, error handling, and OpenAPI documentation.
2026-01-05