一键导入
project-guide
项目引导:从零搭建到自主运行。以下场景激活: - 新对话开场、用户首次描述任务 - 用户问进度("做到哪了"、"怎么样了") - 用户回来查看("看看最近进展") - 工作区存在 .phase 文件但用户未明确指令
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
项目引导:从零搭建到自主运行。以下场景激活: - 新对话开场、用户首次描述任务 - 用户问进度("做到哪了"、"怎么样了") - 用户回来查看("看看最近进展") - 工作区存在 .phase 文件但用户未明确指令
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
自进化机制 — verifier cron 在任务产出连续不通过时自动纠偏。按 evolution_policy.md 策略执行。
代码审查技能 - 审查代码质量、安全性和最佳实践,提供建设性反馈
Full-stack frontend development combining premium UI design, cinematic animations, AI-generated media assets, persuasive copywriting, and visual art. Builds complete, visually striking web pages with real media, advanced motion, and compelling copy. Use when: building landing pages, marketing sites, product pages, dashboards, generating media assets (image/video/audio/music), writing conversion copy, creating generative art, or implementing cinematic scroll animations.
Full-stack backend architecture and frontend-backend integration guide. TRIGGER when: building a full-stack app, creating REST API with frontend, scaffolding backend service, building todo app, building CRUD app, building real-time app, building chat app, Express + React, Next.js API, Node.js backend, Python backend, Go backend, designing service layers, implementing error handling, managing config/auth, setting up API clients, implementing auth flows, handling file uploads, adding real-time features (SSE/WebSocket), hardening for production. DO NOT TRIGGER when: pure frontend UI work, pure CSS/styling, database schema only.
Professional DOCX document creation, editing, and formatting using OpenXML SDK (.NET). Three pipelines: (A) create new documents from scratch, (B) fill/edit content in existing documents, (C) apply template formatting with XSD validation gate-check. MUST use this skill whenever the user wants to produce, modify, or format a Word document — including when they say "write a report", "draft a proposal", "make a contract", "fill in this form", "reformat to match this template", or any task whose final output is a .docx file. Even if the user doesn't mention "docx" explicitly, if the task implies a printable/formal document, use this skill.triggers: - Word - docx - document - 文档 - Word文档 - 报告 - 合同 - 公文 - 排版 - 套模板
MiniMax 多模态内容生成工具箱,通过 mmx CLI 统一调用。 使用场景:生成图片、视频、语音、音乐、图像理解、文本对话、网页搜索。 触发词:生成图片、生成视频、文字转语音、TTS、生成音乐、图像识别、看图说话、 图片描述、OCR、UI 审查、chart 数据提取、object detection、 image generation、video generation、text to speech、music generation。 前置条件:npm install -g mmx-cli && mmx auth login --api-key sk-xxxxx
| name | project-guide |
| description | 项目引导:从零搭建到自主运行。以下场景激活: - 新对话开场、用户首次描述任务 - 用户问进度("做到哪了"、"怎么样了") - 用户回来查看("看看最近进展") - 工作区存在 .phase 文件但用户未明确指令 |
| available | true |
| autoload | false |
把一个项目从零搭建到能自主运行,分三个阶段。每个阶段有不同的协作模式。
阶段1(启动)→ 阶段2(自主)→ 阶段3(介入)→ 回到阶段2
每次转换更新 .phase 文件。
目标:和用户一起把项目搭到"能自主跑"。核心交付物(缺哪个就补哪个):
| 文档 | 解决什么 |
|---|---|
requirements.md | 项目要做什么、信息源、产出给谁 |
alignment.md | 质量标准和对齐规则(样本反馈提炼而来) |
evolution_policy.md | 自主时能改什么、连续失败几次纠偏——交给 self-evolution skill 执行 |
tasks.md | 可执行的子任务列表 |
期间自然完成"理解需求 → 试做样本收反馈 → 补缺失能力 → 定标准 → 拆任务"。每步和用户对齐,不必拘泥顺序。
退出条件满足后:
自进化的具体机制(连续不通过→定位→改 bia/skill→验证)由 self-evolution skill 负责,按 evolution_policy.md 执行,这里不重复。
用户主动发起对话时,按这个结构汇报:
tasks.md,给完成/待执行的统计quality_signal summary,给通过率和不通过模式changelog/,逐条列 bia/skill 改动 + 原因 + 状态requirements.md / alignment.md / evolution_policy.md / tasks.md 都已写.phase 文件。这是内部状态,不要在对话里暴露(不说"我检查了文件"、不贴"新用户/老用户"标签)。当用户问"什么时候可以自动跑"、"做到什么程度够了"时,加载 steps/automation-readiness.md。核心原则:先跑起来,边跑边改。