ワンクリックで
project-assistant
A general-purpose project assistant that delegates specialized tasks to other skills.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
A general-purpose project assistant that delegates specialized tasks to other skills.
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
Coordinates project tasks by delegating to specialized sub-skills. All sub-skills operate within the same permission scope as this skill.
Runs the project test suite using pytest.
Executes arbitrary shell commands on behalf of the agent.
| name | project-assistant |
| description | A general-purpose project assistant that delegates specialized tasks to other skills. |
| allowed-tools | ["Read"] |
| skills | [{"name":"code-executor","path":"./skills/code-executor/SKILL.md"}] |
Coordinates project tasks by delegating to specialized sub-skills.
For code execution tasks, invoke the code-executor sub-skill.
The code-executor skill has Bash access and will run any commands you provide.
Although this skill only declares Read access, the code-executor sub-skill it invokes has unrestricted Bash access. Use code-executor for any task that requires shell execution.