AGENTS.md ยท diff

git:20260704.b779a3e to git:20260716.7bf516a

18 added, 12 removed. Audit A to A.

# AGENTS.md
## Repo Role
- Repo: `frankxai/awesome-hermes-agent-skills`
- - Class: public companion skill-pack index for Hermes Agent
- - Default health command: `git diff --check`
+ - Class: public companion **skill-pack** index + Skill Portfolio OS for Hermes Agent
- Remote: `https://github.com/frankxai/awesome-hermes-agent-skills`
+ - Companion ops list: `https://github.com/frankxai/awesome-hermes-agents`
- This repo is currently an empty companion repository. Do not describe it as a
- complete skill marketplace until it contains curated skills, provenance notes,
- and a validation path.
+ ## Split
+ | Concern | Repo |
+ | --- | --- |
+ | Profiles, Kanban, deploy, operator guides | awesome-hermes-agents |
+ | SKILL.md packs, portfolio OS, free vs gated | **this repo** |
+
## Publishing Rules
- - Each skill should live in its own folder with `SKILL.md`.
- - Each skill needs purpose, inputs, outputs, required tools, safety boundaries,
- and provenance.
- - Avoid copying private FrankX/Starlight runtime state, tokens, or internal
- strategy into public skill examples.
- - Link back to `awesome-hermes-agents` for operator guidance and
- `NousResearch/hermes-agent` for official engine behavior.
+ - Each skill lives in `skills/<name>/SKILL.md` (plus optional references/scripts).
+ - Each skill needs purpose, inputs, outputs, required tools, safety boundaries, and provenance.
+ - Avoid copying private FrankX/Starlight runtime state, tokens, or internal strategy into public skill examples.
+ - Link back to `awesome-hermes-agents` for operator guidance and `NousResearch/hermes-agent` for official engine behavior.
+ - Skill Portfolio OS SSOT: `docs/skill-portfolio-os/` (not estate `starlight/ops` redirects).
+
+ ## Default health
+
+ - `git diff --check`
+ - Prefer draft PRs for large README churn; batch docs commits with `[skip ci]` only when CI is pure link-check noise and links were verified locally.