Files
discussions/.wiki/raw/research/hermes-agent-skills/how-to-create.md
vitya e749570e6c Promote hermes-skills-rollout → claude-skills wiki + 7 tasks; archive
Design doc: claude-skills/.wiki/concepts/hermes-skills-rollout-design.md
(commits b3dc1251 + 5ae14fd6 + 0f65e057).

Tasks created:
- claude-skills#hermes-converter-mvp (ready)
- claude-skills#hermes-flavour-mcp-setups (blocked-by hermes-converter-mvp)
- claude-skills#hermes-installer-skill (blocked-by hermes-converter-mvp)
- claude-skills#hermes-mvp-coverage (blocked-by 3 upstream)
- claude-skills#hermes-converter-ci (blocked-by hermes-mvp-coverage, deferred)
- common#tasks-close-normalize-body (ready, discipline pre-req)
- claude-skills#using-tasks-close-coverage-gate (ready, discipline pre-req
  — extended 879957d9 to also cover scope-priority at recommendation time)

Buffer archived from .brainstorm/ → .archive/2026-05-06-hermes-skills-rollout.md.
Research clippings captured at .wiki/raw/research/hermes-agent-skills/.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 00:03:43 +03:00

45 lines
7.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
А как тебе новые скилы добавить?
────────────────────────────────────────
┊ 📚 skill hermes-agent-skill-authoring 0.0s
─ ⚕ Hermes ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Есть два способа добавить скиллы в Hermes:
1. Локальные (только для тебя) — через skill_manage(action='create'):
Пишутся в ~/.hermes/skills/<категория>/<имя>/SKILL.md. Работают только на твоей машине, не переносятся на другие.
2. В репозитории (как раз то, что ты склонировал) — через write_file:
Пишутся в дерево репозитория skills/<категория>/<имя>/SKILL.md, коммитятся, пушатся — и становятся доступны всем, кто клонирует репу.
Структура SKILL.md:
yaml
name: my-cool-skill
description: Use когда <триггер>. <что делает>.
version: 1.0.0
author: Hermes Agent
license: MIT
metadata:
hermes:
tags: [tag1, tag2]
related_skills: [other-skill]
My Cool Skill
Overview
Краткое описание: что и зачем.
When to Use
- Когда триггер X
- Не использовать для: Y
<Разделы с инструкциями>
...
Common Pitfalls
1. Типичная ошибка → как исправить
Verification Checklist
- [ ] Проверка 1
Категории уже есть в репе: autonomous-ai-agents, creative, data-science, devops, email, gaming, github, mcp, media, mlops, note-taking,
productivity, red-teaming, research, smart-home, social-media, software-development и др.
Хочешь создать новый скилл? Скажи какой — я подготовлю SKILL.md, запишу в репозиторий и закоммичу.