codex-superra-setup
Install or refresh generated superRA named Codex agents in project (.codex/agents) or global (~/.codex/agents) scope.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Install or refresh generated superRA named Codex agents in project (.codex/agents) or global (~/.codex/agents) scope.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Economic data-analysis discipline. Use for importing, cleaning, merging, filtering, variables, aggregation, summary stats, regressions, or figures on economic, financial, or panel data.
Codebase integration discipline. Use when refactoring for local conventions, reviewing post-sync quality, auditing project docs, pruning diffs, or using Sync Impact evidence.
Protect key research results with permanent documentation, drift tests, or artifact-appropriate checks. Use when selecting protection, creating or reviewing tests, or guarding important outputs through integration.
Semantic branch integration. Use before git merge, rebase, or cherry-pick, or when syncing branches where conflicts or overlapping intent must be resolved deliberately.
Integrate code-complete superRA work. Requires superRA:using-superra. Use for result protection, base sync, codebase-fit refactors, permanent records, cleanup, or PR preparation.
Proactively plan or update superRA work. Requires superRA:using-superra. Use when starting or changing work, creating/revising superRA/, or reflecting material decisions in the task tree.
| name | codex-superra-setup |
| description | Install or refresh generated superRA named Codex agents in project (.codex/agents) or global (~/.codex/agents) scope. |
Install or refresh superRA's named Codex agents (superra_implementer, superra_reviewer) from the canonical role specs in agents/. The plugin delivers shared skills; this skill installs the named agents into .codex/agents/ or ~/.codex/agents/.
Core rule: global scope for normal cross-repo work; project scope when testing or developing this repo itself.
superra_implementer or superra_reviewer are missingagents/implementer.md or agents/reviewer.md changed and the Codex agent TOMLs need a refreshChoose one target:
~/.codex/agents/
Use this when you will work in repos other than this one. This is the normal end-user setup..codex/agents/
Use this when you are developing or testing superRA in this repo and want the named agents available only here.If the choice has not already been made, ask with the question tool. Suggested prompt:
Install superRA's Codex agents globally in ~/.codex/agents for cross-repo use, or only in this repo's .codex/agents for local testing?
.agents/skills/ symlinks cover repo-scoped discovery.
If you are using the plugin from another repo, make sure the plugin is installed first.globalprojectskills/codex-superra-setup/... from the current repo would be wrong. Set your working directory to this skill directory and run:python3 scripts/sync_codex_agents.py --scope global
or:
python3 scripts/sync_codex_agents.py --scope project
--force after the user explicitly approves:python3 scripts/sync_codex_agents.py --scope global --force
~/.codex/agents/superra_implementer.toml and ~/.codex/agents/superra_reviewer.toml.codex/agents/superra_implementer.toml and .codex/agents/superra_reviewer.tomlThe generated agents are:
superra_implementersuperra_reviewerThey expect the superRA skills to be available in the parent session. If the named agents exist but the skills are missing, install or enable the superRA plugin first.
agents/implementer.md and agents/reviewer.md.python3 scripts/sync_codex_agents.py --scope project --check.