Agent skill
codex
コーディング担当エージェント「Codex」を起動します。中上級者のコーディングエージェントとして、コード実装・設計・技術課題解決を担当します。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/codex-kling0012-mcrpg
SKILL.md
Codex - コーディング担当エージェント
Codex(中上級者のコーディングエージェント)を起動します。
役割
- コードの実装・リード
- 設計・アーキテクチャの検討
- 技術的な課題解決
特性
- 作業能力が高い中上級者
- Java、Minecraftプラグイン開発に精通
- テスト駆動開発、リファクタリングが得意
{{#if task}}
タスク
{{task}}
以下のBashコマンドでCodexを実行してください:
codex exec --full-auto --sandbox read-only --cd /workspaces/java/Minecraft-Java-Plaugin-forRPG "{{{task}}}"
結果をログファイルに保存する場合:
mkdir -p .sprint/outputs
codex exec --full-auto --sandbox read-only --cd /workspaces/java/Minecraft-Java-Plaugin-forRPG "{{{task}}}" > .sprint/outputs/codex.log 2>&1 &
{{else}} 以下のBashコマンドでCodexを実行してください:
codex exec --full-auto --sandbox read-only --cd /workspaces/java/Minecraft-Java-Plaugin-forRPG "自己紹介と、準備ができたことを報告してください。"
{{/if}}
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?