agentsclimarketplace

Openspec archive change

Skill TheSmuks/openspec-hermes/skills/openspec/openspec-archive-change

Use when working with OpenSpec in Hermes: archive one completed change, optionally syncing specs first.From its SKILL.md

Install
npx -y skills add TheSmuks/openspec-hermes --skill openspec-archive-change

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.0 KB, 376 tokens by cl100k_base, as published. Nobody here has run it

openspec-archive-change

Use this for OpenSpec's /opsx:archive workflow.

Hermes operating rules for OpenSpec

  • Work from the user's project root. If unknown, inspect the current directory first.
  • Ensure the OpenSpec CLI exists before using it: openspec --version. If missing, install with npm install -g @fission-ai/openspec@latest.
  • Initialize projects with openspec init --tools none unless the user also wants other AI-tool integrations. Hermes uses these skills, not OpenSpec-generated slash commands.
  • Prefer agent-compatible OpenSpec CLI calls with --json where available: openspec list --json, openspec status --change <id> --json, openspec instructions <artifact> --change <id> --json, openspec validate --all --json.
  • Read generated artifacts before editing or implementing. Do not invent OpenSpec state.
  • Run validation after changing OpenSpec artifacts: openspec validate <change> or openspec validate --all.
  • Keep changes focused. If user scope diverges, update the existing change only when intent is the same; otherwise create a new change.

Procedure

  1. Identify the change.
  2. Run openspec status --change <name> --json and inspect task completion.
  3. Run openspec validate <name> unless explicitly skipped.
  4. Prefer openspec archive <name> --yes so the CLI performs official merge and archive flow.
  5. Use --skip-specs only for changes that genuinely do not alter specs.
  6. Verify archived folder exists at openspec/changes/archive/YYYY-MM-DD-<name>/.
  7. Run openspec validate --all after archiving.
  8. Report archive path and validation result.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,834. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.