一键导入
encoding
Encoding guidelines for this project. Use when creating or modifying files. Enforces UTF-8 encoding as the default standard.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Encoding guidelines for this project. Use when creating or modifying files. Enforces UTF-8 encoding as the default standard.
用 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.
Code generation guidelines for this project. Use when writing code, functions, or classes. Enforces English naming, concise comments, and project conventions.
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.
| name | encoding |
| description | Encoding guidelines for this project. Use when creating or modifying files. Enforces UTF-8 encoding as the default standard. |
| metadata | {"author":"Alexandre Roman","version":"1.0"} |
Default encoding standard for this project.
Always use UTF-8 encoding for all files.
This includes:
When applicable, specify encoding explicitly:
<meta charset="UTF-8">
<?xml version="1.0" encoding="UTF-8"?>
# -*- coding: utf-8 -*-
\n) for all files\r\n) except when required by Windows-specific tools