Sub-skill of hidden-folder-audit: specs/archive/ (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill specsarchive --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Specsarchive?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-specsarchive-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: hidden-folder-audit-specsarchive
description: 'Sub-skill of hidden-folder-audit: specs/archive/ (+1).'
version: 1.2.0
category: _internal
type: reference
scripts_exempt: true
---
# specs/archive/ (+1)
## specs/archive/
Standard location for completed specification plans.
```bash
# Archive completed plans (check YAML frontmatter for status: completed)
mkdir -p specs/archive
git mv specs/modules/<completed-plan>.md specs/archive/
```
## benchmarks/
Benchmark directories typically contain mixed content requiring separation.
| Subdirectory | Content | Action |
|--------------|---------|--------|
| `legacy_projects/` | Reference test data (*.dat, *.csv) | Move to `tests/fixtures/` |
| `reports/` | Timestamped HTML reports | Add to .gitignore |
| `results/` | Timestamped CSV/JSON | Add to .gitignore |
| Root `*.py` files | Benchmark scripts | Keep tracked |
```bash
*See sub-skills for full details.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.