Skill Claude CodeCodex
A Japanese-language planning aid for Cursor Composer 2.5, an AI coding tool. It turns rough voice-input fragments into design and planning options, including at least three perspectives when needed.
Centralized, reusable, and optimized AI prompts and docs for development workflows.
Skill Claude CodeCodex
A Japanese-language planning aid for Cursor Composer 2.5, an AI coding tool. It turns rough voice-input fragments into design and planning options, including at least three perspectives when needed.
Skill Claude CodeCodex
A review process for checking plans before implementation and checking completed work against its specification. It includes prompt templates for assigning these checks to sub-agents, meaning separate agent workers.
Skill Claude CodeCodex
A guide for comparing several AI models in parallel with the arena-compare scripts, options, and environment variables. It also explains where the scripts are and how to call them.
Skill Claude CodeCodex
A workflow for deciding what to do with a finished Git branch, a separate line of code changes. It runs tests, offers four outcomes—merge, open a pull request, hold, or discard—and then performs the chosen action and cleanup.
Skill Claude CodeCodex
A set of rules for naming Git branches, which are separate lines of development in a code repository. It covers prefixes, issue numbers, and the required name format.
Skill Claude CodeCodex
A diagramming skill that turns structured project information into C4 architecture diagrams in Mermaid. C4 is a way to show software systems at different levels, from the overall system to its parts and deployment.
Skill Claude CodeCodex
A debugging method for tracing every step from an input through the code to its output. It records unexamined parts of the path and postpones outside explanations until the code path has been checked.
Skill Claude CodeCodex
A guide for writing commit messages according to Conventional Commits, a standard format that labels changes such as features, fixes, and maintenance work.
Skill Claude CodeCodex
A skill for delegating work between parent and child Claude Code sessions running in tmux, a tool for managing terminal sessions. It supports starting a child session, sending a message, checking destinations, and passing reports back.
Skill Claude CodeCodex
A code-review skill for examining the changes in a pull request. A pull request is a proposed set of changes submitted for review before it is merged.
Skill Claude CodeCodex
A lightweight guide for starting and coordinating a document-processing workflow. It provides fixed sections for delegation briefs, cold-start steps for new repositories or sessions, and a map of workflow stages and checkpoints.
Skill Claude CodeCodex
A structured review process used when closing an episode of work. It covers decisions about feedback, routing, promotion of findings into lasting records, and the final status.
Skill Claude CodeCodex
A contract for delegating implementation work to sub-agents. It defines status values, the required report format, self-review, and when to escalate a problem.
Skill Claude CodeCodex
A guide for creating GitHub issues according to project rules. GitHub issues are tracked work items for bugs, tasks, and larger pieces of work.
Skill Claude CodeCodex
A conversion-only procedure for turning an initial kickoff into a plan. It says to finish the conversion before running research commands or exploring files.
Skill Claude CodeCodex
A set of Markdown writing rules for pull requests, issues, documentation, and README files. It covers checkboxes, lists, code blocks, and links.
Skill Claude CodeCodex
A set of instructions for using the oe- orchestration toolkit, a group of tools for coordinating software-agent work. It covers the toolkit's roles, work cycle, malformed-data handling, and important rules.
Skill Claude CodeCodex
Um roteiro de coordenação para sessões de pesquisa sobre software de código aberto. Define quem recebe cada tarefa e onde os resultados devem ser guardados, enquanto o procedimento detalhado fica em outro documento.
Skill Claude CodeCodex
A troubleshooting guide for investigations that are difficult to reproduce or have reached a dead end, including problems found through Sentry or logs.
Skill Claude CodeCodex
A set of instructions for turning a plan into a kickoff-ready form. It explains when to use the conversion, what sources it accepts, and how the result should be structured.
Skill Claude CodeCodex
A browser-control and inspection guide built around Playwright, a tool for automating and testing web browsers. It covers page interaction, DOM inspection, user-interface checks, end-to-end tests, and network inspection.
Skill Claude CodeCodex
A set of rules for creating pull requests, which are requests to merge code changes into a project.
Skill Claude CodeCodex
A skill for exploring additional design options before confirming an important decision. It records the exploration before the decision is finalized.
Skill Claude CodeCodex
A requirements method that uses focused questions to clarify what needs to be built before coding starts.