⛓️

DeFi

1145 skills in Blockchain > DeFi

scrum-event-sprint-review

Verify Definition of Done and acceptance criteria for Sprint increments. Use when completing sprints, running verification commands, or preparing for acceptance.

shishi/dotfiles
3
1
Mis à jour 2d ago

expertise-file-design

Marketplace

Design YAML expertise file structures for agent experts. Use when creating mental models for domain-specific agents, defining expertise schema, or structuring knowledge for Act-Learn-Reuse workflows.

melodic-software/claude-code-plugins
3
0
Mis à jour 2d ago

documenting-apis

Marketplace

Generate API specification documentation from codebase analysis. Detects REST endpoints, function signatures, type definitions, and schemas. Triggers: API specification, endpoints, REST API, type definitions, OpenAPI, Swagger, API documentation.

thkt/claude-config
3
0
Mis à jour 2d ago

NativePHP Architecture

Marketplace

This skill provides understanding of NativePHP Mobile internals. Use when the user asks about "how NativePHP works", "god method", "nativephp_call", "bridge functions", "bridge registration", "EDGE system", "element definition", "native events", "event dispatching", "WebView communication", or how PHP communicates with native iOS/Android code.

NativePHP/ClaudePlugins
3
0
Mis à jour 2d ago

Claude Code X - Autonomous Execution Subagent

Execute Claude Code autonomously in the background for well-defined tasks, enabling parallel execution of up to 5 concurrent sessions while the user continues other work.

ShunsukeHayashi/miyabi-mcp-bundle
3
1
Mis à jour 2d ago

aps-doc-golden

Marketplace

Expert documentation generation for golden layers. Detects SCD types, documents business rules, metric definitions, aggregation logic, and data quality scoring. Use when documenting golden layer tables.

treasure-data/td-skills
3
4
Mis à jour 2d ago

scrum-event-sprint-planning

Guide Sprint Planning in AI-Agentic Scrum. Use when selecting PBI, defining Sprint Goal, or breaking into subtasks.

shishi/dotfiles
3
1
Mis à jour 2d ago

typescript

Provides comprehensive TypeScript development expertise and coding standards. Ensures type safety through strict type checking, implements clean code patterns, and maintains consistent architectural decisions. Specializes in advanced type system features including generics, conditional types, mapped types, and template literal types.Use when: working with TypeScript files (.ts/.tsx), defining type definitions and interfaces, implementing generic programming patterns, designing type-safe APIs, handling complex type transformations, integrating TypeScript with React/Vue/Angular frameworks, configuring strict mode settings, resolving type errors, or optimizing type performance in large codebases.

KubrickCode/Quick-Command-Buttons
3
0
Mis à jour 2d ago

atomic-blocks

Composable atomic blocks for categorical meta-prompting. Defines 16 reusable blocks across 4 layers (Assessment, Transformation, Refinement, Composition) that can be composed to build custom workflows. Enables progressive disclosure: simple commands work unchanged, power users can override individual blocks or compose freely.

manutej/categorical-meta-prompting
3
1
Mis à jour 2d ago

differential-tad-analysis

This skill performs differential topologically associating domain (TAD) analysis using HiCExplorer's hicDifferentialTAD tool. It compares Hi-C contact matrices between two conditions based on existing TAD definitions to identify significantly altered chromatin domains.

BIsnake2001/ChromSkills
2
1
Mis à jour 2d ago

running-load-tests

Marketplace

This skill enables Claude to create and execute load tests for performance validation. It is designed to generate load test scripts using tools like k6, JMeter, and Artillery, based on specified test scenarios. Use this skill when the user requests to create a "load test", conduct "performance testing", validate "application performance", or needs a "stress test" to identify breaking points in the application. The skill helps define performance thresholds and provides execution instructions.

jeremylongshore/claude-code-plugins-nixtla
2
0
Mis à jour 2d ago

job-outputs-gha

GitHub Actionsのジョブ出力管理スキル。ジョブ間でのデータ共有、outputs定義、依存関係設定、条件分岐、マトリックス戦略での出力集約を提供。Anchors:• Continuous Delivery / 適用: ジョブ間データフロー設計 / 目的: 信頼性の高いパイプライン構築• GitHub Actions公式ドキュメント / 適用: outputs/needs構文 / 目的: 正確な実装パターン適用Trigger:Use when sharing data between GitHub Actions jobs, defining job outputs,setting up job dependencies with needs keyword, implementing conditional workflows,or aggregating outputs from matrix strategies.

daishiman/AIWorkflowOrchestrator
2
0
Mis à jour 2d 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
Mis à jour 2d ago

command-development

Marketplace

This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.

OshanKHZ/oshankhz-claude-code
2
0
Mis à jour 2d ago

guix

Expert knowledge for GNU Guix package and service development. Use when creating or modifying Guix packages, system services, home services, or working with a Guix repository checkout. Handles package definitions, build systems, service types, configuration records, and development workflows.

r0man/guix-home
2
0
Mis à jour 2d ago

bounded-context

ドメイン駆動設計における境界付けられたコンテキストの特定、境界定義、コンテキストマップ作成、統合戦略設計を支援するスキル。チーム責務の整理、モデルの分離、連携方式の選定を体系化する。Anchors:• Domain-Driven Design / 適用: 境界設計 / 目的: ドメイン境界の明確化• Implementing Domain-Driven Design / 適用: コンテキストマップ / 目的: 統合パターンの適用• Context Mapping (Brandolini) / 適用: 境界調整 / 目的: チーム間協調の整理Trigger:Use when defining domain boundaries, creating context maps, choosing integration strategies, or clarifying team ownership for services/modules.

daishiman/AIWorkflowOrchestrator
2
0
Mis à jour 2d ago

command-structure-fundamentals

Claude Code スラッシュコマンドの基本構造(YAML frontmatter/本文パターン/ファイル構造)を整理し、最小構成と設計判断を支援するスキル。frontmatter設計、本文パターン、配置ルールを一貫して整理する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 構造設計の実務 / 目的: コマンド構造の再現性確保• 18-skills.md 仕様 / 適用: スキル構造の整合 / 目的: frontmatter規約の統一Trigger:Use when designing slash command structure, defining YAML frontmatter fields, or establishing consistent command composition patterns.command structure, YAML frontmatter, command composition, minimal command template

daishiman/AIWorkflowOrchestrator
2
0
Mis à jour 2d ago

command-creator

Create slash commands for user-initiated workflows. Use when building repeatable /name commands for Claude Code.

HTRamsey/claude-config
2
0
Mis à jour 2d ago

performance-budget-setter

Defines measurable performance budgets for bundle size, API latency, database queries, and render times. Provides enforcement strategies and monitoring plans. Use for "performance budgets", "performance monitoring", "web vitals", or "optimization targets".

patricio0312rev/skillset
2
0
Mis à jour 2d ago

technical-documentation-standards

IEEE 830やDoc as Codeなどの標準に基づき、技術文書の構造と品質基準を整えるスキル。テンプレート適用と検証フローを通じて、再利用性と明確性を高める。Anchors:• IEEE 830 / 適用: 仕様書構造 / 目的: 標準化• Documentation as Code / 適用: 文書運用 / 目的: 継続的管理• Software Requirements (Karl Wiegers) / 適用: 要求記述 / 目的: 明確性Trigger:Use when defining documentation standards, creating SRS templates, or reviewing technical docs for consistency.documentation standards, IEEE 830, SRS, doc-as-code, documentation review

daishiman/AIWorkflowOrchestrator
2
0
Mis à jour 2d ago