new-module

Generate business modules with service layers and API routes in the Goofish system.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wztlink1013/goofish-tanstack --skill new-module-wztlink1013
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-module
Source: https://github.com/wztlink1013/goofish-tanstack/tree/main/.claude/skills/new-module
Command: npx skills add https://github.com/wztlink1013/goofish-tanstack --skill new-module-wztlink1013

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating new business modules with a service layer and API routes, making it easy to extend backend functionality in the Goofish system.

Core Features & Use Cases

  • Module Creation: Generate a new business module with a predefined structure.
  • Service Layer: Automatically generate service layer code to handle CRUD operations.
  • API Routes: Create API server routes for the new module.
  • Use Case: When you need to add a new feature like a user dashboard or project management, use this Skill to get started quickly.

Quick Start

Create a new module for "project management" by running 'new-module create project-management project management for tracking tasks and milestones'.

Frequently Asked Questions about new-module

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

FAQPage Schema
How do I automate backend service layer and API route creation for new modules?

To automate backend service layer and API route creation, this Skill generates new business modules with predefined structures, handling CRUD operations and route setup automatically. It provides a quick starting point for extending backend functionality.

What is the fastest way to add a new feature like project management to my backend framework?

The fastest way to add a feature like project management is running the new-module creation command with the module name and description. This automatically scaffolds the necessary service layer and API server routes.

Does this module creation Skill work without external dependencies?

Yes, this module creation Skill works without external dependencies. It operates independently to generate the required service layer code and API routes within the predefined architectural pattern of your SaaS framework.

Can I use this to generate CRUD operations for a new data model?

Yes, you can use this to generate CRUD operations for a new data model. It automatically creates the service layer code required to handle these operations alongside the corresponding API server routes.

What is the best way to structure API routes when extending backend services?

The best way to structure API routes when extending backend services is using a predefined architectural pattern. This Skill automatically scaffolds both the service layer and API server routes to ensure consistent module creation.