task-scaffold-back

Generate .NET backend scaffolding for foundations, bounded contexts, or aggregates.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/FoxSilou/ConfigurationClaude --skill task-scaffold-back
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: task-scaffold-back
Source: https://github.com/FoxSilou/ConfigurationClaude/tree/main/.claude/skills/task-scaffold-back
Command: npx skills add https://github.com/FoxSilou/ConfigurationClaude --skill task-scaffold-back

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It streamlines the creation of backend project scaffolding, letting users instantly generate the base solution, a new bounded context, or the full plumbing for a specific aggregate, removing manual setup effort.

Core Features & Use Cases

  • Foundation mode: Generates shared domain, infrastructure, read‑layer, API shell, and end‑to‑end test harness for a fresh project.
  • Bounded context mode: Adds persistence, ports, API endpoints, dependency injection, and test fakes for a new domain context.
  • Aggregate mode: Produces typed IDs, events, repository, command/query handlers, projections, and API endpoints for a specific aggregate. Typical use: a developer starting a new microservice can ask the skill to scaffold the entire backend structure with a single command.

Quick Start

Ask the scaffold skill to create a new bounded context named “Billing”.

Frequently Asked Questions about task-scaffold-back

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

FAQPage Schema
How do I scaffold a .NET backend solution with bounded contexts and aggregates?▼

To scaffold a .NET backend, generate a base solution structure, add a bounded context with persistence and API endpoints, or create aggregate plumbing including typed IDs, events, and repository handlers.

What is the best way to add a new bounded context to an existing microservice?▼

The best way to add a bounded context is to generate persistence, ports, API endpoints, dependency injection wiring, and test fakes instantly, removing manual setup effort for your microservice.

Do I need to manually create aggregate plumbing like command handlers and projections?▼

No, you do not need to manually create aggregate plumbing. Scaffolding automatically produces typed IDs, events, repositories, command and query handlers, projections, and API endpoints for a specific aggregate.

Can I generate a complete backend foundation including infrastructure and test harness?▼

Yes, you can generate a complete backend foundation in foundation mode, which creates shared domain layers, infrastructure, read layers, API shells, and an end-to-end test harness for fresh projects.

Does .NET backend scaffolding support adding domain contexts without creating a new solution?▼

Yes, .NET backend scaffolding supports adding domain contexts without a new solution. Bounded context mode adds persistence, ports, API endpoints, dependency injection, and test fakes to an existing project.