By yuridevx
Duo skills: symmetric Claude+Codex convergence (design, discuss, forge, prod-ready, research, review, testplan). Solo skills (Claude-only, explicit `solo` keyword): solo-testplan authors an e2e test plan tree; solo-runtestplan executes one or more test plan trees against a generated no-external-ports docker stack with append-only Bugs.md / Log.md ledgers and autonomous infra+observation recovery. linked-testplan is the shared rulebook for both testplan skills. scripts/check-refs.py validates flow-page references for solo-testplan / duo-testplan.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Symmetric Claude+Codex convergence on a system/architecture design, producing Duo/Design-<slug>/Result.md. Direct codex CLI only - no /codex:rescue, no plugin internals; depends only on `codex` on PATH. Pins gpt-5.5 + xhigh reasoning + live web search + yolo (--dangerously-bypass-approvals-and-sandbox). TRIGGERS ONLY on explicit "duo" keyword - phrases like "duo design X", "duo-design X", "/duo-design X". Does NOT auto-activate on plain "design X" / "spec X" / "architect X" requests. User must explicitly opt into the duo convergence flow.
Symmetric Claude+Codex open-ended convergence catch-all - decisions, brainstorming, tradeoff analysis, planning conversations, post-mortems, or questions that don't fit duo-design / duo-research / duo-review / duo-forge. Produces Duo/Discussion-<slug>/Result.md. Direct codex CLI only - no /codex:rescue, no plugin internals; depends only on `codex` on PATH. Pins gpt-5.5 + xhigh + live web + yolo. TRIGGERS ONLY on explicit "duo" keyword - phrases like "duo discuss X", "duo-discuss X", "/duo-discuss X". Does NOT auto-activate on plain "what do you think about X" / "let's discuss" requests.
Meta-skill - uses the duo convergence protocol to design a new duo-<name> skill for a requested domain. R1 evaluates three gating criteria (pattern recurs across missions / artifact has stable shape / domain has definable investigation procedure); if both sides converge on REJECT, writes only a reject rationale. If converge on CREATE, writes ~/.claude/skills/duo-<name>/SKILL.md plus mission Result.md. Direct codex CLI only - no /codex:rescue, no plugin internals; depends only on `codex` on PATH. Pins gpt-5.5 + xhigh + live web + yolo. TRIGGERS ONLY on explicit "duo" keyword - phrases like "duo forge X", "duo-forge X", "/duo-forge X", "duo make a skill for X". Does NOT auto-activate on plain "make a skill" / "create a skill" requests.
Production-readiness refactoring through Claude+Codex convergence that WRITES CODE. Modifies the working tree. Runs build+test. Commits per cycle. Direct codex CLI only - no /codex:rescue, no plugin internals; depends only on `codex` on PATH. Pins gpt-5.5 + xhigh reasoning + live web search + yolo. TRIGGERS ONLY on explicit "duo" keyword with prod-ready: `/duo-prod-ready <scope>`, `duo prod-ready <scope>`, or `duo-prod-ready <scope>`. Scope is REQUIRED: `.` for whole repo, a category such as `dead-code` or `security`, or a path. Supports only `--autonomous`, `--bold`, prose-triggered coder role selection, and prose-triggered `fast` (Codex service tier "fast", 1.5x speed, no behavioral change). Coder defaults to Claude; Codex is coder only when prose says "codex codes", "codex writes", "codex is the coder", "codex as coder", "let codex code", or "codex writer". Fast tier activates when prose says "fast", "fast mode", "fast tier", "speed mode", "service tier fast", or "1.5x". Does NOT auto-activate on plain "refactor X" / "clean up X" / "production ready X" requests.
Symmetric Claude+Codex convergence on a research deliverable, producing Duo/Research-<slug>/Result.md. Web access central on both sides. Direct codex CLI only - no /codex:rescue, no plugin internals; depends only on `codex` on PATH. Pins gpt-5.5 + xhigh + live web + yolo. TRIGGERS ONLY on explicit "duo" keyword - phrases like "duo research X", "duo-research X", "/duo-research X". Does NOT auto-activate on plain "research X" / "compare X vs Y" / "investigate X" requests. User must explicitly opt into the duo convergence flow.
Dual-target plugin: ships the same skill set to Claude Code and Codex CLI from one repository.
Seven duo skills for symmetric Claude+Codex convergence (each dispatches a parallel codex agent and writes a converged artifact under Duo/<MissionKind>-<slug>/Result.md), two Claude-only solo skills (solo-testplan authors test plans; solo-runtestplan executes them), and one passive rulebook skill.
| Skill | Kind | Output | Writes code? |
|---|---|---|---|
duo-design | duo | Duo/Design-<slug>/Result.md | no |
duo-discuss | duo | Duo/Discussion-<slug>/Result.md | no |
duo-forge | duo | Duo/Forge-<slug>/Result.md + ~/.claude/skills/duo-<name>/SKILL.md | no (writes the new skill file) |
duo-prod-ready | duo | per-cycle commits on the working branch | YES |
duo-research | duo | Duo/Research-<slug>/Result.md | no |
duo-review | duo | Duo/Review-<slug>/Result.md | no |
duo-testplan | duo | Duo/TestPlan-<slug>/Result.md + test-plan/<repo>/<svc>/flows/<flow>.md tree (6-phase per-unit duo author + step-by-step structured diff convergence) | no (writes test plan markdown only) |
solo-testplan | solo (Claude-only) | Solo/TestPlan-<slug>/Result.md + same test-plan/ tree as duo-testplan. 5 named phases (service-scope, local-flows, cross-app-survey, cross-app-flows, result); each unit is a chain of independent fresh-context subagent dispatches — Author + N Refinement rounds, substance-only diffs, editorial edits forbidden. | no |
solo-runtestplan | solo (Claude-only) | Solo/RunTestPlan-<slug>/ containing Result.md, Bugs.md, Log.md, compose.yaml, compose.runner.Dockerfile. Four phases (plan-aggregate, compose-build, flow-execute, result). Executes test plan trees produced by solo-testplan / duo-testplan against a generated no-external-ports docker stack; append-only Bugs and Log ledgers; autonomous infra+observation recovery; strict sequential per-flow execution. | no (modifies the running stack only) |
linked-testplan | rulebook | (loaded by duo-testplan / solo-testplan / solo-runtestplan or by explicit reference; no output of its own) | no |
All duo skills trigger only on the explicit duo keyword (e.g. duo design X, duo-review X, /duo-prod-ready <scope>). solo-testplan triggers only on the explicit solo keyword (solo testplan X, /solo-testplan X). solo-runtestplan likewise triggers only on the explicit solo keyword (solo runtestplan X, solo run testplan X, solo execute testplan X, /solo-runtestplan X). None auto-activate on plain design X / review X / test plan X / run tests / e2e run phrasing. The linked-testplan rulebook is passive — loaded by orchestrator-dispatched agents or activated only on explicit apply linked-testplan rules to X prose.
codex CLI on PATH for every duo skill. solo-testplan and solo-runtestplan do NOT need codex — both are Claude-only.solo-runtestplan additionally requires docker and docker compose v2 on PATH (it brings up the test stack inside docker).gpt-5.5, reasoning xhigh, yolo / --dangerously-bypass-approvals-and-sandbox. Web search is live for most skills. duo-testplan and solo-testplan are the exceptions: web search defaults OFF (source code is the only ground truth); flip to live with the web-allowed prose modifier. solo-runtestplan has web search always enabled (no modifier).claude plugin marketplace add yuridevx/yd-skills
claude plugin install yd@yd
Or from inside a Claude Code session:
/plugin marketplace add yuridevx/yd-skills
/plugin install yd@yd
codex plugin marketplace add yuridevx/yd-skills
Codex auto-enables shipped plugins on marketplace add. Disable per-plugin in ~/.codex/config.toml:
[plugins."yd@yd"]
enabled = false
See AGENTS.md.
MIT - see LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub yuridevx/yd-skills --plugin ydComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification