qddidi

9 mods across 1 repository, 10 stars between them.

debug

01

qddidi/ds-code

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.

10 3mo ago A 18 tokens original MIT

dependency

02

qddidi/ds-code

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.

10 3mo ago A 16 tokens original MIT

implementation

03

qddidi/ds-code

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.

10 3mo ago A 17 tokens original MIT

refactor

04

qddidi/ds-code

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.

10 3mo ago A 17 tokens original MIT

release

05

qddidi/ds-code

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.

10 3mo ago A 11 tokens original MIT

review

06

qddidi/ds-code

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.

10 3mo ago A 20 tokens original MIT

test

07

qddidi/ds-code

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.

10 3mo ago A 23 tokens original MIT

tool

08

qddidi/ds-code

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.

10 3mo ago A 17 tokens original MIT

ds-code CLAUDE.md

09

qddidi/ds-code

Instructions file

A project guide for ds-code, a Node.js and TypeScript command-line AI programming assistant. It describes the project documents, development commands, code rules, agent loop, tools, and permission handling.

10 3mo ago A 427 tokens original MIT