scaffold-create-operation
CommunityScaffold create operations for backend APIs.
Authoraalmada
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates the creation of new resources by starting a stream in the Backend API.
Core Features & Use Cases
- Create a domain event (named {Resource}Created) in src/BookStore.ApiService/Events/
- Define a Create{Resource} command in src/BookStore.ApiService/Commands/{Resource}/
- Implement the Endpoint at src/BookStore.ApiService/Endpoints/{Resource}Endpoints.cs
- Update projections to handle the {Resource}Created event
Quick Start
Apply this skill to scaffold a new Create{Resource} operation following the templates. Replace {Resource} with your domain resource and implement Event.cs in src/BookStore.ApiService/Events/, Command.cs in src/BookStore.ApiService/Commands/{Resource}/, and Endpoint.cs in src/BookStore.ApiService/Endpoints/{Resource}Endpoints.cs. Then ensure projections handle {Resource}Created.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: scaffold-create-operation Download link: https://github.com/aalmada/BookStore/archive/main.zip#scaffold-create-operation Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.