⛓️

DeFi

1145 skills in Blockchain > DeFi

tracking-service-reliability

Marketplace

This skill enables Claude to define and track Service Level Agreements (SLAs), Service Level Indicators (SLIs), and Service Level Objectives (SLOs) for improved service reliability. It is triggered when the user needs to establish, monitor, or analyze service performance metrics. Use this skill when the user mentions "SLA", "SLI", "SLO", "error budget", "service reliability", or "track service performance". The skill helps to define key metrics, set targets, and monitor performance against those targets.

jeremylongshore/claude-code-plugins-nixtla
2
0
更新日 1w ago

creating-ansible-playbooks

Marketplace

This skill creates Ansible playbooks for automating configuration management tasks. It generates production-ready, multi-platform playbooks based on user-defined requirements, incorporating best practices and a security-first approach. Use this skill when you need to automate server configurations, software deployments, or infrastructure management using Ansible. Trigger this skill by requesting "Ansible playbook," specifying configuration details, or asking for automation of a particular setup.

jeremylongshore/claude-code-plugins-nixtla
2
0
更新日 1w ago

creating-kubernetes-deployments

Marketplace

This skill enables Claude to generate Kubernetes deployment manifests, services, and related configurations following best practices. It should be used when the user asks to create a new Kubernetes deployment, service, ingress, or other related resources. Claude will generate YAML files for Deployments, Services, ConfigMaps, Secrets, Ingress, and Horizontal Pod Autoscalers. Use this skill when the user mentions "Kubernetes deployment", "K8s deployment", "create service", "define ingress", or asks for a manifest for any K8s resource.

jeremylongshore/claude-code-plugins-nixtla
2
0
更新日 1w ago

coverage-strategist

Defines ROI-based coverage targets with critical path identification, layer-specific targets, and explicit "don't test this" guidelines. Use for "test coverage", "coverage strategy", "test priorities", or "coverage targets".

patricio0312rev/skillset
2
0
更新日 1w ago

reviewing-code

Use when executing /code:review-uncommited, /code:review-unpushed, or /code:review-pr commands. Triggers: code review request, PR review, uncommited changes review. Defines 12 parallel review agents covering security, performance, quality, consistency, and more.

ryugen04/dotfiles
2
0
更新日 1w ago

dnd5e-feature-implementation

Use when implementing D&D 5e features, spells, or conditions - provides structure, definition of done, and combat log output pattern

KirkDiggler/rpg-toolkit
2
0
更新日 1w ago

detecting-infrastructure-drift

Marketplace

This skill enables Claude to detect infrastructure drift from a desired state. It uses the `drift-detect` command to identify discrepancies between the current infrastructure configuration and the intended configuration, as defined in infrastructure-as-code tools like Terraform. Use this skill when the user asks to check for infrastructure drift, identify configuration changes, or ensure that the current infrastructure matches the desired state. It is particularly useful in DevOps workflows for maintaining infrastructure consistency and preventing configuration errors. Trigger this skill when the user mentions "drift detection," "infrastructure changes," "configuration drift," or requests a "drift report."

jeremylongshore/claude-code-plugins-nixtla
2
0
更新日 1w ago

product-strategist

Validate product-market fit and strategic direction. Use when defining new products, validating problem-solution fit, prioritizing features, or making build-vs-buy decisions. Focuses on discovery and validation before development.

daffy0208/ai-dev-standards
2
5
更新日 1w ago

tracking-service-reliability

Marketplace

This skill enables Claude to define and track Service Level Agreements (SLAs), Service Level Indicators (SLIs), and Service Level Objectives (SLOs) for improved service reliability. It is triggered when the user needs to establish, monitor, or analyze service performance metrics. Use this skill when the user mentions "SLA", "SLI", "SLO", "error budget", "service reliability", or "track service performance". The skill helps to define key metrics, set targets, and monitor performance against those targets.

jeremylongshore/claude-code-plugins-nixtla
2
0
更新日 1w ago

product-vision

プロダクトビジョン策定、OKR設定、ロードマップ作成を専門とするスキル。長期的な製品戦略を明確化し、チームとステークホルダーの方向性を一致させます。Anchors:• Inspired (Marty Cagan) / 適用: プロダクト戦略とビジョン設定 / 目的: 魅力的で実現可能なビジョンの策定• Measure What Matters (John Doerr) / 適用: OKRフレームワーク / 目的: 目標設定と成果測定の体系化• Product Roadmaps Relaunched (C. Todd Lombardo et al.) / 適用: 戦略的ロードマップ策定 / 目的: 優先順位付けと実行計画の明確化Trigger:Use when defining product vision, creating vision boards, setting OKRs, building product roadmaps, aligning stakeholders on product strategy, establishing long-term product direction, or facilitating strategic planning sessions.

daishiman/AIWorkflowOrchestrator
2
0
更新日 1w ago

backend-models

Define and validate data structures used throughout the static website, ensuring JavaScript modules and HTML templates work with consistent and well-defined data models. Use this skill when designing data shapes, creating type definitions, or documenting expected data properties.

adigunners/adigunners.github.io
2
0
更新日 1w ago

tdd-principles

