debug
01Skill Claude CodeCodex
A debugging and bug-fixing workflow for ds-code. It starts by reproducing a reported problem, then makes the smallest change that restores the expected behavior.
Skill Claude CodeCodex
A debugging and bug-fixing workflow for ds-code. It starts by reproducing a reported problem, then makes the smallest change that restores the expected behavior.
Skill Claude CodeCodex
A dependency-management workflow for adding, replacing, or removing npm packages. npm packages are reusable pieces of software installed into a JavaScript or TypeScript project.
Skill Claude CodeCodex
A feature-implementation workflow for building ds-code functionality from its documentation, plans, or explicit requirements. It checks the existing code and tests before making a focused change.
Skill Claude CodeCodex
A behavior-preserving refactoring workflow for improving ds-code's structure, names, repeated code, or type design. Refactoring changes how code is organized while keeping its external behavior the same.
Skill Claude CodeCodex
A release-preparation workflow for building and checking a new ds-code version. It uses semantic versioning, a standard way to format versions such as 1.2.3.
Skill Claude CodeCodex
A code-review workflow for examining a branch, uncommitted changes, or a recent commit. It reports problems by severity and points to specific file lines.
Skill Claude CodeCodex
A Vitest testing workflow for checking that ds-code modules behave as expected. Vitest is a tool for writing and running JavaScript and TypeScript tests.
Skill Claude CodeCodex
A workflow for creating or changing an Agent tool in ds-code. It covers the tool's inputs, outputs, registration, permissions, and tests.