Agent Plugins Marketplace
All plugins

adept

v2.9.13

Development-workflow skills: design, TDD, adversarial review, shipping, and campaign orchestration.

CodexClaude Code28 Skills2 MCP serversstdio

By David Christensen1 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
30 skill or MCP entries
Source updated
Aug 26, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add adept@agent-plugin-marketplace

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

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/randomparity/adept

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

adept/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/attunement/SKILL.md
├── skills/bards-tale/SKILL.md
├── skills/bounty/SKILL.md
├── skills/campaign/SKILL.md
├── skills/clear-map/SKILL.md
├── skills/counterspell/SKILL.md
├── skills/deliver/SKILL.md
├── skills/detect-curse/SKILL.md
├── skills/detect-evil/SKILL.md
├── skills/dispel/SKILL.md
├── skills/divination/SKILL.md
├── skills/forge/SKILL.md
├── skills/gauntlet/SKILL.md
├── skills/grimoire/SKILL.md
├── skills/oathbind/SKILL.md
├── skills/quest/SKILL.md
├── skills/quest-log/SKILL.md
├── skills/restock/SKILL.md
├── skills/resurrection/SKILL.md
├── skills/return-to-town/SKILL.md
├── skills/saga/SKILL.md
├── skills/seek-quest/SKILL.md
├── skills/sort-board/SKILL.md
├── skills/spellcraft/SKILL.md
├── skills/summon-swarm/SKILL.md
├── skills/tome-of-lore/SKILL.md
├── skills/trial-loop/SKILL.md
├── skills/warding/SKILL.md
└── .mcp.json

Included Skills28

attunementskills/attunement/SKILL.md

Discover and record a repository's instructions, default branch, working- tree state, guardrail commands, GitHub authentication, decision-record coupling, and parallel-work context before changing code. Use when starting implementation, issue, pull-request, shipping, or campaign work.

bards-taleskills/bards-tale/SKILL.md

Mine GitHub workflow telemetry for cycle time, review iterations, scope accuracy, and status-label history, then write a grounded process- retrospective report with proposed tuning. Use for retrospective analysis of status labels and WORK annotations over a label set or date range.

bountyskills/bounty/SKILL.md

Verify, deduplicate, draft, and file a structured GitHub issue grounded in actual code, with triage labels and native sub-issue support. Use when asked to create or file an issue, turn a reported problem into an issue, or decompose an existing issue or epic into child issues.

campaignskills/campaign/SKILL.md

Orchestrate a set of GitHub issues until each is closed as already fixed or resolved by a merged pull request, including triage, dependency planning, per-issue execution, serial merging, and newly discovered work. Use when asked to run a campaign, clear an issue set, or drive a batch of issues to done.

clear-mapskills/clear-map/SKILL.md

Sweep local branches whose work has landed: classify every local branch, delete the merged and squash-merged ones after one confirmation, remove their worktrees, and report every deletion and skip. Use when asked to clean merged or gone branches or prune stale local branch state.

counterspellskills/counterspell/SKILL.md

Reverse a bad merged PR: judge the live damage, choose git revert vs fix-forward using the risk taxonomy's reversal-cost axis, write truthful tracking state, and drive the urgent fix through a reduced pipeline whose review is compressed but never skipped. Use when a merged PR turned out bad.

deliverskills/deliver/SKILL.md

Push a feature branch, create or update a pull request, and drive it to green CI and a mergeable GitHub state. Use when asked to ship, publish, or prepare completed work for merge, including as the shipping phase of an issue flow.

detect-curseskills/detect-curse/SKILL.md

Find the cause of a failure before changing anything. Use on a failing test, a reported bug, a broken build, or behaviour you cannot account for — and before proposing a fix for any of them.

detect-evilskills/detect-evil/SKILL.md

Run a diff-scoped security pass by inventorying touched trust boundaries and checking validation, authorization, bounding, destination encoding, leaks, secrets, cryptography, deserialization, supply chain, permissions, and security defaults. Use when a branch is security-relevant or the user asks for a threat scan.

dispelskills/dispel/SKILL.md

Apply a behavior-preserving simplification pass over recent changes: remove speculative abstraction, dead code, cleverness, redundancy, and noise, then verify with repository guardrails. Use when asked to simplify a diff, branch, PR, or recent work.

divinationskills/divination/SKILL.md

Estimate a GitHub issue's blast radius, change hazards, complexity, and decomposition before implementation. Use when asked to scope an issue, assess whether it fits one pull request, or provide grounded sizing to issue and work workflows.

forgeskills/forge/SKILL.md

Implement an approved plan with test-driven development, direct or worker-driven execution, focused verification, and the repository guardrail suite. Use when asked to build with TDD, execute an implementation plan, or continue the build phase of an issue workflow.

gauntletskills/gauntlet/SKILL.md

Use when asked to challenge, pressure-test, hostile-review, or adversarially review code changes, git diffs, specs, RFCs, plans, design docs, or files before shipping; also use for hidden assumptions, failure modes, edge cases, rollout risk, pre-ship skepticism, or structured JSON findings written to an output path.

