一键导入
code
Code generation guidelines for this project. Use when writing code, functions, or classes. Enforces English naming, concise comments, and project conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Code generation guidelines for this project. Use when writing code, functions, or classes. Enforces English naming, concise comments, and project conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Compile dashboard and loyalty projects in dev mode with hot reload. Dashboard uses npm, loyalty uses Maven with Spring Boot DevTools.
Run integration tests for the Loyalty Points Program using the containerized test suite. All tests are defined in specs/testing.md.
Launch a complete production demo by rebuilding all images and starting the full stack. Use when preparing a fresh demonstration.
Run the development infrastructure stack with Docker Compose. Use when starting, stopping, or managing the dev environment.
Git commit guidelines for this project. Use when creating commits, writing commit messages, or preparing changes for version control. Enforces conventional commit format and English language.
Documentation guidelines for this project. Use when writing or updating markdown documentation, README files, or specifications. Enforces English language, table alignment, and ASCII diagram formatting.
| name | code |
| description | Code generation guidelines for this project. Use when writing code, functions, or classes. Enforces English naming, concise comments, and project conventions. |
| metadata | {"author":"Alexandre Roman","version":"1.0"} |
Guidelines for writing code in this project.
IMPORTANT: Always use English for all code elements:
Comments should be:
// Retry with exponential backoff to handle temporary network failures
const result = await retryWithBackoff(fetchData);
// Points are based on lifetime earned, not current balance
// This ensures level never decreases even after spending
const level = calculateLevel(totalPointsEarned);
// Fetch the data
const data = fetchData();
// Add 1 to counter
counter++;
// Loop through items
for (const item of items) { ... }
This is a demonstration project for Temporal workflow patterns.
See specifications in specs/ for:
specs/domain.mdspecs/workflow.mdspecs/api.mdspecs/architecture.md