new-application

Automate bootstrapping a new microservices-simulator application through five development phases.

5|2|Updated Jun 28, 2023
One-click install
npx skills add https://github.com/socialsoftware/microservices-simulator --skill new-application
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-application
Source: https://github.com/socialsoftware/microservices-simulator/tree/main/.claude/skills/new-application
Command: npx skills add https://github.com/socialsoftware/microservices-simulator --skill new-application

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap a new application on the microservices-simulator from scratch, guiding teams through all five phases to ensure a consistent architecture across domains and services.

Core Features & Use Cases

  • Domain modeling and aggregate scaffolding setup for a brand-new app
  • Cross-service functionality wiring, event integration, and test planning
  • Reference-first approach using existing patterns (e.g., quizzes) to accelerate delivery

Quick Start

Provide the app name and a brief domain description to start the bootstrap wizard.

Frequently Asked Questions about new-application

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

FAQPage Schema
How do I bootstrap a new microservices-simulator application from scratch?

To bootstrap a new microservices-simulator application, you provide the app name and a brief domain description to start an automated wizard that generates a complete application skeleton with architectural references.

What does domain modeling and aggregate scaffolding involve when creating a new simulator app?

Domain modeling and aggregate scaffolding involve defining your core domain boundaries and generating the foundational service structures, which are the initial phases of bootstrapping a new simulator application.

How do I wire cross-service functionalities and events in a microservices architecture?

Wiring cross-service functionalities and events is handled during the bootstrap phases, ensuring consistent architecture across domains by integrating services and planning tests through automated event wiring.

Can I scaffold a complete application skeleton with tests using the new-application bootstrap skill?

Yes, you can scaffold a complete application skeleton with tests, as the bootstrap process guides you through five phases including test planning to produce a runnable workflow with commands for scaffolding.

Do I need existing patterns to bootstrap a new domain application on the microservices-simulator?

You do not need existing patterns to start, as the bootstrap process uses a reference-first approach that leverages existing patterns like quizzes to accelerate delivery and ensure architectural consistency.