Skill Claude CodeCodex
A creator and editor for Cursor slash commands, which are reusable instruction files run by an AI coding agent. It defines their inputs, outputs, related files, assets, steps, checks, and safeguards.
Skill Claude CodeCodex
A creator and editor for Cursor slash commands, which are reusable instruction files run by an AI coding agent. It defines their inputs, outputs, related files, assets, steps, checks, and safeguards.
Skill Claude CodeCodex
A guide for creating a specialised document-reading skill that points agents to selected documentation and lets the Markdown search process load it in stages.
Skill Claude CodeCodex
Supplementary instructions for creating or revising agent skills. They define how to write command examples, reference shared assets, and declare dependencies between skill packages.
Skill Claude CodeCodex
A guide for creating Cursor Sub Agents, which are separate specialised agents defined in .cursor/agents/.
Skill Claude CodeCodex
Instructions for choosing relevant skills and passing them to a delegated sub-agent. A sub-agent is a separate agent asked to handle part of a larger task.
Skill Claude CodeCodex
A guide for writing and updating technical Markdown documentation, such as architecture notes, rules, and knowledge bases.
Skill Claude CodeCodex
A staged search method for Markdown documents that reads headings first, then selected sections, and the full text only when needed.
Skill Claude CodeCodex
A workspace memory tool that saves research results and conversation summaries as Markdown files in .ai-agent/memory/.
Skill Claude CodeCodex
A set of instructions for choosing where temporary agent files should go inside a workspace. It uses the workspace's .ai-agent directory for scripts, logs, drafts, plans, and memory files.
Skill Claude CodeCodex
A workspace measurement skill that estimates how many tokens are used by project instructions, rules, skills, and related documentation.
Skill Claude CodeCodex
A recommended workspace layout for people and coding agents, including project rules, documentation, and an .ai-agent/ working area.
Skill Claude CodeCodex
A path-resolution guide for {assets}/ references used in agent documents, where assets are supporting files such as templates or examples.
Skill Claude CodeCodex
A file-path resolver for documents that mention repository-relative paths or links relative to the document containing them. It checks the resulting path before opening or changing the file.
Skill Claude CodeCodex
A path-resolution guide for workspace references such as @{name}/path, folder:{name}/path, and repo:{name}/path in VS Code or Cursor.
Skill Claude CodeCodex
A reference guide for applying security practices to mobile apps, backends, Google Cloud Platform, and Firebase projects.
Agent
A junior-engineer agent that implements only the approved steps in a detailed coding plan. It reads the required project guidance, changes the specified files, and reports what it did and how it was tested.
Agent
A read-only review agent that checks whether an implementation plan is detailed enough for a junior engineer to carry out. It compares the plan with role definitions and software-design guidance, then reports missing information.
Agent
A read-only reviewer that examines software requirements for unclear points, hidden assumptions, missing information, and contradictions. It returns questions with choices to help someone decide what the requirements should mean.
Agent
A senior-engineer agent that implements approved steps from a detailed coding plan. It may make small local adjustments needed to satisfy the plan, while staying within its subject and scope.
Agent
A read-only reviewer that checks a detailed software design against project rules marked DO NOT. It reports conflicts in the design without changing the design or production code.
Agent
A software design reviewer that examines implementation plans and related code, then reports detailed issues and improvement suggestions without changing production code.
Skill Claude CodeCodex
A definition of what junior and senior engineers are expected to handle during software planning, review, and implementation. It sets the level of detail and freedom appropriate for each role.
Skill Claude CodeCodex
An autonomous coding loop that takes a completed plan through detailed design, rule checks, implementation, and progress comments until its completion conditions are met.
Skill Claude CodeCodex
A detailed software-design guide for turning requirements into concrete file changes, implementation steps, tests, and comments that a junior engineer can follow.