pcs-new-service

Generate a complete PCS microservice scaffold with FastAPI, Kafka, and Docker.

1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/Benmore-Studio/Benmore-Meridian --skill pcs-new-service
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pcs-new-service
Source: https://github.com/Benmore-Studio/Benmore-Meridian/tree/main/skills/pcs/pcs-new-service
Command: npx skills add https://github.com/Benmore-Studio/Benmore-Meridian --skill pcs-new-service

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of new PCS microservices by generating a complete, ready-to-run project skeleton that includes the app, configuration, models, routers, services, Kafka events, tests, Dockerfile, pyproject.toml, and deployment wiring.

Core Features & Use Cases

  • Generates a full service directory with FastAPI app, configuration, models, routers, services, Kafka event wiring, tests, and a Dockerfile.
  • Includes pyproject.toml setup and wiring for Kong and Docker Compose, enabling quick deployment.
  • Provides a ready-to-use scaffold for end-to-end PCS backend projects, including migrations and basic infrastructure integration.

Quick Start

Run the PCS new-service scaffold with your desired service name to generate a complete PCS microservice skeleton.

Frequently Asked Questions about pcs-new-service

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

FAQPage Schema
How do I scaffold a FastAPI microservice with Kafka and Docker?

Scaffolding a FastAPI microservice with Kafka and Docker generates a complete PCS project skeleton, including app configuration, models, routers, services, Kafka event wiring, tests, and a Dockerfile for ready-to-run deployment.

What is included in a PCS microservice boilerplate?

A PCS microservice boilerplate includes the FastAPI app, configuration files, models, routers, services, Kafka events, tests, Dockerfile, pyproject.toml, and deployment wiring for Kong and Docker Compose.

Does this microservice scaffold support Kong and Docker Compose integration?

Yes, the microservice scaffold supports Kong and Docker Compose integration by providing pre-wired deployment configurations, enabling quick infrastructure setup and immediate deployment for PCS backend projects.

How do I set up a new backend service with database migrations and testing?

Setting up a new backend service with database migrations and testing uses a generated scaffold that provides a ready-to-use directory structure, including built-in test suites and migration support for immediate development.

Can I generate a full project skeleton for an event-driven FastAPI service?

Yes, you can generate a full project skeleton for an event-driven FastAPI service that includes pre-configured Kafka event wiring, service layers, and routers to streamline event-driven backend architecture.