By SyukPublic
Curated engineering skills for React, Next.js, Fastify, onion architecture, testing, TypeScript, and security
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.
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
Enforces Onion Architecture (dependencies point inward) on a TypeScript backend (a Fastify + Drizzle + Zod server/ package and a pure domain core, reviewer-core in the reference layout). Use this skill whenever you add or change a backend route, service, repository, adapter, DB query, contract, or DI wiring — and whenever deciding WHERE a piece of logic, an external-tool call (LLM/OpenAI/Anthropic/OpenRouter, GitHub/octokit, git, ripgrep/ast-grep, Postgres), a type, or a validation belongs across layers. Also use when reviewing layering, an import that crosses package/layer boundaries, a leaked Drizzle query, a directly-instantiated SDK client, or business logic creeping into a route. Trigger terms: onion architecture, layer, dependency direction/rule, ports and adapters, repository, service, adapter, composition root, container, dependency inversion, where should this live, layering violation.
Modern React best practices and anti-pattern catalog (2025-26). Use when writing, reviewing, or refactoring React components, hooks, and state management. Covers component design, state patterns, hooks misuse, performance, data fetching, and code organization.
React/Next.js frontend architecture & code organization (2025-26): where files live, how to split components, feature-based structure, co-location, constants/utils/helpers/types/hooks placement, where business logic goes, import boundaries, barrel files, path aliases, and naming conventions. Use when structuring a new frontend, deciding where a file or piece of logic belongs, splitting an oversized component/module, reviewing folder layout, or naming files. Stack-agnostic (React 19 + Next.js 15 App Router aware).
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 with reusable, project-agnostic skills, agents, and MCP servers that can be installed into any project.
Browse the catalog → — search every plugin, skill, and agent.
Add the marketplace in Claude Code:
/plugin marketplace add SyukPublic/dev-digest-ai-marketplace
Then install a plugin:
/plugin install <plugin-name>@dev-digest-ai-marketplace
| Plugin | Description | Depends on |
|---|---|---|
| engineering-paved-path | 8 curated stack skills: React, Next.js, Fastify, onion architecture, testing, TypeScript, security | — |
| research-tools | researcher — read-only codebase/web investigation agent with structured reports | — |
| architecture-review | architecture-reviewer — read-only layering/dependency-direction auditor | engineering-paved-path |
| sdd-engineering | Spec-driven development workflow: spec → plan → implement → verify → retro | all three above |
Plugins declare dependencies in their manifests, but Claude Code does not auto-install them — install dependencies first (see each plugin's README). The full picture, including the runtime composition graph, is in docs/DEPENDENCIES.md.
Claude Code caches marketplaces and plugins locally. To pick up new releases:
/plugin marketplace update dev-digest-ai-marketplace
/plugin update <plugin-name>@dev-digest-ai-marketplace
If a plugin appears stale after an update, uninstall and reinstall it.
.claude-plugin/
marketplace.json # marketplace catalog (name: dev-digest-ai-marketplace)
plugins/
<plugin-name>/ # one directory per plugin (see docs/PLUGIN-GUIDELINES.md)
docs/ # contributor and maintainer documentation
site/ # catalog website (GitHub Pages), rebuilt on every push to main
npx claudepluginhub syukpublic/dev-digest-ai-marketplace --plugin engineering-paved-pathRead-only research agent that investigates codebases and the web and returns structured, verifiable reports
Spec-driven development workflow: spec, plan, implement, verify - with run orchestration and retro tooling
Read-only architectural auditor agent that reviews layering, dependency direction, and boundary violations
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
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns
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.