ワンクリックで
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