dev

dev is a plugin for Claude Code from YoungjaeDev/my-claude-plugins. Its manifest loads nothing; the 12 skills it bundles cost 1,774 tokens per session together, scanned A, original, MIT.

A development workflow bundle for GitHub-based projects. It covers issue breakdown, issue fixes, commits, releases, code-review fixes, post-merge cleanup, project setup, and Playwright browser tests.

In plain words
What is it for?
Use it to bootstrap an empty project, diagnose an existing repository setup, break down and resolve GitHub issues, prepare releases, respond to code reviews, and create or debug Playwright end-to-end tests.
Why use it?
It keeps common steps in the development lifecycle in one place instead of requiring separate procedures for each task. It also records project state and checks whether an existing repository's agent setup is connected correctly.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest. Also seen: mentions CLAUDE.md; mentions AGENTS.md; mentions Codex.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add YoungjaeDev/my-claude-plugins
agentmods
npx agentmods add plugins/youngjaedev/my-claude-plugins/dev
Clone the repo
git clone --depth 1 https://github.com/YoungjaeDev/my-claude-plugins

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dev

README.md
[![agentmods](https://agentmods.dev/badge/plugins/youngjaedev/my-claude-plugins/dev.svg)](https://agentmods.dev/plugins/youngjaedev/my-claude-plugins/dev)
Your own site
<a href="https://agentmods.dev/plugins/youngjaedev/my-claude-plugins/dev"><img src="https://agentmods.dev/badge/plugins/youngjaedev/my-claude-plugins/dev.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 12 skills cost 1,774 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

dev scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/dev/.claude-plugin/plugin.json · 20 lines

What it actually says

{
  "name": "dev",
  "version": "1.0.0",
  "description": "Development lifecycle in one bundle. GitHub workflow — commit-and-push, decompose-issue, resolve-issue, release, cr-fix (unified CodeRabbit + ChatGPT-Codex review loop with autonomous apply/defer/skip judgment and rate-limit fallback), post-merge (branch cleanup + config/wiki integration with a mandatory wiki-lore ingest), state-tracker (spec/issue/PR aggregate over .claude/state/spec.json). Project setup — new (first-day bootstrap: interview, .claude/ scaffold, CLAUDE.md + AGENTS.md with Codex reviewer guidelines, gh repo create) and wiring (14-axis harness diagnostic for an existing repo, read-only until approved). Playwright E2E harness — e2e-setup, e2e-author, e2e-debug wrap Playwright's planner/generator/healer agents; never overwrite an existing playwright.config and degrade gracefully without Playwright.",
  "skills": [
    "./skills/commit-and-push",
    "./skills/decompose-issue",
    "./skills/resolve-issue",
    "./skills/release",
    "./skills/cr-fix",
    "./skills/post-merge",
    "./skills/state-tracker",
    "./skills/new",
    "./skills/wiring",
    "./skills/e2e-setup",
    "./skills/e2e-author",
    "./skills/e2e-debug"
  ]
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 20 lines scan A 7e9910828abf

Subscribe to this mod's changes

dev is a plugin published in the GitHub repository YoungjaeDev/my-claude-plugins (2 stars, last pushed yesterday), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.