Archives session learnings, debugging solutions, and deployment logs as indexed markdown with searchable tags. Maintains cross-session knowledge via .archive/MEMORY.md index.
How this skill is triggered — by the user, by Claude, or both
Slash command
/resciencelab-opc-skills:archiveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Capture, index, and reuse project knowledge across sessions.
Capture, index, and reuse project knowledge across sessions.
Search: grep -ri "keyword" .archive/
Index: .archive/MEMORY.md
.archive/MEMORY.md — check for related existing archives.archive/YYYY-MM-DD/ directory if neededreferences/TEMPLATE.md).archive/MEMORY.md: add one-line entry under the right categoryrelated field in frontmatter.archive/MEMORY.md to find relevant entries.archive/ must be in .gitignore — local-only notescloudwatch-logging.md not session.md)tags, category, and optional relatednpx claudepluginhub resciencelab/opc-skillsSaves, searches, recalls, digests, and prunes project learnings that persist across sessions. Use when the user wants to record knowledge or load prior learnings before starting work.
Captures learnings from completed development sessions into reusable knowledge files organized by pattern, pitfall, decision, tool insight, and process improvement.
Extracts reusable strategic knowledge from session history (architecture, patterns, ops) and updates local CLAUDE.md. Triggers on 'learn', 'save knowledge', or session ends.