backend-feature

Scaffold backend features with entities, DTOs, CQRS, and EF Core configurations.

4|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/pdevito3/FullstackTemplate --skill backend-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-feature
Source: https://github.com/pdevito3/FullstackTemplate/tree/main/.claude/skills/backend-feature
Command: npx skills add https://github.com/pdevito3/FullstackTemplate --skill backend-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill scaffolds backend features including new domain entities, new properties on existing entities, and new business operations. Use when creating a new domain entity, extending an existing entity with new properties, or adding new business features/commands.

Core Features & Use Cases

  • Vertical-slice scaffolding: Generate domain entities, DTOs, mappings, CQRS commands/queries, controllers, and EF Core configurations.
  • Entity Evolution: Easily extend existing entities with new properties or behaviors.
  • Use Case: Kick off a new module for a product or order domain in minutes, then focus on business rules rather than plumbing.

Quick Start

Use this skill to scaffold a new backend entity named "Product" with attributes Name and Price.