ソース情報
- リポジトリ
- zapek/Xeres
- ソースの最終更新活動
- 2026年8月22日 13:57
- 検出された SKILL.md の言語
- 英語
- スター
- 216
- フォーク
- 24
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/zapek/Xeres --skill translationsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
ArchUnit architecture rules enforced in Xeres including common module rules (logging, utility classes), app module rules (no field injection, RsService naming), and UI module rules (WindowController naming).
Cryptography patterns for Xeres including PGP operations, key generation, and hash functions with best practices.
DTO and mapper patterns for Xeres using Java records, canonical constructors with validation, and static mapper utility classes.
SKILL.md を表示中
| name | translations |
| description | How to translate the help files and the i18n properties files |
The source language is English (en).
The target languages are:
The properties files are located in the common module, in src/main/resources/i18n. The english file is messages.properties and the translations have the same filename with the language's code appended, for example messages_fr.properties for French.
The master file is the English one. All translations need to follow the same structure, including key names, their order and the comments in the file (prefixed by #)
The help files are Markdown files located in the ui module, in src/main/resources/help. They're organized by subdirectories with the name of the language code, for example the subdirectory en contains the English language.
Except for 00.Index.md which is the main index file, all other files should have their name in the language translation. The prefix (for example 03a must not be translated).
For example: 01.Getting Started.md gives 01.Configuración rápida.md for Spanish.
If there are inline images (using data: base64 URIs), they must be copied into the translation as-is.
To quickly find what needs to be done, check when the properties translations were last modified, then check all modifications in messages.properties since then. Then apply all modifications, additions, removals to the translation files.
A similar way has to be done for the help files.