PostToolUse
01Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing check-expert-update.sh. From areal-project/AReaL.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing check-expert-update.sh. From areal-project/AReaL.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Skill Claude CodeCodex
Guide for adding a new model to the Archon engine. Use when user wants to add support for a new HuggingFace model architecture in ArchonEngine.
Skill Claude CodeCodex
Guide for adding a new dataset loader to AReaL. Use when user wants to add a new dataset.
Skill Claude CodeCodex
Guide for adding a new reward function to AReaL. Use when user wants to create a reward function.
Skill Claude CodeCodex
Guide for adding unit tests to AReaL. Use when user wants to add tests for new functionality or increase test coverage.
Skill Claude CodeCodex
Guide for adding a new RolloutWorkflow to AReaL. Use when user wants to create a new workflow.
Skill Claude CodeCodex
AReaL commit message conventions. MUST load on every git commit -- provides Conventional Commits format with scope inference from file paths.
Skill Claude CodeCodex
Rebase the current branch onto the latest base branch, squash local commits, generate a Conventional Commit message, and create or update the GitHub pull request.
Skill Claude CodeCodex
Guide for debugging distributed training issues in AReaL. Use when user encounters hangs, wrong results, OOM, or communication errors.
Skill Claude CodeCodex
Read-only pull request review workflow with risk analysis, targeted checklists, and Codex subagent consultation.
Skill Claude CodeCodex
Translate an English document under docs/en/ into the matching Chinese document under docs/zh/.
Skill Claude CodeCodex
Upgrade focused runtime dependencies in AReaL. First validates and updates per-package API checklists for structural completeness, then updates pyproject files, resolves conflicts, locks, updates the Dockerfile, and audits API compatibility against the checklists.
Agent Claude Code
RL algorithm expert. Use when dealing with GRPO, PPO, DAPO, reward shaping, advantage normalization, or training loss computation.
Agent Claude Code
ArchonEngine usage and configuration expert. Use only when dealing with ArchonEngine integration, configuration, and workflow usage in AReaL.
Agent Claude Code
Code verification agent. Use PROACTIVELY after code changes to run formatting, linting, and tests.
Agent Claude Code
FSDPEngine usage and configuration expert. Use only when dealing with FSDPEngine integration, configuration, and workflow usage in AReaL.
Agent Claude Code
Expert on cluster launching and resource scheduling (Slurm/Ray/Kubernetes). Use when user modifies launcher/scheduler code, configures cluster resources, or troubleshoots deployment issues.
Agent Claude Code
MegatronEngine usage and integration expert. Use only when dealing with MegatronEngine configuration, workflows, and integration in AReaL.
Agent Claude Code
Implementation planner for complex tasks. Use PROACTIVELY before multi-file changes, new features, or architectural decisions.
Agent Claude Code
Lightweight code reviewer for quick quality checks. Use PROACTIVELY after code changes to catch common issues.
Command Claude Code
Rebase from the latest origin/main, squash the commits from it, and then create a PR on github with intelligent commit messages based on staged changes. Invoke with /create-pr.
Command Claude Code
Generate intelligent commit messages based on staged changes. Invoke with /gen-commit-msg.
Command Claude Code
Intelligent PR code review with dynamic agent allocation based on domains and signals.