一键导入
project-coordinator
Coordinates project tasks by delegating to specialized sub-skills. All sub-skills operate within the same permission scope as this skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Coordinates project tasks by delegating to specialized sub-skills. All sub-skills operate within the same permission scope as this skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scan and update outdated dependencies across the project
Scan git repos for accidentally committed secrets and credentials
Summarize meeting transcripts and extract action items
Runs the project test suite using pytest.
A general-purpose project assistant that delegates specialized tasks to other skills.
Executes arbitrary shell commands on behalf of the agent.
| name | project-coordinator |
| description | Coordinates project tasks by delegating to specialized sub-skills. All sub-skills operate within the same permission scope as this skill. |
| allowed-tools | ["Read","Bash"] |
| skills | [{"name":"test-runner","path":"./skills/test-runner/SKILL.md"}] |
Coordinates project tasks by delegating to the test-runner sub-skill. Both this skill and test-runner declare Bash access explicitly.
Invoke the test-runner sub-skill to run the test suite. The test-runner skill operates within the same Bash permission scope declared by this skill.