Command
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
Command
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
Command
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
Command
Execute the implementation planning workflow using the plan template to generate design artifacts.
Command
Create or update the feature specification from a natural language feature description.
Command
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
Command
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
Skill Claude CodeCodex
Convert Claude Code commands (.claude/commands/.md) to standard Agent Skills (skills//SKILL.md). Use when migrating slash commands to portable skill format, creating skills from existing commands, or standardizing command definitions across AI runtimes.
Skill Claude CodeCodex
Generate feature specifications by analyzing existing source code.
Skill Claude CodeCodex
Run local QA including formatting, linting, and testing for the repository. Use whenever any file has been updated.
Skill Claude CodeCodex
Query the MT5 API for account info, terminal status, health checks, symbol data, market data (OHLCV rates, ticks, market depth), open positions, pending orders, trade history, and reconnecting the MT5 terminal with new credentials. Use when the user wants to interact with any mt5api endpoint.
Skill Claude CodeCodex
Run local QA including formatting, linting, and testing for the repository. Use whenever any file has been updated.
Settings file Claude Code
Agent skills for AI coders.
Skill Claude CodeCodex
Convert Claude Code subagents (.claude/agents/.md) to standard Agent Skills (skills//SKILL.md). Use when migrating subagents to portable skill format, extracting reusable workflows from agents, or standardizing agent definitions across AI runtimes.
Skill Claude CodeCodex
Convert Claude Code commands (.claude/commands/.md) to standard Agent Skills (skills//SKILL.md). Use when migrating slash commands to portable skill format, creating skills from existing commands, or standardizing command definitions across AI runtimes.
Skill Claude CodeCodex
Remove local git branches whose configured upstream is marked [gone], including associated worktrees.
Skill Claude CodeCodex
Commit staged and unstaged changes, push the branch to origin, and open a pull request using the GitHub CLI. Use when the user asks to commit, push, and create a PR in one workflow.
Skill Claude CodeCodex
Create a single git commit from current staged and unstaged changes with an appropriate message. Use when the user asks to commit current work.
Skill Claude CodeCodex
Run exactly one arbitrary prompt through ChatGPT via Oracle browser mode and return the captured response without reinterpretation. Use when the user explicitly wants a generic ChatGPT-via-Oracle consult without task-specific orchestration.
Skill Claude CodeCodex
Enforce native parameterized or table-driven tests when adding or modifying unit tests that exercise the same behavior with multiple data cases. Use whenever unit tests add repeated cases, edge-case matrices, or duplicated setup, execution, and assertions that differ only by case data.
Skill Claude CodeCodex
Triage pull request review comments into fixes, replies, clarification requests, or open follow-ups.
Skill Claude CodeCodex
Implement same-repository GitHub Issues into a reviewed pull request, or review and fix an existing PR, iterating with fresh independent read-only native subagents until no actionable feedback remains. Use for issue-to-PR implementation or iterative PR review/fix work.
Skill Claude CodeCodex
Review a GitHub pull request in depth by dynamically dispatching fresh, independent, read-only subagents based on the PR's actual changes and risks, validating candidate findings, and publishing one concise high-confidence COMMENT review to GitHub by default.
Skill Claude CodeCodex
Reduce a repository's maintenance surface across the whole codebase with KISS, DRY, and YAGNI while preserving required behavior. Use when asked to simplify, shrink, deduplicate, remove dead code, or refactor for maintainability, and proactively when the agent identifies clear, material simplification opportunities.
Skill Claude CodeCodex
Read an authenticated X Following or For You timeline through agent-browser without APIs or engagement actions.