aiup-nestjs-nextjs
v0.1.0AI Unified Process plugin for the NestJS/Drizzle + Next.js stack
By Swift Ugandan111 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 6 skill or MCP entries
- Source updated
- Aug 10, 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 aiup-nestjs-nextjs for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install aiup-nestjs-nextjs@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/AI-Unified-Process/marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is aiup-nestjs-nextjs/.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json├── skills/drizzle-migration/SKILL.md├── skills/implement/SKILL.md├── skills/nest-test/SKILL.md├── skills/playwright-test/SKILL.md├── skills/react-test/SKILL.md└── .mcp.json
Included Skills5
Creates Drizzle ORM schema definitions and generated SQL migrations for PostgreSQL from the entity model. Use when the user asks to "create a migration", "generate SQL", "set up database tables", "update the schema", or mentions Drizzle, drizzle-kit, pg-core, schema.ts, or database versioning for a NestJS project.
Implements use cases across a NestJS backend with Drizzle ORM over PostgreSQL and a Next.js App Router frontend wired to that API. Use when the user asks to "implement a use case", "build the API", "create a REST endpoint", "write the data access layer", "build the page", or mentions NestJS modules, controllers, providers, Drizzle queries, repositories, or a Next.js frontend calling a NestJS backend.
Creates NestJS backend tests with Vitest — unit specs with stubbed repositories, and Supertest end-to-end specs that boot the application against a real PostgreSQL database in Testcontainers. Use when the user asks to "write backend tests", "test the API", "write an e2e test", "test the endpoint", or mentions Supertest, Testcontainers, NestJS testing, or Vitest for a NestJS project.
Creates Playwright browser-based end-to-end tests for a Next.js frontend running against a live NestJS API, using accessibility-first locators. Use when the user asks to "write Playwright tests", "create e2e tests", "test in the browser", or mentions end-to-end testing, browser tests, or a test case (TC-*) to automate.
Creates Vitest component tests for Next.js App Router pages and React components using React Testing Library and accessible queries. Use when the user asks to "write frontend tests", "test the page", "test the component", "write an RTL test", or mentions React Testing Library, jsdom, or component testing for a Next.js project.
MCP servers1
- command
- npx
- args
- @playwright/mcp@latest
Plugin manifests2
{
"name": "aiup-nestjs-nextjs",
"description": "AI Unified Process plugin for the NestJS/Drizzle + Next.js stack",
"version": "0.1.0",
"author": {
"name": "Swift Ugandan",
"email": "[email protected]",
"url": "https://unifiedprocess.ai"
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "aiup-nestjs-nextjs",
"version": "0.1.0",
"description": "AI Unified Process plugin for the NestJS/Drizzle + Next.js stack",
"author": {
"name": "Swift Ugandan",
"email": "[email protected]",
"url": "https://unifiedprocess.ai"
},
"homepage": "https://unifiedprocess.ai",
"repository": "https://github.com/AI-Unified-Process/marketplace"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[aiup-nestjs-nextjs on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aiup-nestjs-nextjs)