⛓️

DeFi

1145 skills in Blockchain > DeFi

spec-constraints

Define constraints, invariants, and laws for the system. Creates proofobligations for formal verification. Use when: specifying business rules,defining invariants, creating validation requirements, expressing laws.

BellaBe/ideas-os
1
0
Aktualisiert 1d ago

codex-collaboration

Codex CLI integration for code review and consultation. Use when: (1) code needs review before commit, (2) need expert consultation on implementation approach, (3) debugging assistance needed. This skill provides Codex interaction patterns only - workflow orchestration is defined in project CLAUDE.md.

hewenyu/codex-collaboration
1
1
Aktualisiert 1d ago

clarity-find-gaps

Marketplace

Diagnose where explanations skip steps or use unexplained terminology. Use when: (1) asked to identify gaps or missing steps, (2) user asks for clarification, (3) explanation uses terms before defining them, (4) instructions followed without success, (5) asked to review explanation or documentation

synapseradio/thinkies
1
0
Aktualisiert 1d ago

defi-protocols

Marketplace

Master DeFi protocol development including AMMs, lending, yield, and oracles

pluginagentmarketplace/custom-plugin-blockchain
1
0
Aktualisiert 1d ago

fastmcp

Build MCP servers in Python with FastMCP framework to expose tools, resources, and prompts to LLMs. Supports storage backends (memory/disk/Redis), middleware, OAuth Proxy, OpenAPI integration, and FastMCP Cloud deployment. Use when: creating MCP servers, defining tools or resources, implementing OAuth authentication, configuring storage backends for tokens/cache, adding middleware for logging/rate limiting, deploying to FastMCP Cloud, or troubleshooting module-level server, storage, lifespan, middleware order, circular imports, or OAuth errors. Keywords: FastMCP, MCP server Python, Model Context Protocol Python, fastmcp framework, mcp tools, mcp resources, mcp prompts, fastmcp storage, fastmcp memory storage, fastmcp disk storage, fastmcp redis, fastmcp dynamodb, fastmcp lifespan, fastmcp middleware, fastmcp oauth proxy, server composition mcp, fastmcp import, fastmcp mount, fastmcp cloud, fastmcp deployment, mcp authentication, fastmcp icons, openapi mcp, claude mcp server, fastmcp testing, storage misconfiguration, lifespan issues, middleware order, circular imports, module-level server, async await mcp

ovachiever/droid-tings
1
0
Aktualisiert 1d ago

velociraptor

Velociraptor DFIR integration for LimaCharlie. List available VQL artifacts, view artifact definitions, launch forensic collections on endpoints. Find raw collection data in Artifacts (type:velociraptor, source:SID). Query processed JSON events from the 'velociraptor' sensor (tag:ext:ext-velociraptor). Build D&R rules for velociraptor_collection events. Use for: forensic triage, incident response, threat hunting, VQL artifact collection.

refractionPOINT/lc-ai
1
0
Aktualisiert 1d ago

deciding-good-enough-threshold

Marketplace

Determine when a solution is sufficient by distinguishing essential quality from perfectionism and diminishing returns. Use when: (1) asked to evaluate whether a solution meets requirements or needs additional work, (2) code that already meets requirements is receiving polish without an identified functional deficiency, (3) sufficiency criteria for the current solution are not clearly stated, (4) phrases like "just in case" or "might need later" appear without connection to actual requirements.

synapseradio/thinkies
1
0
Aktualisiert 1d ago

refactor-scope-session

[Code Quality] Defines clear boundaries and goals for a refactoring session. Use to establish what WILL and WILL NOT change, set success criteria, and create a focused refactoring scope.

CANTAGESTUDIO/CosmicAtlasPacker
1
0
Aktualisiert 1d ago

rest-api

Provides REST API design and implementation standards. Ensures proper URL structure, pagination, sorting, filtering, and error handling patterns. Specializes in RESTful principles, HTTP method semantics, status code usage, versioning strategies, HATEOAS, and API documentation. Implements consistent response structures and content negotiation. Use when: designing REST API endpoints, defining URL structures and naming conventions, implementing pagination/sorting/filtering, choosing appropriate HTTP methods (GET/POST/PUT/PATCH/DELETE), selecting HTTP status codes, designing request/response schemas, handling API errors and validation, implementing API versioning, documenting APIs with OpenAPI/Swagger, or designing hypermedia controls (HATEOAS).

