Skill Claude CodeCodex
Register a known code-agent model in models .json, optionally promote it to default across config/seed/DEFAULTAGENTSTRING.
Skill Claude CodeCodex
Register a known code-agent model in models .json, optionally promote it to default across config/seed/DEFAULTAGENTSTRING.
Skill Claude CodeCodex
Audit and port aitask skill wrappers across code-agent trees, plus helper-script whitelist coverage.
Skill Claude CodeCodex
Generate a changelog entry by analyzing commits and archived plans since the last release.
Skill Claude CodeCodex
Contribute changes back to repositories by opening structured issues (GitHub, GitLab, or Bitbucket). Supports both aitasks framework contributions and project-specific contributions.
Skill Claude CodeCodex
Analyze a contribution issue, find related issues, and import as grouped or single task.
Skill Claude CodeCodex
Create a new AI task file with automatic numbering and proper metadata. Supports interactive agent prompts, terminal fzf, and batch mode.
Skill Claude CodeCodex
Analyze tasks landed since the last release and create one documentation task covering website docs gaps.
Skill Claude CodeCodex
Explain files in the project: functionality, usage examples, and code evolution history traced through aitasks.
Skill Claude CodeCodex
Explore the codebase interactively, then create a task for implementation.
Skill Claude CodeCodex
Identify and merge related tasks into a single task, then optionally execute it.
Skill Claude CodeCodex
Procedure-backed verifier for the docsupdated gate — inspects a task's change, updates the project's documentation per the configured doc-update spec (confirming with the user), and records the gate result. Run by the attended agent (task-workflow / aitask-resume), not the headless engine.
Skill Claude CodeCodex
Scaffold for authoring a new gate verifier. Documents the orchestrator's verifier contract (positional args, exit codes, sidecar log, ledger append) and provides a copy-me script template.
Skill Claude CodeCodex
Learn a new skill from sources — a local file, a URL, a repo file/dir, or a tmux pane (capturing the workflow an agent just ran) — and generate a complete static SKILL.md.
Skill Claude CodeCodex
Select the next AI task for implementation from the aitasks/ directory.
Skill Claude CodeCodex
Pick and implement a task in remote/non-interactive mode. All decisions from execution profile - no AskUserQuestion calls.
Skill Claude CodeCodex
Pick and implement a task in remote/non-interactive mode. All decisions from execution profile - no AskUserQuestion calls.
Skill Claude CodeCodex
Pick and implement a task on Claude Code Web. Zero interactive prompts. No cross-branch operations — stores task data locally in .aitask-data-updated/.
Skill Claude CodeCodex
Pick and implement a task on Claude Code Web. Zero interactive prompts. No cross-branch operations — stores task data locally in .aitask-data-updated/.
Skill Claude CodeCodex
Create an aitask from a pull request by analyzing PR data and generating a structured task with implementation plan.
Skill Claude CodeCodex
Run QA analysis on any task — analyze changes, discover test gaps, run tests, and create follow-up test tasks.
Skill Claude CodeCodex
Research latest AI code agent models via web and update models.json configuration files.
Skill Claude CodeCodex
Resume an in-flight task from its gate-ledger checkpoint (programmatic re-entry surface for testing / TUI / board ops).
Skill Claude CodeCodex
Revert changes associated with completed tasks — fully or partially.
Skill Claude CodeCodex
Review code using configurable review guides, then create tasks from findings.