hermes-agent-skill-authoring
Author in-repo SKILL.md: frontmatter, validator, structure, and writing-quality principles. Published by NousResearch in hermes-agent.
What is hermes-agent-skill-authoring?
Author in-repo SKILL.md: frontmatter, validator, structure, and writing-quality principles. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use hermes-agent-skill-authoring
- Use it for writing.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: skills/software-development/hermes-agent-skill-authoring/SKILL.md
What it does
Author in-repo SKILL.md: frontmatter, validator, structure, and writing-quality principles.
Skill instructions
Authoring Hermes-Agent Skills (in-repo) Overview There are two places a SKILL.md can live: 1. User-local: ~/.hermes/skills/<maybe-category/<name/SKILL.md — personal, not shared. Created via skillmanage(action='create'). 2. In-repo (this skill is about this case): /home/bb/hermes-agent/skills/<category/<name/SKILL.md — committed, shipped with the package. Use writefile + git add. skillmanage(action='create') does NOT target this tree. When to Use - User asks you to add a skill "in this branch / repo / commit" - You're committing a reusable workflow that should ship with hermes-agent - You're editing an existing skill under /home/bb/hermes-agent/skills/ (use patch for small edits, writefile for rewrites; skillmanage still works for patch on in-repo skills, but not for create) Required Frontmatter Source of truth: tools/skillmanagertool.py::validatefrontmatter. Hard requirements: - Starts with --- as the first bytes (no leading blank line). - Closes with \n---\n before the body. - Parses
Explore related resources
Frequently asked questions
What is hermes-agent-skill-authoring?
hermes-agent-skill-authoring is a open-source AI agent skill with Copy skill directory. Author in-repo SKILL.md: frontmatter, validator, structure, and writing-quality principles.
Who is hermes-agent-skill-authoring best for?
hermes-agent-skill-authoring is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install hermes-agent-skill-authoring?
Install or run hermes-agent-skill-authoring using Copy skill directory. Check hermes-agent-skill-authoring for the latest setup command.
Is hermes-agent-skill-authoring actively maintained?
hermes-agent-skill-authoring may need a closer maintenance check before production use.
Auto-fetched from GitHub.