원클릭으로
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"