返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

cook

自动生成的工作流编排技能。设置技能会根据检测到的项目类型、技术栈和约定生成此文件。包含特定于项目的阶段、审查检查表和带有记忆库会话连续性的测试策略。

person作者: jakexiaohubgithub

Cook — Workflow Orchestration

This skill is auto-generated by the setup skill based on your project's detected type and tech stack.

To regenerate, run the setup skill again or ask: "setup skills for this project"

How It Works

The setup skill:

  1. Detects your project type (backend, frontend, mobile, fullstack, CLI, library)
  2. Reads the matching cook reference template (cook-backend, cook-frontend, etc.)
  3. Generates this file with your actual framework names, test commands, and conventions
  4. Includes memory-bank session continuity

Reference Templates

The following cook variants are available as base templates:

| Project Type | Template | Phases | |-------------|----------|--------| | Backend | cook-backend | Plan → Code → Review → Test | | Frontend | cook-frontend | Plan → Design → Code → Review → Test | | Mobile | cook-mobile | Plan → Design → Code → Review → Test | | Fullstack | cook-fullstack | Plan → Design → Code API → Code UI → Review → Test | | CLI | cook-cli | Plan → Code → Review → Test | | Library | cook-library | Plan → Design → Code → Review → Test |

To Regenerate

# Re-run setup to regenerate this file
# Or manually install a base variant:
codekit skills add cook-backend
codekit skills add cook-frontend
codekit skills add cook-fullstack
# etc.