archive▌
resciencelab/opc-skills · updated Apr 8, 2026
Capture, index, and reuse project knowledge across sessions.
Archive Skill
Capture, index, and reuse project knowledge across sessions.
When to Archive
- After completing a significant task (deploy, migration, major feature)
- After resolving a tricky debugging session
- When the user says "archive this"
- After any multi-step process with learnings worth preserving
When to Consult Archives
- Before debugging infrastructure, deploy, or CI issues
- Before repeating a process done in a past session
- When encountering an error that may have been solved before
Search: grep -ri "keyword" .archive/
Index: .archive/MEMORY.md
Archive Workflow
- Read
.archive/MEMORY.md— check for related existing archives - Create
.archive/YYYY-MM-DD/directory if needed - Write markdown file with YAML frontmatter (see
references/TEMPLATE.md) - Update
.archive/MEMORY.md: add one-line entry under the right category - If related archives exist, add
relatedfield in frontmatter
Lookup Workflow
- Read
.archive/MEMORY.mdto find relevant entries - Read the specific archive file for detailed context
- Apply learnings to current task
Categories
- infrastructure — AWS, ECS, IAM, networking, secrets, CloudWatch
- release — TestFlight, versioning, Git Flow, CHANGELOG
- debugging — Bug fixes, error resolution, gotchas
- feature — Feature design, implementation notes
- design — UI/UX, icons, visual design
Rules
.archive/must be in.gitignore— local-only notes- Keep entries concise but reproducible
- Focus on problems, fixes, and exact commands
- Always update MEMORY.md after creating an archive
- Use descriptive filenames (e.g.,
cloudwatch-logging.mdnotsession.md) - Include YAML frontmatter with
tags,category, and optionalrelated
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★40 reviews- ★★★★★Li Anderson· Dec 28, 2024
Useful defaults in archive — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★William Huang· Dec 24, 2024
archive fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Mateo Mensah· Dec 24, 2024
archive is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Lucas Haddad· Dec 16, 2024
Solid pick for teams standardizing on skills: archive is focused, and the summary matches what you get after install.
- ★★★★★Kiara Srinivasan· Dec 12, 2024
Registry listing for archive matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Ava Harris· Nov 15, 2024
I recommend archive for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Meera Singh· Nov 15, 2024
Keeps context tight: archive is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Kabir Kim· Nov 7, 2024
archive has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Sakshi Patil· Nov 3, 2024
Useful defaults in archive — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Neel Liu· Oct 26, 2024
archive fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
showing 1-10 of 40