Expand description
Hermes-style self-improving skills for AI agents.
Skills are directories containing a SKILL.md file with frontmatter metadata
and a markdown body. Stored under a skills directory (typically .houston/skills/).
Modules§
- format
- SKILL.md frontmatter parsing and serialization.
- index
- Skills index builder for system prompt injection.
- patch
- Whitespace-normalized fuzzy find-and-replace for skill content.
Structs§
Enums§
Functions§
- build_
skills_ index - Build compact skills index for system prompt injection.
- create_
skill - Create a new skill directory with SKILL.md.
- delete_
skill - Delete a skill (removes entire directory).
- edit_
skill - Full rewrite of skill content (preserves frontmatter metadata, increments version).
- list_
skills - List all skills. Returns name + description only (progressive disclosure).
- load_
skill - Load a skill’s full content. Updates
last_usedin frontmatter. - patch_
skill - Fuzzy find-and-replace within a skill’s content. Increments version.