بنقرة واحدة
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.