learn

Process inbox session summaries to update system knowledge and documentation.

1|1|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/joshuacook/motoko --skill learn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/joshuacook/motoko/tree/main/.claude/skills/learn
Command: npx skills add https://github.com/joshuacook/motoko --skill learn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates updating system knowledge by processing inbox session summaries, curating the "Right Now" section, appending "Recent Context", and refreshing central documentation. It reduces manual toil and keeps the knowledge base aligned with current work.

Core Features & Use Cases

  • Intelligent curation: Update the "Right Now" section with what's most relevant to current tasks.
  • Context history: Append timestamped "Recent Context" with auto-pruning for older entries.
  • Documentation updates: Refresh central docs to reflect recent decisions and workflows.
  • Branch + PR workflow: Create a learning branch and open a PR for review when updates are substantial.

Quick Start

After inbox session summaries are available, run learn to generate updated role docs and central knowledge, then push a PR for review.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I automate updates to my system documentation from recent work sessions?

This Skill processes inbox session summaries to automatically update your central knowledge base. It extracts decisions, workflows, and role changes from compressed sessions, curates your 'Right Now' section with current context, appends timestamped recent activity, and opens a PR for review—eliminating manual documentation toil.

What happens to my documentation when I run the learn command?

The learn command reads your inbox session summaries, analyzes recent changes to identify decisions and tool usage, creates a dated learning branch, updates your 'Right Now' section with newly relevant context, appends timestamped Recent Context entries with auto-pruning for entries older than 30 days, and pushes a PR with a status report.

Can I keep my documentation synced with my actual workflow without manual effort?

Yes. This Skill monitors session summaries and automatically refreshes central documentation to reflect your current decisions, tools, and role activity. It reduces manual curation by intelligently extracting what's relevant and maintaining a rolling 30-day context window with automatic pruning of older entries.

Do I need to manually create branches and PRs for documentation updates?

No. The Skill handles the entire workflow: it creates a date-stamped learning branch, commits your curated updates, pushes to remote, and automatically opens a PR for review. You only need to trigger it with the 'learn' command after inbox summaries are available.

What input data does this Skill need to work?

The Skill requires compressed inbox session summaries to be available. It reads from your inbox/session-summaries, extracts structured information about decisions and workflows, and uses that to intelligently update your role documentation and central knowledge base.