npx claudepluginhub jhlee0409/claude-plugins --plugin oas/scaffoldScaffolds Next.js App Router pages, layouts, server/client components, API routes, server actions, and loading/error states following best practices and project patterns.
/scaffoldScaffolds production-ready project for API, web, CLI, lib, or fullstack using TypeScript, Python, Go, or Rust. Includes src/tests, Docker, GitHub Actions CI/CD, git init, deps, and verification.
/scaffoldDetects .NET project architecture and generates complete feature slices with endpoints, handlers, validators, DTOs, EF configs, and integration tests.
/scaffoldInteractively scaffolds myfy components like modules, routes, providers, tasks, settings, or full features by gathering requirements and generating code.
/scaffoldScaffolds a TypeScript/Node.js project using the Bankr x402 SDK. Supports bot, web-service, dashboard, and CLI types with customizable structure and files.
/scaffoldScaffolds a TypeScript/Node.js project using the Bankr Agent API. Supports bot, web-service, dashboard, or CLI types via project-type argument.
This command has been merged into /oas:init.
# Auto-detect existing code OR scaffold from template
/oas:init
# Force scaffold mode (skip sample detection)
/oas:init --scaffold
# Use specific template
/oas:init --template=react-query-fsd
Whether you have existing code or start fresh, the goal is the same:
.openapi-sync.json config/oas:sync operationsNow /oas:init handles both:
The result is identical: a configured project ready for /oas:sync.
When /oas:scaffold is invoked, Claude MUST:
/oas:init --scaffold