The 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.
Audits all dependencies across the repo's 6 independent packages (server, client, reviewer-core, e2e, evals, mcp-server) — no shared workspace. Distinguishes external npm dependencies from internal cross-package dependencies (tsconfig path aliases, not workspace:*), draws a Mermaid schematic of dependency relationships, breaks down installed size per package, and prioritizes findings into P0/P1/P2/Info tiers with concrete, file-specific recommendations. Read-only: reports and advises, never runs pnpm remove/update itself. Invoke explicitly: /dependency-checker, 'check our dependencies', 'audit deps', 'why is node_modules so big', 'draw the dependency graph'.
Provides comprehensive Drizzle ORM patterns for schema definition, CRUD operations, relations, queries, transactions, and migrations. Proactively use for any Drizzle ORM development including defining database schemas, writing type-safe queries, implementing relations, managing transactions, and setting up migrations with Drizzle Kit. Supports PostgreSQL, MySQL, SQLite, MSSQL, and CockroachDB.
Guides development of Fastify Node.js backend servers and REST APIs using TypeScript or JavaScript. Use when building, configuring, or debugging a Fastify application — including defining routes, implementing plugins, setting up JSON Schema validation, handling errors, optimising performance, managing authentication, configuring CORS and security headers, integrating databases, working with WebSockets, and deploying to production. Covers the full Fastify request lifecycle (hooks, serialization, logging with Pino) and TypeScript integration via strip types. Trigger terms: Fastify, Node.js server, REST API, API routes, backend framework, fastify.config, server.ts, app.ts.
Create Mermaid diagrams in markdown. Use when the user wants to visualize workflows, architectures, API flows, data models, state machines, or system designs. Covers flowcharts, sequence diagrams, class diagrams, ER diagrams, state diagrams, and more.
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
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.
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.
npx claudepluginhub vadimpoltoratskiy/dev-digest-ai-marketplace --plugin engineering-paved-pathRead-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.
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.
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.
Comprehensive 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.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
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
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
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.
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.