Loading...
Loading...
Found 8,776 Skills
Connect Figma design components to code components using Code Connect so design-system updates flow into the codebase automatically.
Helps users create standardized Git commits. Use this when users want to submit code, save changes, or create a commit.
Update the current local work branch by merging the latest base/default branch with pure git and no automatic push. Use when the user invokes `/update-branch`, says "update branch", or asks to merge the latest base branch or default branch into this branch.
Validate readiness to advance between development phases. Produces a PASS/CONCERNS/FAIL verdict with specific blockers and required artifacts. Use when user says 'are we ready to move to X', 'can we advance to production', 'check if we can start the next phase', 'pass the gate'.
Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use for /architect, 'architect this', 'design this', or non-trivial work where jumping to code would lock in the wrong shape.
Pre-commit review: security scan, quality gates, auto-fix.
Write ML papers for NeurIPS/ICML/ICLR: design→submit.
Manifestly Checklists integration. Manage Checklists, Projects, Users, Teams. Use when the user wants to interact with Manifestly Checklists data.
Automate your return and refund process with configurable return windows, restocking fees, and rule-based approval logic for each product type
Use at the start of any conversation—establishes how to find and use skills, requiring the Skill tool to be called before any response (including clarifying questions)
Guide for using uv, the Python package and project manager. Use this when working with Python projects, scripts, packages, or tools.
Guide for implementing oRPC contract-first API patterns in Dify frontend. Triggers when creating new API contracts, adding service endpoints, integrating TanStack Query with typed contracts, or migrating legacy service calls to oRPC. Use for all API layer work in web/contract and web/service directories.