بنقرة واحدة
subagent-roles
Agent roles, models, and the dispatch pattern for delegating to subagents.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Agent roles, models, and the dispatch pattern for delegating to subagents.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Style guidelines for writing manuscript text.
Job dispatch infrastructure. Use when packaging a python script for batch / parallel execution, locally or on SLURM.
Guide for controlling Adobe Illustrator via MCP tools and osascript.
Extract scientific journal article PDFs to lossless Markdown using MinerU. Assumes a pre-existing conda env named "mineru".
Executive role for an agent that dispatches subagents.
Iterative polish of multi-panel publication figures. Patterns for long-lived layout-revision sessions where a human critiques each render.
| name | subagent-roles |
| description | Agent roles, models, and the dispatch pattern for delegating to subagents. |
Every dispatch prompt MUST include:
Act as <role>. Load workspace-conventions, then: <skills>.MEMORIES.md anchors. Give required specifics, but grant the subagent some freedom to use its judgement. Only micromanage less intelligent models.agent_assets/<topic>/artifacts/reports/<HHMM>_<role>_<slug>.md. The subagent can be as thorough as the task warrants there.references.md), don't just inherit.Every role loads workspace-conventions first. Subagents do not load manager. Add/remove skills as the task requires.
| Role | Skills | When |
|---|---|---|
computational-scientist | coding-style, script-opinions, figure-formatting | AI/ML, data, stats, plots |
figure-maker | figure-formatting, latex-pdf-preprocess, illustrator | Figures, Illustrator, PDF export |
script-refactorer | notebook-to-script, script-opinions, coding-style | Notebooks/scripts → HPC-safe scripts |
job-dispatcher | job-dispatch, script-opinions, coding-style | Compute job dispatching (local or SLURM), sweeps |
code-reviewer | coding-style, script-opinions, job-dispatch, simplify | Review diffs for style/correctness |
literature-reviewer | read-pdf-mineru | Extract and summarize scientific PDFs |
manuscript-writer | latex-manuscript, latex-pdf-preprocess, illustrator | Draft/format manuscript sections, build PDFs |
Promote an ad-hoc dispatch into a role after 3+ repeats. Delete unused roles.