schroneko/skills

archive

Archive only the current Codex App thread when the user invokes /archive or $archive to finish the current thread. Use the Codex App thread archive tool without passing a thread id so no other thread is archived.

First seen Jul 5, 2026

Installation

$ npx skills add schroneko/skills --skill archive

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from schroneko/skills · top by installs.

npx skills add schroneko/skills

Browse all from schroneko/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,160 B
  • docs SUMMARY.md 227 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 14 installs

SKILL.md

Archive

Archive the calling Codex App thread and stop. This skill is only for finishing the current thread.

Rules

  • Use this skill only when the user invokes /archive, invokes $archive, or clearly asks to archive the current Codex App thread with this skill.
  • Archive only the calling thread.
  • Call setthreadarchived with archived: true and omit threadId.
  • Do not list, search, read, rename, pin, unarchive, send messages to, or archive any other thread.
  • Do not pass a thread id, even if one is visible in context.
  • Do not implement /exit, aliases, slash-command parsing, navigation, title changes, cleanup, commits, or any extra behavior.
  • After the tool succeeds, reply with a short completion message only.

Required Tool Call

{"archived": true}

Failure

If the archive tool is unavailable or fails, report only that the current thread could not be archived.