去中心化金融
1145 skills in 區塊鏈 > 去中心化金融
ios-app-icon-generator
Generates a complete iOS app icon set with all required sizes. Use when asked to create an app icon, design an iOS icon, generate app store artwork, or make an icon for an iPhone/iPad app. Follows a philosophy-first approach - first defining the visual identity and concept, then producing production-ready icons.
proto-gen
Generate C++ and Python code from Protocol Buffer definitions. Use when user asks to generate proto files, compile protos, regenerate gRPC code, or mentions protobuf/gRPC generation.
element-definition-convention
プラグイン要素の定義ルール(命名規則、必須項目、記述フォーマット)を定義する。プラグイン要素作成時、エージェント・スキル・コマンド定義時、またはユーザーが命名規則、フロントマター、必須項目、記述フォーマットに言及した際に使用する。
colors-typography
Define brand styling for website projects. Updates globals.css with CSS color variables (oklch format), typography (h1-h6, p, a, blockquote), and container styles. Use at the start of a project after sitemap is created. Requires primary, secondary, and accent colors plus font choice.
mcp-code-context
Structural intelligence for codebases using Tree-sitter AST analysis. Provides precise structural queries like listing functions, classes, and definitions, bridging the gap between lexical search (grep) and semantic search (LEANN). Use for structural exploration, symbol navigation, and codebase mapping.
handling-rust-errors
HASH error handling patterns using error-stack crate. Use when working with Result types, Report types, defining custom errors, propagating errors with change_context, adding context with attach, implementing Error trait, or documenting error conditions in Rust code.
cloudflare-browser-rendering
Complete knowledge domain for Cloudflare Browser Rendering - Headless Chrome automationwith Puppeteer and Playwright on Cloudflare Workers for screenshots, PDFs, web scraping,and browser automation workflows.Use when: taking screenshots, generating PDFs from HTML or URLs, web scraping content,crawling websites, browser automation tasks, testing web applications, managing browser sessions,performing batch browser operations, integrating with AI for content extraction, or encounteringbrowser rendering errors, XPath selector errors, browser timeout issues, concurrency limits,memory exceeded errors, or "Cannot read properties of undefined (reading 'fetch')" errors.Keywords: browser rendering cloudflare, @cloudflare/puppeteer, @cloudflare/playwright,puppeteer workers, playwright workers, screenshot cloudflare, pdf generation workers,web scraping cloudflare, headless chrome workers, browser automation, puppeteer.launch,playwright.chromium.launch, browser binding, session management, puppeteer.sessions,
gestion-alcance-scope
Skill especializada en gestión de alcance (scope) para Domain Storytelling, enfocada en ajustar la granularidad del modelado (coarse-grained "pájaro/cometa" vs fine-grained "mar/peces") y distinguir perspectivas temporales (As-Is proceso actual vs To-Be futuro deseado). Útil para definir el nivel apropiado de detalle según el objetivo del modelado y para gestionar expectativas entre stakeholders.
create-latex-notes
Generate structured LaTeX exam cheat sheets from course materials. Extracts key concepts, definitions, formulas from PDFs, Jupyter notebooks, and markdown files. Compiles to PDF with error checking.
terraphim-hooks
Knowledge graph-based text replacement using Terraphim hooks.Intercepts commands and text to apply transformations defined in the knowledge graph.Works with Claude Code PreToolUse hooks and Git prepare-commit-msg hooks.
spec-interview
Interviews users to build comprehensive project specifications. Use when starting a new project, feature, or when user needs help defining requirements through guided discovery.
backend-trpc
Design and implement end-to-end type-safe APIs using tRPC with proper router organization, procedure definitions, input validation with Zod schemas, context management, and middleware. Use this skill when creating or modifying tRPC router files like server/routers/*.ts, src/server/api/routers/*.ts, *.router.ts, or any files containing tRPC procedure definitions, queries, and mutations. Use this when defining tRPC routers with .query() for read operations and .mutation() for write operations, implementing input validation using Zod schemas with .input(z.object({...})) for type-safe runtime validation of all procedure parameters, creating and organizing reusable sub-routers by feature or domain (user router, post router, comment router) and composing them into a main app router using mergeRouters or router nesting, setting up tRPC context in createContext functions to provide request-scoped data like user sessions, database connections, or authentication state to all procedures, implementing tRPC middleware wit
client-interviewing
This skill should be used when conducting live client discovery interviews for brand identity projects. It provides guidelines for structured interviewing based on predefined questionnaire workflows for Express Brand (2-week) and Full Brand Identity (6-week) engagements.
component-definition-builder
Create and manage OSCAL component definitions for reusable security control implementations. Inspired by CivicActions components and community patterns. Use for building component libraries and shared control implementations.
composition-data-modeling
Design and work with composition data structures. Use when defining schemas, creating database models, building API responses, or transforming composition data between formats.
pre-launch-ads
The 'Programmatic Ad Engine'. It executes a massive 35-step creative protocol to generate a complete Pre-Launch Advertising Campaign. It ingests Brand and Product strategies, applies a user-defined 'Awareness vs. Conversion' algorithm, and outputs 39 high-performance ad assets optimized for Indiegogo/Kickstarter.
code-navigation
Use when you need to understand the codebase structure, find definitions, or trace references without reading entire files.
maintain-data-structures
Comprehensive reference documentation for all data structures in the VRP toolkit project. Use when needing to understand data structure definitions, attributes, formats, or representations to avoid repeatedly reading code. Covers Problem layer (Instance, Solution, Node), Algorithm layer (Solver, Operators, ALNS), Data layer (OSMnx, distance matrices), and runtime formats (routes as lists, time windows as tuples).
workflow-validator
Validate CasareRPA workflow JSON files for structural integrity, node dependencies, and connection validity. See schemas/ for JSON schema definitions. Use when: validating workflows, checking workflow JSON, testing workflow definitions, graph structure validation, node connections.
language-conventions
Defines language usage conventions separating user communication from technical artifacts. Use when writing code, documentation, commits, or communicating with users in multilingual projects.