前端SDK-v2介绍
01Cursor rule
Cursor rule "前端SDK-v2介绍" from DolphinAI2026/dolphin-code, covering sdk v2, 概述, df-sdk引入, df-sdk的api介绍及使用 and 基础.
Cursor rule
Cursor rule "前端SDK-v2介绍" from DolphinAI2026/dolphin-code, covering sdk v2, 概述, df-sdk引入, df-sdk的api介绍及使用 and 基础.
Skill Claude CodeCodex
Ein Werkzeug, das aus bereitgestellten Inhalten ein einfaches Word-Dokument im .docx-Format erstellt. Das Dokument kann Überschriften und Abschnitte enthalten.
Skill Claude CodeCodex
Ein Werkzeug, das aus Stichpunkten oder einer Gliederung eine einfache PowerPoint-Präsentation im .pptx-Format erstellt.
Cursor rule Cursor
A Vue 2.7 form component project for both desktop and mobile applications, with shared code and separate web and mobile packages.
Cursor rule Cursor
A coding rule that requires a standard asynchronous request pattern using `.asyncThen()` and `.asyncErrorCatch()`.
Cursor rule Cursor
Cursor rule "editor-config" from DolphinAI2026/dolphin-code, covering editor.config.json 生成规则(双端模板), 文件位置, 文件格式, 注册到 index.js and setting.vue 位置.
Cursor rule Cursor
A set of rules for generating a Vue component named setting.vue, described as a two-platform settings panel.
Cursor rule Cursor
A set of Cursor instructions for creating and formatting the shared `widget.config.js` file, including its required top-level fields and code.
Skill Claude CodeCodex
Generate builder-domain business flow Markdown documentation.
Skill Claude CodeCodex
Generate builder-domain business object Markdown documentation.
Plugin Claude Code
Agentic memory and coding expert skills for local CLI use.
Agent
Conditional document-review persona for high-stakes documents -- those with significant architectural decisions, new abstractions, or more than 5 requirements. Challenges premises, surfaces unstated assumptions, and stress-tests decisions rather than evaluating document quality.
Agent
Conditional code-review persona, selected when the diff is large (>=50 changed lines) or touches high-risk domains like auth, payments, data mutations, or external APIs. Actively constructs failure scenarios to break the implementation rather than checking against known patterns.
Agent
Reviews code to ensure agent-native parity -- any action a user can take, an agent can also take. Use after adding UI features, agent tools, or system prompts.
Agent
Conditional code-review persona, selected when the diff touches API routes, request/response types, serialization, versioning, or exported type signatures. Reviews code for breaking contract changes.
Agent
Analyzes code changes from an architectural perspective for pattern compliance and design integrity. Use when reviewing PRs, adding services, or evaluating structural refactors.
Agent
Researches and synthesizes external best practices, documentation, and examples for any technology or framework. Use when you need industry standards, community conventions, or implementation guidance.
Agent
Final review pass to ensure code is as simple and minimal as possible. Use after implementation is complete to identify YAGNI violations and simplification opportunities.
Agent
Reviews planning documents for internal consistency -- contradictions between sections, terminology drift, structural issues, and ambiguity where readers would diverge. Spawned by the document-review skill.
Agent
Always-on code-review persona. Reviews code for logic errors, edge cases, state management bugs, error propagation failures, and intent-vs-implementation mismatches.
Agent
Reviews database migrations, data models, and persistent data code for safety. Use when checking migration safety, data constraints, transaction boundaries, or privacy compliance.
Agent
Validates data migrations, backfills, and production data transformations against reality. Use when PRs involve ID mappings, column renames, enum conversions, or schema changes.
Agent
Conditional code-review persona, selected when the diff touches migration files, schema changes, data transformations, or backfill scripts. Reviews code for data integrity and migration safety.
Agent
Produces Go/No-Go deployment checklists with SQL verification queries, rollback procedures, and monitoring plans. Use when PRs touch production data, migrations, or risky data changes.