AbyssCN

28 mods across 1 repository, 38 stars between them.

omd-audit

01

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A Chinese-language security-audit procedure for examining software at trust boundaries, where untrusted users or systems enter an application. It produces a structured report of confirmed security findings.

38 2d ago A 80 tokens original MIT

omd-contract

02

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A guide for turning a debated technical decision into a formal software design contract saved in a project document. The contract records decisions, requirements, work breakdown, exclusions, and unresolved questions.

38 2d ago A 105 tokens original MIT

omd-council

03

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A process for comparing several possible answers to a design or decision problem through different expert viewpoints. It has multiple reviewers examine the options and then selects and combines the strongest ideas.

38 2d ago A 90 tokens original MIT

omd-debug

04

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A structured method for finding the root cause of software bugs before changing code. It uses history, reproduction, a narrowly defined scope, and tested explanations.

38 2d ago A 84 tokens original MIT

omd-deepen

05

AbyssCN/oh-my-dag

Skill Claude CodeCodex

An architecture review that first finds code areas changed most often in recent commits, then examines those areas for unnecessary complexity, thin modules, and repeated logic. It produces an HTML report of possible improvements without changing files.

38 2d ago A 91 tokens original MIT

omd-deliver

06

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A controlled delivery procedure that runs planned development tasks through a dependency-aware workflow and then marks completed tasks as delivered.

38 2d ago A 81 tokens original MIT

omd-docs-drift

07

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A documentation audit that checks whether statements in project documents still match recent code changes. It compares declared documentation-to-code links and sends possible wording conflicts for human confirmation.

38 2d ago A 119 tokens original MIT

omd-execute

08

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A workflow for giving a written software plan to an execution engine, which breaks it into tasks and runs them. It then checks the finished work against the plan and its acceptance rules.

38 2d ago A 67 tokens original MIT

omd-grill

09

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A structured questioning process for testing an unfinished technical plan before it becomes a fixed design or implementation task. It separates facts to verify, technical choices the agent can make, and decisions that require the project owner.

38 2d ago A 122 tokens original MIT

omd-iterate

10

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A repeat-and-check workflow for tasks that are not correct after one attempt. It runs the task, evaluates the result against the goal, records concrete failures, and starts another targeted round up to a fixed limit.

38 2d ago A 69 tokens original MIT

omd-note

11

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A small persistent log for recording settled project decisions and references in `docs/plan/NOTES.md`. It records why a decision was made and points to the existing plan, report, or commit instead of copying it.

38 2d ago A 76 tokens original MIT

omd-path

12

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A decision map for breaking a large or unclear software project into smaller questions and decisions. It can store the map in Markdown files or, when configured, in GitHub Issues and sub-issues.

38 2d ago A 77 tokens original MIT

omd-recall

13

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A search tool for recalling facts, decisions, and past solutions stored in a project's engineering memory. It searches by meaning and keywords and returns matching sources with confidence information.

38 2d ago A 83 tokens original MIT

omd-research-deep

14

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A deep research workflow that breaks a broad question into several viewpoints, gathers sources, checks for missing evidence, and combines the findings into a grounded report. The report includes source material and records what each research round added.

38 2d ago A 117 tokens original MIT

omd-resume

15

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A recovery tool for failed or interrupted task graphs. A task graph is a set of dependent jobs that run in an order, with some jobs waiting for others.

38 2d ago A 97 tokens original MIT

omd-review

16

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A structured review of code changes that looks for correctness, security, missing requirements, and edge cases. It can review everything changed in the current branch or a selected part of the codebase.

38 2d ago A 101 tokens original MIT

omd-rule

17

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A decision-recording tool for an engineering work item, such as a ticket or issue. It turns the project owner's explicit choice into a written ruling and stores it with the work item.

38 2d ago A 77 tokens original MIT

omd-sast

18

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A code-security scanner that checks source files against Semgrep rules and produces a structured report of matches.

38 2d ago A 52 tokens original MIT

omd-slim

19

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A code-maintenance audit that records known technical debt and looks for unnecessary complexity. Technical debt is a shortcut or unfinished work kept for later, while overengineering is extra structure that current needs do not require.

38 2d ago A 94 tokens original MIT

omd-tickets

20

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A tool for viewing the currently actionable tickets in a project map and bringing back results from background research jobs. A ticket is a tracked piece of work, while a project map shows how those pieces depend on one another.

38 2d ago A 57 tokens original MIT

omd-ui-reviewer

21

AbyssCN/oh-my-dag

Skill Claude CodeCodex

Review rendered UI screenshots for hierarchy, spacing, readability, states, consistency, and visual slop.

38 2d ago A 26 tokens original MIT

omd-video

22

AbyssCN/oh-my-dag

Skill Claude CodeCodex

A pipeline that turns instructional videos into structured notes using both their visuals and audio. It is intended for videos such as lectures, tutorials, and courses where slides, diagrams, prompts, or code appear on screen.

38 2d ago A 155 tokens original MIT

bug-reproducer

23

AbyssCN/oh-my-dag

Agent

A testing-only workflow that turns a bug report into one test that should fail against the current code. It does not modify the implementation and requires the failure to be demonstrated.

38 2d ago A 31 tokens original MIT

minimal-fixer

24

AbyssCN/oh-my-dag

Agent

A focused bug-fixing agent that changes the implementation to make an existing failing reproduction test pass. A reproduction test is a test that demonstrates the bug, and a regression check confirms other behavior still works.

38 2d ago A 30 tokens original MIT