Skill Claude CodeCodex
Use when the user asks Codex to audit the project's AI surface (rules, skills, agents, commands).
Skill Claude CodeCodex
Use when the user asks Codex to audit the project's AI surface (rules, skills, agents, commands).
Skill Claude CodeCodex
Use when the user asks Codex to implement a task in code.
Skill Claude CodeCodex
Use when the user asks which model and effort to use for a task or plan.
Skill Claude CodeCodex
Use when the user asks Codex for a runtime dependency audit.
Skill Claude CodeCodex
Use at the end of a session when the user asks what to persist in the repo.
Skill Claude CodeCodex
Use when the user asks Codex to plan implementation without editing code.
Skill Claude CodeCodex
Use when the user asks Codex to review the current diff for correctness bugs.
Skill Claude CodeCodex
Use when the user asks Codex to review architecture, boundaries, UX, or performance.
Skill Claude CodeCodex
Use when the user asks Codex for a security review, or the diff shows risk signals.
Agent Claude Code
Implement an assigned task or fix under the repository workflow.
Agent Claude Code
Architecture, module boundaries, public API, UX, simplification and performance review.
Command Claude Code
Audit the project's AI surface: rules, skills, agents, commands, adapters. Report duplicates, gaps, stale rules, and inconsistencies; propose fixes without applying them.
Command Claude Code
Apply a worktree's diff into the base checkout — only when the user explicitly asks to transfer changes.
Command Claude Code
Implement the user's task in code.
Command Claude Code
Recommend which model and effort to use for the given work (often a .plan.md). Do not write code or run anything — just the recommendation.
Command Claude Code
Orchestrate planning through the Codex CLI: close questions, have Codex return the plan, reconcile it, and write the artifact as the host caller.
Command Claude Code
Runtime dependency audit. Report findings; do not change dependencies without an explicit request.
Command Claude Code
Propose only durable, reusable improvements to persist in the repo after this session. Do not apply them — the user copies, edits, or rejects.
Command Claude Code
Design review of the current diff: architecture, boundaries, public API, UX, simplification, performance.
Command Claude Code
Orchestrate a full review of the current diff: Codex correctness (+ security by risk signals) in parallel with a strong-model design review, then deduplicate into one report. No code is edited in this command.
Command Claude Code
Drive the whole task through the full pipeline as the orchestrator.
Cursor rule Cursor
Cursor rule "main" from Bita71/Agent-Workflow-Kit, covering cursor adapter, commands and roles.
Instructions file CodexOpenCode
AGENTS.md instructions for Bita71/Agent-Workflow-Kit, covering codex adapter, what codex picks up, text triggers, codex roles and artifacts.
Instructions file
Claude Code instructions for Bita71/Agent-Workflow-Kit, covering claude adapter, claude's role and rules.