テストファーストで仕様を定義し、Red-Green-Refactorを小さなステップで回すためのスキル。設計の創発とレガシー対応まで含めて、テスト駆動開発の実務判断を支援する。Anchors:• Test-Driven Development: By Example / 適用: TDDサイクル / 目的: 仕様の明確化• xUnit Test Patterns / 適用: テスト設計 / 目的: 表現の一貫性• Working Effectively with Legacy Code / 適用: レガシー適用 / 目的: 安全な変更Trigger:Use when planning or executing test-driven development, defining test-first strategy, or reviewing red-green-refactor quality.TDD, test-first, red-green-refactor, small steps, refactoring

daishiman/AIWorkflowOrchestrator
2
0
更新日 1w ago

modeling-nosql-data

Marketplace

This skill enables Claude to design NoSQL data models. It activates when the user requests assistance with NoSQL database design, including schema creation, data modeling for MongoDB or DynamoDB, or defining document structures. Use this skill when the user mentions "NoSQL data model", "design MongoDB schema", "create DynamoDB table", or similar phrases related to NoSQL database architecture. It assists in understanding NoSQL modeling principles like embedding vs. referencing, access pattern optimization, and sharding key selection.

jeremylongshore/claude-code-plugins-nixtla
2
0
更新日 1w ago

command-naming-conventions

コマンド命名規則(動詞ベース命名/kebab-case/名前空間/発見可能性)を整理し、一貫した命名設計と見直しを支援するスキル。命名ルール、チェックリスト運用、検証手順を一貫して整理する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 命名規則の一貫性 / 目的: 実践的な命名の安定化• Clean Code (Robert C. Martin) / 適用: 意図が伝わる命名 / 目的: 自己説明性の向上Trigger:Use when defining command naming conventions, reviewing naming consistency, or designing namespace structures.command naming, kebab-case, verb-based naming, namespace design, discoverability

daishiman/AIWorkflowOrchestrator
2
0
更新日 1w ago

validating-performance-budgets

Marketplace

This skill enables Claude to validate application performance against defined budgets. It's useful for identifying performance regressions early in the development lifecycle. The skill is triggered when the user mentions "performance budget", "validate budget", "performance regression", or requests a check against performance metrics like "page load times", "bundle sizes", "API response times", or "Lighthouse scores". The plugin validates against predefined thresholds and alerts on violations. It is especially helpful in CI/CD pipelines to prevent performance degradation in production.

jeremylongshore/claude-code-plugins-nixtla
2
0
更新日 1w ago

creating-ansible-playbooks

Marketplace

This skill creates Ansible playbooks for automating configuration management tasks. It generates production-ready, multi-platform playbooks based on user-defined requirements, incorporating best practices and a security-first approach. Use this skill when you need to automate server configurations, software deployments, or infrastructure management using Ansible. Trigger this skill by requesting "Ansible playbook," specifying configuration details, or asking for automation of a particular setup.

jeremylongshore/claude-code-plugins-nixtla
2
0
更新日 1w ago

orchestrating-test-workflows

Marketplace

This skill enables Claude to orchestrate complex test workflows using the test-orchestrator plugin. It allows Claude to define test execution graphs with dependencies, execute tests in parallel, and intelligently select tests to run based on code changes. Use this skill when a user requests test orchestration, dependency management for tests, parallel test execution, smart test selection, or CI/CD integration for testing. Trigger terms include "orchestrate tests", "test workflow", "parallel testing", "smart test selection", "test dependencies", and "/orchestrate".

jeremylongshore/claude-code-plugins-nixtla
2
0
更新日 1w ago

api-designer

Design REST and GraphQL APIs. Use when creating backend APIs, defining API contracts, or integrating third-party services. Covers endpoint design, authentication, versioning, documentation, and best practices.

daffy0208/ai-dev-standards
2
5
更新日 1w ago

domain-driven-design

ドメイン駆動設計(DDD)のビルディングブロックを活用したドメインモデリングを専門とするスキル。Entity、Value Object、Aggregate、Repository Patternを適用し、ビジネスロジックを中心に据えた堅牢なドメイン層を設計する。Anchors:• Domain-Driven Design (Eric Evans) / 適用: 戦術的パターン / 目的: ドメインモデル構築• Implementing DDD (Vaughn Vernon) / 適用: 集約設計 / 目的: トランザクション境界定義• Clean Architecture (Robert C. Martin) / 適用: 依存関係逆転 / 目的: ドメイン層の独立性確保Trigger:Use when designing domain models, defining entities and value objects, establishing aggregate boundaries, designing repository interfaces, or applying DDD tactical patterns.domain driven design, DDD, entity design, value object, aggregate, repository pattern, domain model, bounded context

daishiman/AIWorkflowOrchestrator
2
0
更新日 1w ago

kubernetes-manifests

Generate production-ready Kubernetes manifests for AgentStack. Use for creating Deployments, Services, ConfigMaps, Secrets, RBAC, and other K8s resources. Triggers on "create deployment", "k8s manifest", "kubernetes yaml", "pod spec", "service definition", "configmap", "RBAC", or when deploying components to Kubernetes.

raphaelmansuy/k8s-agent-stack
2
0
更新日 1w ago