archive

resciencelab/opc-skills · updated Apr 8, 2026

$npx skills add https://github.com/resciencelab/opc-skills --skill archive
0 commentsdiscussion
summary

Capture, index, and reuse project knowledge across sessions.

skill.md

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

  1. Read .archive/MEMORY.md — check for related existing archives
  2. Create .archive/YYYY-MM-DD/ directory if needed
  3. Write markdown file with YAML frontmatter (see references/TEMPLATE.md)
  4. Update .archive/MEMORY.md: add one-line entry under the right category
  5. If related archives exist, add related field in frontmatter

Lookup Workflow

  1. Read .archive/MEMORY.md to find relevant entries
  2. Read the specific archive file for detailed context
  3. 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.md not session.md)
  • Include YAML frontmatter with tags, category, and optional related

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.740 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

1 / 4