CRMEB电商系统Agent

Explain CRMEB architecture and generate implementation plans for ThinkPHP 6 and Vue/UniApp stacks.

9.2k|2.1k|Updated Oct 27, 2018
One-click install
npx skills add https://github.com/crmeb/CRMEB --skill crmeb-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CRMEB电商系统Agent
Source: https://github.com/crmeb/CRMEB/tree/main/.codebuddy/skills/crmeb-agent
Command: npx skills add https://github.com/crmeb/CRMEB --skill crmeb-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers working with CRMEB often struggle to quickly understand the architecture and implement new features across multiple modules. This Skill acts as an intelligent dev assistant to accelerate architecture comprehension, guide feature design, and provide scaffolding for practical implementation.

Core Features & Use Cases

  • Understand CRMEB's modular architecture and core service patterns (app/services, crmeb core, and configuration) to reduce on-boarding time.
  • Plan, design, and scaffold new features across modules (user, product, order, payment, marketing) with concrete implementation steps.
  • Troubleshoot integration challenges and translate high-level requirements into actionable development plans.

Quick Start

Describe the CRMEB feature you want to implement, and I will generate an implementation plan with architecture notes and code scaffolding.

Frequently Asked Questions about CRMEB电商系统Agent

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

FAQPage Schema
How do I scaffold a new feature in a ThinkPHP 6 and Vue stack?

To scaffold a new feature in ThinkPHP 6 and Vue, this assistant generates structured implementation plans with actionable code scaffolding for controllers, services, and DAOs. It translates high-level requirements into concrete development steps across modules.

What is the service and DAO pattern used in CRMEB architecture?

The CRMEB architecture uses a modular service and DAO pattern within app/services and core directories to separate business logic from data access. This design reduces onboarding time by clarifying module boundaries and complex service interactions.

How do I plan code scaffolding for a new CRMEB module?

Planning code scaffolding for a new CRMEB module involves defining module boundaries and mapping service interactions before generating routes. The assistant provides a structured exploration of these patterns to deliver concrete implementation steps for user, product, and order modules.

Does this assistant support troubleshooting UniApp and ThinkPHP integration issues?

Yes, it supports troubleshooting integration challenges across UniApp and ThinkPHP 6 stacks by explaining architecture and debugging complex service interactions. It helps translate high-level requirements into actionable development plans to resolve conflicts.

Can I use this to design payment and marketing features across multiple modules?

You can use it to plan, design, and scaffold new features across payment and marketing modules with concrete implementation steps. It guides feature design by explaining the core service patterns required for these specific integrations across the system.

What is the best way to understand CRMEB core configuration and service patterns?

The best way to understand CRMEB core configuration and service patterns is through a structured exploration of module boundaries and service interactions. This approach accelerates architecture comprehension and reduces developer onboarding time.