specvital/web
1
0
Aktualisiert 1d ago

typescript-api-types

Apply when defining API request/response types, DTOs, and shared types between frontend and backend.

CoderMariusz/MonoPilot
1
0
Aktualisiert 1d ago

Backend API

Design and implement NestJS REST API endpoints following the project's layered architecture (Controllers, Use Cases, Repositories). Use this skill when creating or modifying controller files (*.controller.ts), defining API routes, implementing HTTP handlers, setting up Swagger documentation, configuring route guards and decorators, working with request/response DTOs, or structuring API endpoints. This includes files in features/{feature}/controller/, auth/controller/, and any file with @Controller() decorator. Apply when working with API_ENDPOINTS constants, @Get/@Post/@Put/@Patch/@Delete decorators, @ApiTags/@ApiProperty swagger decorators, @Public/@MemberRoles custom decorators, HttpCode/HttpStatus configurations, or Query/Param/Body parameter decorators.

imkdw/imkdw-dev
1
0
Aktualisiert 1d ago

issue-writing

Marketplace

Use this skill when writing, reviewing, or discussing issue descriptions, acceptance criteria, or task breakdowns. Ensures consistent, high-quality issue structure that any developer or AI can pick up and execute. Triggers when drafting issues, defining requirements, or when users ask "how should I write this issue?" or "what should the acceptance criteria be?"

jclfocused/claude-agents
1
0
Aktualisiert 1d ago

doc-prd

Create Product Requirements Documents (PRD) following SDD methodology - Layer 2 artifact defining product features and user needs

vladm3105/aidoc-flow-framework
1
0
Aktualisiert 1d ago

integrity-bound-scope

Marketplace

Define boundaries where claims or recommendations apply versus break down. Use when: (1) asked to define scope or boundaries, (2) claim presented as universal truth, (3) explaining why pattern works here but not there, (4) advice given without specifying applicable context.

synapseradio/thinkies
1
0
Aktualisiert 1d ago

create-repository

Create repository interface for data access abstraction. Use when adding a new resource that needs database operations, defining CRUD interface, or setting up repository pattern. Triggers on "new repository", "repository interface", "data access layer", "create repository".

madooei/backend-template
1
0
Aktualisiert 1d ago

saas-pricing-strategy

Marketplace

Advises on SaaS pricing strategy using Daniel Priestley's oversubscription principles and Patrick Campbell's value-based framework. Use when defining pricing tiers, selecting value metrics, positioning against competitors, or creating pricing page copy for any SaaS product.

bcasci/hustler-marketplace
1
0
Aktualisiert 1d ago

typescript

This skill should be used when working with TypeScript code, including type definitions, type inference, generics, utility types, and TypeScript configuration. Provides comprehensive knowledge of TypeScript patterns, best practices, and advanced type system features.

mleku/next.orly.dev
1
1
Aktualisiert 1d ago

aesthetic-motion-temporal

[Aesthetics] Defines temporal aesthetics: speed, acceleration habits, tempo, static vs dynamic balance, motion weight and inertia. Produces Motion Bible as Memo nodes in Brain canvas.

CANTAGESTUDIO/CosmicAtlasPacker
1
0
Aktualisiert 1d ago

create-routes

Create route definitions for HTTP endpoints. Use when wiring controllers and middleware to HTTP routes. Triggers on "create routes", "router for", "route definitions".

madooei/backend-template
1
0
Aktualisiert 1d ago

sqlmodel-database

Design and implement database schemas using SQLModel with sync and async patterns. Use this skill when creating database models, setting up Neon PostgreSQL connections, defining relationships (one-to-many, many-to-many), implementing FastAPI dependency injection, or migrating schemas. Covers both sync Session and async AsyncSession patterns.

mjunaidca/mjs-agent-skills
1
2
Aktualisiert 1d ago