Agent Plugins Marketplace
All plugins

dude

v0.1.0

Yet another AI workflow: planning, implementation, PR delivery, review, simplification, and investigation skills that wire into one another

CodexClaude Code9 Skills

By Yoko OYAMALicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
9 skill or MCP entries
Source updated
Sep 1, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install dude for Codex and Claude Code

Installs for the current user
codex plugin marketplace add yowcow/dude
codex plugin marketplace upgrade dude
codex plugin add dude@dude

Paste and run these commands in a terminal with Codex. They add and refresh the dude catalog, then install this plugin.

Compatibility: the page URL and API slug “dude” remain stable.

  • Codex: dude@agent-plugin-marketplacedude@dude

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/yowcow/dude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

dude/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/implement-work/SKILL.md
├── skills/investigate-anomaly/SKILL.md
├── skills/investigate-performance/SKILL.md
├── skills/plan-work/SKILL.md
├── skills/pr-to-ready/SKILL.md
├── skills/review-code/SKILL.md
├── skills/review-plan/SKILL.md
├── skills/simplify-code/SKILL.md
└── skills/using-dude/SKILL.md

Included Skills9

implement-workskills/implement-work/SKILL.md

Use to take one PR-sized task — a sub-issue, an issue that fits a single PR, or a request of that size — all the way to a pushed branch of verified commits. Triggers on "implement this sub-issue", "start implementing", "work through this task", "run the completion gate", "take this to a branch".

investigate-anomalyskills/investigate-anomaly/SKILL.md

Use when root-causing an observed anomaly — production errors, an outage, a crashed job, an error-rate spike, unexplained cost or resource growth, or a metric drifting the wrong way — before any fix is proposed. Produces a blameless findings report, not a fix. Triggers on "why did this break", "root-cause this incident", "errors spiked", "costs keep growing", "this metric looks wrong", "what happened last night", "write the postmortem".

investigate-performanceskills/investigate-performance/SKILL.md

Use when diagnosing an observed performance shortfall — a slow endpoint, job, or query, a latency/throughput regression, or CPU/memory growth — to root-cause it with measurements before any fix is proposed. Produces a findings report, not a fix. Triggers on "why is this slow", "latency spiked", "perf regression", "high CPU", "memory keeps growing", "find the bottleneck".

plan-workskills/plan-work/SKILL.md

Use to turn an issue, a planning request, or an investigation's findings into an agreed design and a numbered TODO list at PR granularity, before any code is touched. Triggers on "plan this", "plan issue <n>", "turn this into a plan", "break this into PRs", "brainstorm and plan this".

pr-to-readyskills/pr-to-ready/SKILL.md

Use to take a branch of verified commits — with or without a PR on it yet — to a PR whose CI passes and whose review is clean, left at ready or draft. Triggers on "implementation is done, take it to a PR", "open the draft PR and drive it", "what next after opening the PR", "CI is failing", "run the review loop", "take it out of draft", "handle the review feedback".

review-codeskills/review-code/SKILL.md

Use to review code and fix what the review finds — on a diff, a branch, or an uncommitted working tree — leaving no blocking finding unresolved. Triggers on "review this code", "review and fix this", "run the review loop until it's clean".

review-planskills/review-plan/SKILL.md

Use to review planning work itself, before implementation starts or on a revision — either a TODO list breaking work into PR-sized items, or the detailed implementation plan for one PR. Reports findings; it never edits what it reviewed. Triggers on "review this plan", "review the TODO list", "is this plan ready to implement".

simplify-codeskills/simplify-code/SKILL.md

Use after implementation and before code review or PR creation to simplify recently modified code while preserving behavior. Triggers on "simplify this", "clean up the diff", "run a code-simplifier pass", "tidy this up before review".

using-dudeskills/using-dude/SKILL.md

Use when starting any task - establishes how a task is classified, which flow it enters, what each flow hands over, when a phase is clean, and where a loop stops.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "dude",
  "description": "Yet another AI workflow: planning, implementation, PR delivery, review, simplification, and investigation skills that wire into one another",
  "version": "0.1.0",
  "author": {
    "name": "Yoko OYAMA",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/yowcow/dude",
  "repository": "https://github.com/yowcow/dude",
  "license": "MIT",
  "keywords": [
    "skills",
    "workflow",
    "planning",
    "code-review",
    "investigation"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "dude",
    "shortDescription": "Planning, implementation, PR delivery, review, and investigation workflows",
    "longDescription": "dude carries a change from an issue to a pull request whose CI passes and whose review is clean, and root-causes a problem before any change is proposed. Each skill names the next flow rather than absorbing it, and each has its own gate.",
    "developerName": "Yoko OYAMA",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Plan this issue into PR-sized tasks.",
      "Take this task to a branch of verified commits."
    ],
    "websiteURL": "https://github.com/yowcow/dude"
  }
}
.claude-plugin/plugin.json
{
  "name": "dude",
  "description": "Yet another AI workflow: planning, implementation, PR delivery, review, simplification, and investigation skills that wire into one another",
  "author": {
    "name": "Yoko OYAMA",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/yowcow/dude",
  "repository": "https://github.com/yowcow/dude",
  "license": "MIT",
  "keywords": [
    "skills",
    "workflow",
    "planning",
    "code-review",
    "investigation"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dude on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dude)