ワンクリックで
prompt-engineering
Turn a simple profile idea into a mature, production-quality Hermes profile prompt and generation brief.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Turn a simple profile idea into a mature, production-quality Hermes profile prompt and generation brief.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | prompt-engineering |
| description | Turn a simple profile idea into a mature, production-quality Hermes profile prompt and generation brief. |
| version | 0.1.0 |
| author | Hermes profile template |
| license | MIT |
| metadata | {"hermes":{"tags":["prompt-engineering","hermes","profiles","agent-design","profile-generation"]}} |
Use this skill when a user gives a short idea such as "make me a database migration reviewer" and wants a high-quality Hermes profile distribution.
The goal is not to make a longer prompt for its own sake. The goal is to turn a simple sentence into a mature profile specification that can generate an installable, safe, useful Hermes profile repo.
Minimum input:
Useful optional input:
From the user's simple sentence, infer:
Ask at most three clarifying questions only if missing information would materially change the generated profile. Otherwise proceed with explicit assumptions.
Create a Mature Profile Prompt with these sections:
Keep it specific enough that another agent could generate the profile repo without more context.
Map the mature prompt into templates/profile.params.yaml fields:
namedisplay_namedescriptiontoolsetsenv_requiresprinciplesscoperefusalsoutput_contractgithub_topicsAdd a profile_prompt field containing the mature prompt so the generated repo can preserve the design rationale in docs/profile-prompt.md when supported by the generator.
Run:
python3 scripts/generate_profile.py --params <params.yaml> --output <target-dir>
Then add any profile-specific bundled skill that materially improves the profile. Keep skills narrow, procedural, and domain-specific.
Run:
python3 <target-dir>/scripts/validate_profile.py <target-dir>
When Hermes is available, also run:
hermes profile install <target-dir> --name <smoke-name> --yes --force
.env.EXAMPLE only.When finishing, report: