name: wikispec-archive
description: Archive a change
Skill: wikispec-archive
Drive the agent through the full archive step for a wikispec change. You will use the wikispec tool which is a binary in the path, no need to install anything.
Steps
Determine the change name.
If the user provided a change name, use it exactly.
If no name is provided and no description is provided, assume that we will resume work on an existing active change. Use wikispec list to list all active changes. If there is only one name, assume that we will be working on this one, otherwise ask the user. Then skip step 2 (creation of the change) and proceed directly to step 3.
Follow instructions in a loop.
Repeat until the step is complete:
If the output contains instructions, follow them, then call the command again.
If the output signals that the step is already complete, stop looping and inform the user that the archive step is done and the implementation of the change is complete
1---2name: wikispec-archive3description: ---4---5--- 6name: wikispec-archive7description: Archive a change8--- 91011# Skill: wikispec-archive1213Drive the agent through the full `archive` step for a wikispec change. You will use the `wikispec` tool which is a binary in the path, no need to install anything.1415## Steps16171. **Determine the change name.**18 - If the user provided a change name, use it exactly.19 - If no name is provided and no description is provided, assume that we will resume work on an existing active change. Use `wikispec list` to list all active changes. If there is only one name, assume that we will be working on this one, otherwise ask the user. Then skip step 2 (creation of the change) and proceed directly to step 3.2021222. **Follow instructions in a loop.**23 Repeat until the step is complete:24 ```25 wikispec instructions --change <name> --step archive26 ```27 - If the output contains instructions, follow them, then call the command again.28 - If the output signals that the step is already complete, stop looping and inform the user that the archive step is done and the implementation of the change is complete
Run npx skillmds@latest add christianb93/wikispec-archive in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
christianb93 (@christianb93) published this skill. Their other Agent Skills are listed on their SkillMD profile.