skills/openspec-skills/openspec-archive/SKILL.md
Archive a completed change with `/opsx:archive`, merging delta specs into main specs and preserving the change for history. Use when the user says "archive the change", "finish up", "/opsx:archive", or "mark this change as done".
npx skillsauth add teachingai/agent-skills openspec-archiveInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use /opsx:archive to finalize a completed change. Archives by merging delta specs into the main openspec/specs/ directory and moving the change folder to openspec/changes/archive/.
Run archive
/opsx:archive — archive the current/inferred change./opsx:archive <change-name> — archive a specific change.What happens
openspec/specs/ (ADDED / MODIFIED / REMOVED sections).openspec/changes/archive/YYYY-MM-DD-<name>/.All artifacts preserved
| Section | What happens |
|---------|--------------|
| ## ADDED Requirements | Appended to main spec |
| ## MODIFIED Requirements | Replaces existing requirement in main spec |
| ## REMOVED Requirements | Deleted from main spec |
openspec/specs/.openspec/changes/archive/YYYY-MM-DD-<name>/.development
Guidance for Next.js using the official docs at nextjs.org/docs. Use when the user needs Next.js concepts, configuration, routing, data fetching, or API reference details.
tools
Provides comprehensive guidance for Flask framework including routing, templates, forms, database integration, extensions, and deployment. Use when the user asks about Flask, needs to create web applications, implement routes, or build Python web services.
development
Provides comprehensive guidance for FastAPI framework including routing, request validation, dependency injection, async operations, OpenAPI documentation, and database integration. Use when the user asks about FastAPI, needs to create REST APIs, or build high-performance Python web services.
development
Provides comprehensive guidance for Django framework including models, views, templates, forms, admin, REST framework, and deployment. Use when the user asks about Django, needs to create web applications, implement models and views, or build Django REST APIs.