一键导入
create-workspace-skill
Create a workspace-custom skill that extends the framework for local workflows without changing the reusable framework.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a workspace-custom skill that extends the framework for local workflows without changing the reusable framework.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Bring an already framework-managed workspace into alignment with newer framework changes using minimal safe updates.
Identify the highest-value next actions from the current workspace or project state without loading unnecessary context.
Shape a product, design, or implementation idea as Simple, Lovable, and Complete before planning execution.
Keep a project’s task state, library files, and key docs aligned with the actual state of the project.
Keep workspace-level coordination files healthy, current, and concise.
Verify whether work actually satisfies the intended outcome and acceptance criteria, then return a structured verdict.
基于 SOC 职业分类
| name | create-workspace-skill |
| description | Create a workspace-custom skill that extends the framework for local workflows without changing the reusable framework. |
Create a workspace-custom skill for a local workflow, project, or operating convention without adding niche behavior to the reusable framework.
framework/SKILLS/INDEX.mdSKILLS/INDEX.mdAGENTS.mdWorkspace-custom skills live at the workspace root:
SKILLS/[skill-name]/SKILL.md
The workspace skill index lives at:
SKILLS/INDEX.md
Use the same basic format as framework skills:
---
name: skill-name
description: "One-sentence summary of when this local skill helps."
---
SKILL.md must remain enough to understand and use the skill without custom tooling.
Optional resources/, scripts/, or artifacts/ directories are allowed only when they clearly reduce repeated work or keep SKILL.md concise.
Review any script before running it and follow framework/SECURITY.md.
framework/SKILLS/INDEX.md and existing framework/SKILLS/[skill-name]/ directories;SKILLS/INDEX.md and existing SKILLS/[skill-name]/ directories;SKILLS/[skill-name]/SKILL.md with minimal frontmatter.resources/ for reference material loaded only when neededscripts/ for reviewed deterministic helpersartifacts/ for reusable examples, templates, or generated outputsSKILLS/INDEX.md so agents can discover the local skill.AGENTS.md does not mention workspace-custom skills or the current skill-discovery trigger, add concise guidance: check relevant skill indexes before improvising when the prompt names a skill-like workflow, asks to "check skills", or describes a repeatable framework procedure; then load only the selected SKILL.md.library/ files.SKILLS/[skill-name]/SKILL.mdSKILLS/INDEX.mdAGENTS.md only when discovery guidance is missingSKILLS/INDEX.mdSKILLS/INDEX.mdSKILLS/INDEX.mdAGENTS.mdframework/SKILLS/INDEX.mdframework/SKILLS.mdframework/SECURITY.md