بنقرة واحدة
module-creation-template
Template for creating new skills in the ZGO project
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Template for creating new skills in the ZGO project
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
ZGO API development standards including pagination, error handling, and RESTful design
Test patterns, mocking strategies, and organization best practices
Standardized error format, error code clusters, and API client usage for consistent error handling.
Specifications for Zustand stores, React Query hooks, and the Service-Hook-Type pattern with optimistic updates.
Strict rules for environment variable management using Zod validation and src/config/env.ts.
Guidelines for managing internationalization (i18n) in the project using next-intl and unified translation patterns.
| name | module-creation-template |
| description | Template for creating new skills in the ZGO project |
| version | 1.0.0 |
| category | meta |
| tags | ["template","scaffolding"] |
| author | ZGO Team |
| updated | "2026-01-24T00:00:00.000Z" |
[Describe what this skill does and what problem it solves]
Example: This skill guides you through creating a standardized DDD module in the ZGO framework.
[Describe the scenarios when this skill should be invoked]
Example:
List all required tools, permissions, and knowledge:
Break down the task into clear, actionable steps:
Brief description of what this step accomplishes.
Actions:
# Command examples
mkdir -p path/to/directory
Expected outcome:
Continue with next step...
Code example:
// Provide code snippets
package example
type ExampleStruct struct {
Field string
}
Always include a validation step:
Automated checks:
# Run validation script
./scripts/validate-something.sh
Manual verification:
Symptom: Description of the error message or behavior
Cause: Why this error happens
Solution:
Prevention: How to avoid this in the future
[Same structure as above]
[Provide a complete, real-world example]
// Full code example
[Another example showing variation]
Link to other relevant skills:
skill-name-1: Description of how it relatesskill-name-2: Description of how it relatesWhen creating a new skill, replace all bracketed sections with actual content.
command Y to do X"