Claude Code Plugins

Community-maintained marketplace

Feedback

Generate project artifact

@Rafael-Rueda/sardius
0
0

Creates an antifact following the project's patterns and methods. Use when you need to create a new artifact in a bounded context/module. Use to create new entities, services, repositories, or any other artifact in the application. It internally uses the /generate command.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Generate project artifact
description Creates an antifact following the project's patterns and methods. Use when you need to create a new artifact in a bounded context/module. Use to create new entities, services, repositories, or any other artifact in the application. It internally uses the /generate command.

Usage

/generate [artifact] [bounded-context] [name]

Instructions

  • The /generate command will tell you if you choose correctly an existent and valid artifact. Careful with this.
  • [MUST DO] You must call the code_understander skill if you didn't make it yet. This file contains the artifact implementation details and rules, and you MUST READ the respective artifact reference before calling the /generate command.
  • [MUST DO] Use the structure_understander skill, if you didn't make it yet, to read and understand the folder structure of the project, before starting implementing.