fullstackhero / add-module
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/add-module && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3443" && unzip -o skill.zip -d .claude/skills/add-module && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/add-module/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Create a new module (bounded context) with proper project structure, permissions, DbContext, and registration. Use when adding a new business domain that needs its own entities and endpoints.
0 views
0 installs