save-learnings

Capture session learnings into memory, wiki, and team repositories.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/agentteamland/core --skill save-learnings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-learnings
Source: https://github.com/agentteamland/core/tree/main/skills/save-learnings
Command: npx skills add https://github.com/agentteamland/core --skill save-learnings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save learnings at the end of conversations across multiple persistence layers: the project memory, the mandatory wiki, the team repository, and the journal. It also auto-creates new skills, agent children files, and rules when repeating patterns are detected, removing the need for confirmation and enabling autonomous improvements.

Core Features & Use Cases

  • End-of-session capture: manual invocation or marker-driven extraction to summarize and categorize learnings.
  • Auto-create artifacts: new skills, rules, and children when applicable; updates agent memory and wiki accordingly.
  • Wiki-first truth: mandatory wiki updates ensure current knowledge across the project, with optional doc-sync and journal logging.
  • Team repo integration: changes are prepared, pushed, and summarized, enabling cross-team knowledge sharing.
  • Marker-driven scope: parses <!-- learning --> sections to focus processing and reduce overhead.

Quick Start

Run /save-learnings at the end of a session or with --from-markers to automatically collect learnings into memory, wiki, and the team repo.

Frequently Asked Questions about save-learnings

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

FAQPage Schema
How do I automatically save agent learnings to a team wiki and repository?

You can automatically save agent learnings to a team wiki and repository by running a session-end capture that extracts knowledge, updates project memory, pushes changes to the repo, and generates an activity report.

What is the best way to capture conversation learnings into project memory without manual confirmation?

The best way to capture conversation learnings without manual confirmation is using an autonomous process that detects repeating patterns and auto-creates new skills, rules, and agent children files directly from the session transcript.

How does marker-driven extraction work for end-of-session knowledge management?

Marker-driven extraction works by parsing specific comment tags in your transcript to focus processing, reducing overhead by isolating only the marked sections to summarize and distribute across memory and wiki layers.

Can I auto-create new skills and agent rules from repeating patterns in my transcripts?

Yes, you can auto-create new skills and agent rules from repeating patterns by enabling autonomous improvements that analyze session data and generate children files without requiring manual confirmation.

Does end-of-session knowledge capture push mandatory updates to the project wiki?

Yes, end-of-session knowledge capture enforces mandatory wiki updates to maintain current knowledge across the project, alongside optional journal logging and doc-sync to ensure distributed truth.

When should I not use marker-based extraction for saving session learnings?

You should not use marker-based extraction when your transcript lacks specific comment tags, as the parser relies on these markers to scope processing and reduce overhead during the learning capture workflow.