persisting-bigpicture-learnings

Automate dated bigpicture synthesis snapshots into an append-only archive with a latest pointer.

2|1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/qte77/claude-code-plugins --skill persisting-bigpicture-learnings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: persisting-bigpicture-learnings
Source: https://github.com/qte77/claude-code-plugins/tree/main/plugins/cc-meta/skills/persisting-bigpicture-learnings
Command: npx skills add https://github.com/qte77/claude-code-plugins --skill persisting-bigpicture-learnings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persist bigpicture syntheses as dated snapshots in a learnings hub, with a latest pointer and an append-only archive to support cross-session compound learning and knowledge retention.

Core Features & Use Cases

  • Automated latest snapshot: writes to hub-path/latest.md to reflect the most recent synthesis.
  • Append-only archiving: stores each day's snapshot under hub-path/archive/YYYY-MM-DD.md, preserving history.
  • Cross-skill integration: other skills can read latest.md for contextual data and incremental updates.

Quick Start

Run /persisting-bigpicture-learnings with the path to the latest bigpicture output and the hub directory to update the learnings hub.

Frequently Asked Questions about persisting-bigpicture-learnings

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist bigpicture synthesis outputs as dated snapshots for cross-session learning?

To persist bigpicture synthesis outputs, this Skill automates capture by overwriting a latest.md pointer and appending daily snapshots to an archive/YYYY-MM-DD.md file. This preserves historical entries while maintaining an evolving knowledge base.

What is the best way to archive daily learning snapshots without losing previous entries?

Archiving daily learning snapshots is handled through an append-only directory structure. The Skill writes current insights to archive/YYYY-MM-DD.md, ensuring previous historical entries remain preserved and untouched during cross-session updates.

Does this knowledge base archiving tool automatically create hub directories if they are missing?

Yes, knowledge base archiving includes automatic hub creation. If the specified hub-path directory is missing, the Skill creates it automatically before writing the latest.md pointer and generating the dated archive snapshots.

Can other skills read the latest synthesis pointer for incremental updates?

Yes, other skills can read latest.md for contextual data. This cross-skill integration allows downstream workflows to access the most recent bigpicture synthesis, enabling incremental updates and compound learning across multiple sessions.

How do I start versioning documentation from multiple bigpicture runs into a central hub?

Versioning documentation starts by running the Skill with the path to your latest bigpicture output and the target hub directory. It then updates the latest pointer and stores the dated snapshot to automate your knowledge retention workflow.