一键导入
para-skill-governance
Governance skill for creating and validating PARA skills via Co-Author engine
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Governance skill for creating and validating PARA skills via Co-Author engine
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | PARA Skill Governance |
| description | Governance skill for creating and validating PARA skills via Co-Author engine |
| source | catalog |
Version: 1.0.0 | Kernel min: 1.7.6 | Type: Governance Skill Companion workflow:
/para-skill(workflows/para-skill.md)
This skill governs the quality standards, naming conventions, and creation framework
for all AI Agent skills within a PARA Workspace. It serves as the Sidecar companion
to the /para-skill workflow — the workflow handles step-by-step logic, while this
skill provides the governance rules and data resources the workflow needs.
Installation: This skill is designed to be installed via the workspace catalog. Run the following command in your PARA workspace:
/para-skill install para-skill
Usage: Run the companion workflow to access the Co-Author engine:
/para-skill add "my-new-skill"
When the /para-skill add workflow is invoked, Agent MUST follow these principles:
| Element | Rule | Example |
|---|---|---|
| Directory | kebab-case, matches skill purpose | page-map/ |
| Entry file | Always SKILL.md (uppercase) | SKILL.md |
| Frontmatter | MUST have description field | description: ... |
.agents/skills/[name]/
├── SKILL.md ← Entry point (MUST exist)
├── scripts/ ← Optional helper scripts
└── references/ ← Optional data files, templates
SKILL.md (core) + references/ (data).Agent reads this table to locate data files needed by the
/para-skillworkflow.
| Resource | Relative Path | Description |
|---|---|---|
| Quality Checklist | references/skill-quality-checklist.md | Validation checklist (D1-D4, C1-C2, W1-W3) |
| Project Profile Tmpl | references/templates/project-profile.md | Template for project DNA skills |
| Tool Skill Tmpl | references/templates/tool-skill.md | Template for utility/automation skills |
Path resolution: All paths are relative to this skill's directory (.agents/skills/para-skill/).
Agent MUST use the Router Table above to find resources, NOT hardcoded paths or legacy
workflows/para-skill/ locations (which no longer exist).
When running /para-skill validate [name], check against these criteria:
SKILL.md exists with valid YAML frontmatter (description field present)[TBD], TODO, FIXME) in production skillsworkflows/para-skill.md ← LOGIC ONLY (step-by-step actions)
skills/para-skill/
├── SKILL.md ← GOVERNANCE (this file: rules + router)
└── references/ ← DATA (templates, checklists)
Why Sidecar? Workflow files should contain only sequential logic. All supporting
data (templates, checklists, examples) belongs in the companion skill directory.
This separation reduces token waste (workflow doesn't load data it may not need)
and prevents directory pollution in the workflows/ namespace.
⚠️ Legacy note: Prior to v1.7.6.3, data files were stored in
workflows/para-skill/(a subfolder within workflows). This has been migrated toskills/para-skill/references/. Any references to the old location are obsolete.
/plan (v1.7.12)When /plan create Step 5 (Design Architecture) involves creating a new Sidecar Skill:
para-skill/SKILL.md) to get structure standards (§2).skills/[name]/
├── SKILL.md ← Router + When to Load
└── references/ ← Data files (templates, checklists)
SKILL.md with Router Tablereferences/skills.md workspace indexskills/catalog.yml