Ddalggak — Git skill for Claude Code
A Codex and Claude Code workflow skill for turning GitHub issues into planned, reviewed, and recoverable implementation work.
How to install Ddalggak
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open JeremyDev87/ddalggak and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Ddalggak does
A Codex and Claude Code workflow skill for turning GitHub issues into planned, reviewed, and recoverable implementation work.
Alternatives in Git
- Openclaude — Open Claude Is Open-source coding-agent CLI for OpenAI, Gemini, DeepSeek, Ollama, Codex, GitHub Models, and 20 22.5k ★
- Zcf — GitHub Repo stars Zero-Config Code Flow for Claude code & Codex Zero-config workflow 5.8k ★
- PiDeck — PiDeck 是一个开源的桌面工作台,用于在本地项目目录中统一管理 pi Agent 会话,并支持导入 Codex、Claude 本地会话以便统一浏览和恢复 693 ★
README
ddalggak
[](./LICENSE)
ddalggak is a workflow skill for turning GitHub issues into planned, parallel, reviewed, and recoverable implementation work. This repository projects one skill to three execution runtimes across two physical roots: Codex App uses `.codex/skills/ddalggak/`, while Claude Code and Hermes Agent share `ddalggak/`. `npm run verify:projections` enforces the runtime-to-root contract and parity between the two physical roots.
npm release status: this package is being prepared for publication, but this README does not claim a live npm package until registry visibility is proven by the release follow-up audit.
AI-readable Documentation Index
This repository ships a package-local [`llms.txt`](./llms.txt) index for humans and AI coding agents that need a compact map of the skill entrypoints, workflow references, and package verification surfaces. It is a repository/package navigation file only; it is not a crawler directive, hosted API promise, or publication of private project state.
Instruction Projection
`AGENTS.md` (repository root) is a **thin cross-runtime adapter** for agent runtimes that look for a repo-root instruction file (such as OpenAI Codex cloud agents). It is a projection pointer only — it names the canonical policy sources and states the side-effect boundary in short form. It does not duplicate or extend the workflow policy in this README or `.codex/skills/ddalggak/SKILL.md`.
Maintainer rule: instruction projection adapters are not canonical policy. Canonical policy lives in `README.md` and `SKILL.md`. If an adapter file and a canonical source conflict, the canonical source wins and the adapter must be updated to match. `npm run verify:projections` enforces required anchors, forbidden sentinels, and thin-adapter size limits on `AGENTS.md`.
Codex App
For Codex App, use the repository-local skill source at `.codex/skills/ddalggak/`.
The invocation name is e
Related Skills
Agent Fanout
Claude Code skill: delegate implementation to parallel headless agent-CLI subagents (codex, omp+Gemini Flash)
Codex Triage
Auto-triage GitHub issues and select best candidate for Codex implementation (project)
Ship Issue
Take one or more GitHub issues/stories from open → reviewed PR (→ merged, opt-in) autonomously — worktree, sub
Impl Explain
Cross-agent (Claude Code / Codex / opencode) skill that renders implementation plan + git diff into a single-f
Gw Iss Implement
Start implementation work on GitHub issue #$ARGUMENTS (local commits only, no push/PR).
Gw Iss Run
Start implementation work on GitHub issue #$ARGUMENTS.
Related Agents
Backend Planner.Agent
Use when turning a backend/service architecture decision into an ordered, reviewable implementation plan: work
Light Web CodeReview
Use this agent when the user has written or modified HTML, CSS, or JavaScript code and needs it reviewed for e
Spec Guardian
Validates planned work against specs and project rules; blocks spec drift.