learning-now

Captures session insights into a self-learning log and knowledge index.

1|Updated Nov 25, 2021
One-click install
npx skills add https://github.com/rstagi/dotfile --skill learning-now-rstagi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learning-now
Source: https://github.com/rstagi/dotfile/tree/main/.claude/skills/self-learning
Command: npx skills add https://github.com/rstagi/dotfile --skill learning-now-rstagi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Valuable insights and lessons learned during an AI-assisted session are often lost once the conversation ends. This Skill lets you manually trigger a structured reflection that preserves those learnings for future sessions. ## Core Features & Use Cases - Session Reflection: Reviews the current conversation to extract reusable insights, patterns, and lessons. - Persistent Knowledge Log: Writes captured learnings to a daily log and updates CORE.md and index.json in the self-learning directory. - Version-Controlled Memory: Commits the updated knowledge base to git so learnings are tracked over time. - Use Case: After a long debugging session where you discovered a non-obvious fix, invoke this Skill to record the insight so future sessions can recall it. ## Quick Start Ask the assistant to reflect on this session and save any valuable learnings to the self-learning log.

Frequently Asked Questions about learning-now

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

FAQPage Schema
How do I save learnings from an AI chat session?

Invoke the learning-now skill to trigger a reflection on the current session. It reviews the conversation, extracts insights, writes them to a daily log, and updates CORE.md and index.json in the self-learning directory.

What is a self-learning reflection workflow for AI assistants?

It is a process where the assistant reviews the current conversation, identifies reusable insights, and persists them to a structured knowledge base. This skill follows a protocol defined in reflect-prompt.md and commits results with git.

Does the reflection run automatically after each session?

No, this skill is manually triggered by the user via the user_invocable flag. You must explicitly invoke it when you want the current session's learnings captured.

Where are the captured learnings stored?

Learnings are stored in ~/.claude/self-learning/, including a daily log, CORE.md, and index.json. Changes are committed to git so the knowledge base is version-controlled.

What happens if a session has nothing worth logging?

The skill reports back that the session was too trivial to log. It only writes to the daily log and updates the index when the reflection protocol identifies genuinely valuable insights.