jframe-module-dev

Implement and debug handler, service, dao, and model code in jframe modules.

5|4|Updated May 13, 2024
One-click install
npx skills add https://github.com/juanjiTech/jframe --skill jframe-module-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jframe-module-dev
Source: https://github.com/juanjiTech/jframe/tree/main/.claude/skills/jframe-module-dev
Command: npx skills add https://github.com/juanjiTech/jframe --skill jframe-module-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers efficiently implement, enhance, and troubleshoot code within existing jframe modules, streamlining development workflows.

Core Features & Use Cases

  • Code Implementation: Write handler, service, dao, and model layer code to expand or modify module functionality.
  • Integration & Wiring: Assist with wiring layers through mod.go and DI setup.
  • Testing & Debugging: Guide on writing unit, integration, and handler tests, plus troubleshooting DI issues.

Quick Start

Use the jframe-module-dev skill to generate a template code structure for an existing module and set up initial handler and service functions.

Frequently Asked Questions about jframe-module-dev

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

FAQPage Schema
How do I implement handler, service, and dao layers in a jframe module?

To implement jframe module layers, write handler, service, dao, and model layer code to expand functionality. This guides developers in coding within existing modules by structuring Go application logic across architectural boundaries.

How do I troubleshoot dependency injection wiring issues in jframe?

Troubleshooting dependency injection wiring issues in jframe involves debugging DI setup and verifying component connections. It facilitates resolving wiring problems to support robust module development workflows and ensure proper integration.

What is the best way to write tests for jframe module development?

The best way to write tests for jframe module development is creating unit, integration, and handler tests. This guides developers through testing Go code to ensure robust functionality and verify layer interactions.

Do I need to know Go coding practices to use jframe module development?

Yes, you need familiarity with jframe architecture and Go coding practices to use jframe module development. It requires prerequisite knowledge of these concepts to assist in coding, testing, and troubleshooting effectively.

How do I register routes and wire layers through mod.go in jframe?

Registering routes and wiring layers through mod.go in jframe involves configuring the module file to connect handlers and services. This assists with integration and DI setup to establish new feature pathways within the application.