scaffold-service

Generate a Clean Architecture microservice scaffold with Domain, Application, Infrastructure, Api, Migrations, and Tests.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/bbolek-ap/new-ai-native --skill scaffold-service-bbolek-ap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-service
Source: https://github.com/bbolek-ap/new-ai-native/tree/main/.claude/skills/scaffold-service
Command: npx skills add https://github.com/bbolek-ap/new-ai-native --skill scaffold-service-bbolek-ap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive scaffold for new microservices built on a Clean Architecture, delivering all necessary layers and tooling to accelerate project setup.

Core Features & Use Cases

  • Full scaffolding: Automatically generates Domain, Application, Infrastructure, Api, Migrations and Tests projects with correct structure and references.
  • Integrated tooling: Sets up DI modules, a sample endpoint, nested Kubernetes manifests, Tilt resources, and nginx routing configuration.
  • Use Case: When starting a new service, use this Skill to bootstrap a production-ready skeleton that can be extended with domain specifics.

Quick Start

Follow the checklist to scaffold a new Clean Architecture microservice skeleton with all layers and tooling.

Frequently Asked Questions about scaffold-service

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a clean architecture microservice with Kubernetes manifests?

This tool automates clean architecture microservice scaffolding by generating Domain, Application, Infrastructure, Api, Migrations, and Tests projects with correct structure, references, and integrated DI module setup.

What is included in a clean architecture microservice scaffold?

A clean architecture microservice scaffold includes Domain, Application, Infrastructure, Api, Migrations, Migrations.Runner, and Tests projects, fully configured with dependency injection modules, a sample endpoint, and Tilt resources.

Can I bootstrap a microservice with Tilt and nginx routing configuration?

Yes, you can bootstrap a microservice with Tilt and nginx routing configuration. The scaffolding process automatically sets up Tilt resources and an nginx route to enable immediate local development and production deployment.

Does this microservice scaffolding tool set up dependency injection modules?

Yes, this microservice scaffolding tool sets up dependency injection modules. It automatically configures DI module setup across the generated Application, Infrastructure, and Api layers to ensure properly wired service resolution.

When should I use a clean architecture microservice scaffold instead of adding features to an existing service?

You should use a clean architecture microservice scaffold when starting a new service to bootstrap a production-ready skeleton. It is designed for adding new services and not required for feature work inside an existing service.

What is the best way to generate a production-ready microservice skeleton with migrations?

The best way to generate a production-ready microservice skeleton with migrations is using an automated scaffolding tool that creates Migrations and Migrations.Runner projects alongside Kubernetes manifests andnginx routes for deployment.