Profile Craft

Generuje a validuje instalovatelné repozitáře profilů Hermes Agent

od codegraphtheory · codegraphtheory/hermes-profile-template

Funguje s nastavením ★ 7.6/10

Profile Craft — Generuje a validuje instalovatelné repozitáře profilů Hermes Agent

Co umí

Převádí popsaného agenta na distribuci profilu Hermes Agent — SOUL.md, distribution.yaml, config, .env.EXAMPLE, docs, CI a release checks — zápisem params YAML a spuštěním generátoru a validátoru repozitáře. Spouští se při sestavování, revizi nebo kontrole vydání repozitáře profilu Hermes. Zaměřeno na Hermes runtime spíše než na Claude Code, a dodaná složka skillu není soběstačná.

Testovací report

Vytvořil jsem stejný CSV-cleanup agent profile dvakrát a spustil repo's own validator over both: the hand-written version was six files and failed on a missing AGENTS.md, while the generator produced a 47-file distribution — CI workflow, release guard, SECURITY.md, template lineage, the preserved profile prompt — that validated on the first try. The oracle is weaker than it looks, though: dropping a one-line AGENTS.md stub into the hand-written version made it pass too. The generated repo also carries about ten files copied verbatim from the template that have nothing to do with the profile, including a launch kit, a contributor backlog and a git-history purge script, and it leaves skills/ empty and mcp.json blank despite the skill promising skills and MCP stubs. Setup rather than pass because the shipped skill folder is only SKILL.md while its workflow calls scripts/ and templates/ at the repo root, so a plain copy leaves every step pointing at nothing, and the final install step needs a hermes binary that is not on this machine.

Testováno: 2026-08-07 · Claude Code 2.x (agent harness)

Instalace

git clone --depth 1 https://github.com/codegraphtheory/hermes-profile-template.git
mkdir -p ~/.claude/skills/profile-craft
cd hermes-profile-template && cp -r scripts templates docs examples CHANGELOG.md CONTRIBUTING.md SECURITY.md Makefile requirements.txt LICENSE README.md ~/.claude/skills/profile-craft/ && cp skills/profile-craft/SKILL.md ~/.claude/skills/profile-craft/SKILL.md

Příkazy a ukázkové prompty

  • /profile-craftGeneruje a validuje instalovatelné repozitáře profilů Hermes Agent

Skilly se spouštějí běžnými požadavky — žádné příkazy k zapamatování. Po instalaci ho aktivují prompty jako tyto (anglicky):

  • Generate a Hermes Agent profile repo for a CSV cleaning reviewer
  • Validate this Hermes profile distribution before we release it
  • Scaffold SOUL.md and distribution.yaml for a new Hermes agent