learn — community learn, motoko, joshuacook, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Knowledge Management Agents requiring intelligent updates of roles and documents based on session summaries. Process inbox summaries and update system knowledge. Curates role Right Now sections, appends Recent Context, updates central docs. Intelligent curation, not just appending.

joshuacook joshuacook
[0]
[0]
Updated: 3/12/2026

Quality Score

Top 5%
36
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add joshuacook/motoko/learn
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The learn skill by joshuacook is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for Knowledge Management Agents requiring intelligent updates of roles and documents based on session summaries.

Core Value

Empowers agents to intelligently curate knowledge using the Context Lake pattern with MCP integration, enabling efficient updates of roles and documents through intelligent session summary analysis and appending relevant information to role structures.

Capabilities Granted for learn

Automating role updates based on session summaries
Intelligently curating recent context for roles
Appending timestamped session summaries to role documents

! Prerequisites & Limits

  • Requires session summaries in inbox
  • Limited to updating roles and documents based on 30-day recent context
Project
SKILL.md
2.2 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Learn (System Learning)

Intelligently update roles and docs based on session summaries.

When to Activate

  • User says: "learn", "update roles"
  • After compressing sessions
  • When inbox has session summaries

Approach

OLD: Append bullets to logs NEW: Intelligent curation

Role structure:

  • What This Role Does (rarely changes)
  • Right Now ← CURATE (what's currently relevant)
  • Recent Context ← APPEND (timestamped, last 30 days)
  • How This Role Operates (rarely changes)

Process

1. Read Inbox

bash
1ls inbox/session-summaries/ 2cat inbox/session-summaries/*.md

2. Analyze Changes

Extract from summaries:

  • Decisions made
  • Tools/workflows built
  • Role activity
  • Context changes

Categorize:

  • Right Now: What's newly relevant for ongoing work
  • Recent Context: Timestamped decisions (auto-prune > 30 days)

3. Create Branch

bash
1git checkout -b learning-$(date +%Y-%m-%d)

4. Update Roles

For each affected role:

A. Read Current Role

bash
1cat roles/[role-file].md

B. Curate "Right Now"

This is CURATION, not appending:

  1. Read existing "Right Now"
  2. Add newly relevant context
  3. Remove stale/no-longer-relevant items
  4. Keep tight (5-10 bullets max)

C. Append "Recent Context"

Add timestamped entry at top:

markdown
1## Recent Context (Last 30 Days) 2 3**YYYY-MM-DD:** [Summary] 4- Key point 1 5- Key point 2 6 7[...existing entries...]

Auto-prune if > 10 entries.

D. Update "Last Updated"

5. Commit and PR

bash
1git add roles/*.md 2git commit -m "System learning: [summary]" 3git push -u origin learning-$(date +%Y-%m-%d) 4gh pr create --title "System Learning $(date +%Y-%m-%d)" --body "..." 5git checkout main

6. Report

System learning complete.

Processed: [N] session summaries
Roles updated: [list]
Branch: learning-YYYY-MM-DD
PR: #[number]

Next: Review and merge PR.

Curation Guidelines

"Right Now" = what's relevant:

  • Shapes how role operates TODAY
  • Would need to know this to do role's job
  • NOT just recent - could be weeks old but still relevant

"Recent Context" = what happened:

  • Timestamped decisions
  • Links to details if needed
  • Auto-prune oldest when > 10 entries

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is learn?

Ideal for Knowledge Management Agents requiring intelligent updates of roles and documents based on session summaries. Process inbox summaries and update system knowledge. Curates role Right Now sections, appends Recent Context, updates central docs. Intelligent curation, not just appending.

How do I install learn?

Run the command: npx killer-skills add joshuacook/motoko/learn. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for learn?

Key use cases include: Automating role updates based on session summaries, Intelligently curating recent context for roles, Appending timestamped session summaries to role documents.

Which IDEs are compatible with learn?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for learn?

Requires session summaries in inbox. Limited to updating roles and documents based on 30-day recent context.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add joshuacook/motoko/learn. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use learn immediately in the current project.

Related Skills

Looking for an alternative to learn or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

linear

Logo of lobehub
lobehub

Linear issue management. MUST USE when: (1) user mentions LOBE-xxx issue IDs (e.g. LOBE-4540), (2) user says linear, linear issue, link linear, (3) creating PRs that reference Linear issues. Provides

73.4k
0
Communication

testing

Logo of lobehub
lobehub

Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup

73.3k
0
Communication

zustand

Logo of lobehub
lobehub

Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation.

72.8k
0
Communication