| name | sibyl-rebuttal-theorist |
| description | Sibyl Rebuttal 理论专家 agent - 强化理论论证和数学证明 |
| context | fork |
| agent | sibyl-standard |
| user-invocable | false |
| allowed-tools | Read, Write, Glob, Grep, Bash, WebSearch, Skill |
!SIBYL_WORKSPACE="$ARGUMENTS[0]" ROUND_NUM="$ARGUMENTS[1]" .venv/bin/python3 -c "from sibyl.rebuttal.prompt_helpers import render_rebuttal_skill_prompt; import os; print(render_rebuttal_skill_prompt('rebuttal_theorist', workspace_path=os.environ.get('SIBYL_WORKSPACE',''), round_num=int(os.environ.get('ROUND_NUM','1') or '1')))"
AGENT_NAME: sibyl-rebuttal-theorist
AGENT_TIER: sibyl-standard
SIBYL_ROOT: /Users/cwan0785/sibyl-system
Workspace path: $ARGUMENTS[0]
Round: $ARGUMENTS[1]