A read-only Architecture Reviewer agent that checks a code change against layer boundaries (onion architecture), frontend placement rules, RSC boundaries, and security patterns, and returns a structured finding report. Never modifies files.
A Claude Code plugin marketplace for Spec-Driven Development Engineering, extracted from the DevDigest project. It ships the SDD agents, skills, and workflows as installable plugins, plus a static, client-side searchable catalog site.
One repo holds the catalog and every plugin's source, so the whole thing is reviewable in a single pull request. A plugin can later move to its own repo, leaving this as the catalog.
/plugin marketplace add VadimPoltoratskiy/dev-digest-ai-marketplace
/plugin install sdd-engineering@dev-digest-ai-marketplace
Then /plugin marketplace update to refresh the catalog and /plugin update <name>@dev-digest-ai-marketplace
to upgrade an installed plugin. (See docs/RELEASES.md for the
difference.)
| Plugin | What it gives you |
|---|---|
| sdd-engineering | The SPEC → PLAN → implement → verify → retro loop: agents Spec Creator, Implementation Planner, Implementer, Plan Verifier, the Run Plan skill, the /implement command, and the Retro workflow. |
| engineering-paved-path | The shared dependency: 14 reusable, on-demand engineering skills (architecture, testing, security, and stack best-practices). Skills only — no agents. |
| research-tools | Read-only research agents — Researcher (cited codebase + web research), plus Brainstorm and Doc Writer. |
| architecture-review | The Architecture Reviewer agent — layer boundaries, placement, RSC, and security checks with a structured finding report. |
sdd-engineering is the entry point; the installer resolves the rest. Version constraints are
fixed, and the shared dependency is installed once:
[email protected]
├── engineering-paved-path@^1.0.0
├── research-tools@^1.0.0
└── architecture-review@^1.0.0
└── engineering-paved-path@^1.0.0 # one shared installation
Shared skills and cross-agent dispatches are referenced with an explicit plugin:artifact
namespace — an agent preloads engineering-paved-path:security, and the Run Plan skill
dispatches architecture-review:architecture-reviewer — so every reference has one canonical
source. node scripts/preload-smoke.mjs checks that they all resolve.
spec-creator ─▶ implementation-planner ─▶ implementer ─▶ plan-verifier ─▶ architecture-reviewer
SPEC-NN.md PLAN.md code+tests VERIFICATION.md findings
▲ │
└── researcher (research-tools) Run Plan orchestrates implementer→verify→review
Retro records the merge in an append-only ledger
See the sdd-engineering README for the full loop.
A static SPA in site/ with client-side fuzzy search over every plugin and
artifact — deployed to GitHub Pages by .github/workflows/pages.yml.
The search index is built from the plugins by scripts/build-index.mjs.
Design and data model: docs/SITE-SPEC.md.
Local preview:
node scripts/build-index.mjs
cd site && python3 -m http.server 8000 # → http://localhost:8000
.claude-plugin/marketplace.json catalog manifest (lists all plugins)
plugins/ the four plugins (sources)
site/ static catalog SPA (index.json is generated)
scripts/build-index.mjs scans plugins/ → site/index.json (+ --check gate)
docs/ PLUGIN-GUIDELINES · SITE-SPEC · SECURITY · RELEASES + design/
.github/workflows/ site-build (validate) · pages (deploy)
CONTRIBUTING.md · CODEOWNERS
Read CONTRIBUTING.md and
docs/PLUGIN-GUIDELINES.md. In short: follow the plugin
structure, reuse shared skills via dependencies, no secrets or absolute paths, and make
node scripts/build-index.mjs --check pass before opening a PR.
Plugin content is extracted from the DevDigest project's .claude/ directory; some wording
still references DevDigest's stack — adapt to your project. MIT licensed.
Uses power tools
Uses Bash, Write, or Edit tools
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub vadimpoltoratskiy/dev-digest-ai-marketplace --plugin architecture-reviewThe team's paved path: a library of reusable, on-demand engineering skills — architecture, testing, security, and stack best-practices — that other plugins depend on as a single source of truth. No agents or commands; skills only.
Read-only research agents that gather grounded context before specs and plans: a Researcher that cites codebase and web sources, plus Brainstorm (solution options) and Doc Writer companions.
Spec-Driven Development Engineering: the SPEC -> PLAN -> implement -> verify -> retro loop as four handoff agents (Spec Creator, Implementation Planner, Implementer, Plan Verifier) plus the Run Plan skill and the Retro workflow.
Harness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Turn on Godmode for Claude Code. 126 skills. 7 subagents. Zero configuration.