Skill Claude CodeCodex
A skill for turning software release notes into short announcements for a team. A release is a published version of software, usually identified by a tag or version number.
Skill Claude CodeCodex
A skill for turning software release notes into short announcements for a team. A release is a published version of software, usually identified by a tag or version number.
Skill Claude CodeCodex
A pre-publication review step for material based on internal projects or experience. It checks for organization-specific names, identifiers, paths, and similar details before they enter a public Git repository.
Skill Claude CodeCodex
A verification method for coding-agent skills, subagents, and instructions. It checks whether they start when expected and behave as intended by examining recorded sessions.
Skill Claude CodeCodex
A project-specific rulebook for writing the code under an api/ directory, including HTTP endpoints, application logic, and database access.
Skill Claude CodeCodex
A project-specific guide for writing browser end-to-end tests with Playwright, a tool that controls a web browser. It encourages tests that read like plain-language specifications and use selectors based on what users see and do.
Skill Claude CodeCodex
A set of rules for writing and changing React code in a project’s front-end, meaning the part users see and interact with. It covers component structure, types, exports, state, and where API requests belong.
Skill Claude CodeCodex
A project-specific guide for writing API end-to-end tests: tests that run an API and check its behavior while WireMock, a tool that pretends to be an external API, supplies the outside responses.
Skill Claude CodeCodex
A project-specific guide for managing a Kanban board, a view of work items grouped by status, in the xp-harness repository. Each independent piece of planned work is represented by a file in the kanban directory.
Skill Claude CodeCodex
A set of principles for an XP development process, where XP means Extreme Programming, a method built around short work cycles, tests, reviews, and clear completion checks.
Skill Claude CodeCodex
A release procedure for publishing a new version tag and GitHub Release for the xp-harness project. It uses semantic versioning, a numbering system where patch, minor, and major changes communicate the size and compatibility impact of a release.
Skill Claude CodeCodex
A review mode that records each observation as a separate work item without debating it or assigning importance unless the reviewer explicitly does so.
Skill Claude CodeCodex
A set of rules for creating and changing skills, agents, and instruction files in the xp-harness project. It explains how to keep each instruction focused and help the coding agent work more independently.
Instructions file
A maintainer guide for xp-harness, a project that helps turn a person's development goals into suitable agent instructions, skills, and subagents.