grimoireskills/grimoire/SKILL.md

Capture a non-obvious, verified problem solved in the current session as a durable solution document and, when available, a short memory-system recall pointer. Use when asked to compound learning, record a solution, or preserve a recurring debugging discovery.

oathbindskills/oathbind/SKILL.md

Audit a complete reviewed design against its frozen scope before implementation, producing a human-readable verdict and approved surface without authorizing scope.

questskills/quest/SKILL.md

Implement a GitHub issue end to end through scoping, feature-branch setup, design, TDD, adversarial review, threat scan, simplification, pull-request creation, CI, and merge handoff. Use when asked to work, implement, or resolve a specific GitHub issue with the repository's full workflow.

quest-logskills/quest-log/SKILL.md

Use when tracking GitHub issue/PR work across sessions — defines the status: label state machine, the WORK:* annotation-comment convention, and cross-issue linking so pipeline state lives on GitHub and any session can resume it. Referenced by $quest, $campaign, $deliver, $return-to-town, $sort-board, $bards-tale, $bounty, $saga, $resurrection, $warding.

restockskills/restock/SKILL.md

Audit Dependabot configuration, evaluate open dependency-update pull requests against a clean baseline, group overlapping updates, test each unit, and merge only verified safe updates serially. Use when asked to review, batch, or merge Dependabot PRs for a GitHub repository.

resurrectionskills/resurrection/SKILL.md

Reconcile GitHub status labels with actual pull-request and branch state, reset stale orphaned work, and remove residual labels from closed issues. Use between work or campaign runs when issue workflow state may be stale.

return-to-townskills/return-to-town/SKILL.md

Hand off a green, mergeable pull request or merge it when explicitly authorized, then clean merged branches and worktrees. Use after shipping a PR or when asked to merge and clean up completed work.

sagaskills/saga/SKILL.md

Interview a rough feature idea into a GitHub epic containing a PRD and dependency-ordered, born-triaged native sub-issues. Use when a feature spans multiple pull requests and the user wants an epic, PRD, decomposition, or campaign-ready issue set.

seek-questskills/seek-quest/SKILL.md

Rank the status:ready GitHub issue queue and recommend the next issue to work, excluding untriaged, occupied, or blocked candidates. Use when asked to pick the next issue, choose what to work on next, or select from the ready backlog before running $quest.

sort-boardskills/sort-board/SKILL.md

Analyze GitHub issues and apply a consistent type, priority, status, risk, and effort taxonomy, including bootstrapping missing labels. Use when asked to triage issues, label a backlog, prepare issues for work selection, or create the label set required by issue workflows.

spellcraftskills/spellcraft/SKILL.md

Design a non-trivial code change before implementation by writing a spec or ADR, adversarially reviewing the ADR and spec, producing an implementation plan, and reviewing the plan. Use for issues or changes involving public contracts, schemas, auth, concurrency, migrations, persistence, dependencies, AI surfaces, security boundaries, or external services.

summon-swarmskills/summon-swarm/SKILL.md

Offload high-volume, well-specified generation to parallel OpenAI Codex CLI workers. Use when a job splits into independent worker-sized tasks (content batches, test generation, bulk refactors) and Codex CLI is installed and logged in — The current Codex session decomposes, briefs, spawns worker `codex exec` runs in parallel, and review-gates every output. Not for judgment-dense work this session should do itself, or for coordinating workers on one complex change.

tome-of-loreskills/tome-of-lore/SKILL.md

Use when a repo needs immutable numbered records — Architecture Decision Records or deferred-work records — that stay auditable and hard to erase. Defines the docs/adr/ and docs/debt/ record formats and installs the CI gate that fails a PR carrying a malformed record or one that stopped being a record. Referenced by $trial-loop, which writes deferral records for its deferred-tracked disposition.

trial-loopskills/trial-loop/SKILL.md

Iteratively run an adversarial challenge review, fix or disposition defensible findings, write deferral records when needed, and re-review until approved or bounded stop conditions fire. Use for code, diffs, specs, ADRs, plans, and pre-ship review loops.

wardingskills/warding/SKILL.md

Run a proactive repository maintenance sweep for stale issues, dependency freshness outside Dependabot, supply-chain advisories, and deferral records past review-by. Use when asked to groom, sweep, or surface maintenance work without doing the work.

MCP servers2

context7stdio
command
npx
args
-y @upstash/context7-mcp
exastdio
command
npx
args
-y exa-mcp-server
env.EXA_API_KEY
${EXA_API_KEY}

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "adept",
  "description": "Development-workflow skills: design, TDD, adversarial review, shipping, and campaign orchestration.",
  "skills": "./skills/"
}
.claude-plugin/plugin.json
{
  "name": "adept",
  "version": "2.9.13",
  "description": "Development-workflow skills: design, TDD, adversarial review, shipping, and campaign orchestration for Claude Code and Codex.",
  "author": {
    "name": "David Christensen"
  }
}

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

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