mupeng-learn

Collect subagent learning reports and integrate insights into memory and knowledge bases.

11|2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/mupengi-bot/mupengism --skill mupeng-learn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mupeng-learn
Source: https://github.com/mupengi-bot/mupengism/tree/main/skills/mupeng-learn
Command: npx skills add https://github.com/mupengi-bot/mupengism --skill mupeng-learn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the issue of lost knowledge within AI agent sessions by automatically collecting insights, lessons learned, and optimizations from subagents and other AI agents, storing them in a centralized memory system.

Core Features & Use Cases

  • Automated Insight Collection: Gathers learning reports generated by subagents upon task completion.
  • Knowledge Integration: Consolidates collected insights into Mupeng's memory system, updating structured knowledge bases and relevant documentation.
  • Pattern Recognition: Identifies recurring mistakes and solutions to prevent future errors.
  • Cross-Agent Learning: Aggregates learnings from various Mupengism agents and potentially external AI sources.
  • Use Case: When a subagent encounters a common error, like a timeout issue during API calls, this skill captures the solution and adds it to a knowledge base, ensuring future agents avoid the same pitfall.

Quick Start

Use the mupeng-learn skill to automatically collect learnings from the completed session with ID 'subagent-xyz'.

Frequently Asked Questions about mupeng-learn

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

FAQPage Schema
How do I collect insights from AI agent sessions into a persistent memory system?

You can collect insights from AI agent sessions by processing structured learning reports from subagents and storing them in a centralized memory system. This skill aggregates lessons learned and optimizations into `memory/learnings/` and `knowledge-base.json`.

How does cross-agent learning prevent repeated mistakes in AI workflows?

Cross-agent learning prevents repeated mistakes by identifying recurring patterns and solutions across various AI agents. When a subagent encounters an error, the solution is captured and added to a knowledge base, ensuring future agents avoid the same pitfall.

How do I integrate lessons learned from subagents into a knowledge base?

You integrate lessons learned by requiring structured learning reports from subagents upon task completion. These reports are processed to consolidate insights, updating structured knowledge bases and relevant documentation automatically.

What is the best way to identify recurring errors across multiple AI agents?

The best way to identify recurring errors is to aggregate learnings from various agents into a centralized memory system. This skill features pattern recognition to detect recurring mistakes and solutions, preventing future errors.

Do I need structured learning reports to update AI agent memory?

Yes, structured learning reports from subagents are required. This skill processes these reports to extract insights and optimizations, which are then stored in `memory/learnings/` and `knowledge-base.json` to update the knowledge base.

Can I use this knowledge management skill with external AI sources?

Yes, you can use this skill with external AI sources. It aggregates learnings from various Mupengism agents and potentially external sources, consolidating them into a persistent memory system for cross-agent learning.