frontend-query-mutation
[ 精选 ]前端查询和变更模式是使用TanStack Query和oRPC实现的Dify契约管理解决方案
浏览和安装 Killer-Skills 目录中的数千个 AI Agent 技能。支持 Claude Code、Windsurf、Cursor 等。
这个技能目录把可安装的 AI Agent 技能集中在一起,方便你按搜索、分类、主题和官方来源快速筛选,并直接安装到 Claude Code、Cursor、Windsurf 等环境。
前端查询和变更模式是使用TanStack Query和oRPC实现的Dify契约管理解决方案
Guide for implementing oRPC contract-first API patterns in Dify frontend. Trigger when creating or updating contracts in web/contract, wiring router composition, integrating TanStack Query with typed contracts, migrating legacy service calls to oRPC, or deciding whether to call queryOptions directly vs extracting a helper or use-* hook in web/service.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Subagent-driven development automates independent tasks using fresh subagents, ensuring high-quality results and fast iteration for developers. It streamlines AI coding workflows.
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Use when implementing any feature or bugfix, before writing implementation code
Use when you have a spec or requirements for a multi-step task, before touching code
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
验证前完成技能确保代码通过验证命令和输出确认,提高代码质量和可靠性
头脑风暴技能帮助开发者探索用户意图、需求和设计,创建任务并完成设计文档