Save Harness
Purpose
Route reusable agent assets into the correct location in this repository.
Current harness root: ~/Documents/harness
Save rules
- Save reusable skills under
skills/<skill-name>/SKILL.md. - Save reusable prompts under
prompts/<prompt-name>. - Keep skill names and prompt names short, descriptive, and filesystem-safe.
- Prefer updating an existing skill or prompt when the user is clearly refining one that already exists.
Skill format
- Start with YAML frontmatter containing
nameanddescription. - Keep the body concise and action-oriented.
- Use relative links to adjacent reference files only when they are actually needed.
- Do not create extra files for a simple skill unless the instructions would be clearer split out.
Prompt format
- Save the prompt as plain text or Markdown, whichever best matches the content.
- Keep the prompt directly usable without extra wrapper explanation.
- If the user gives a title, use that as the filename when practical.
Working rule
When the user asks to save something into the harness and the target is not otherwise specified:
- A reusable workflow or standing instruction belongs in
skills/. - A reusable one-off drafting or review instruction belongs in
prompts/.
If both are requested, save both in their respective directories.