add-lesson

Records a new lesson and updates shared rule files and metadata.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/EtroxTaran/conductor --skill add-lesson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-lesson
Source: https://github.com/EtroxTaran/conductor/tree/main/.claude/skills/add-lesson
Command: npx skills add https://github.com/EtroxTaran/conductor --skill add-lesson

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows agents to document and share lessons learned from mistakes or discoveries, ensuring continuous improvement across the system.

Core Features & Use Cases

  • Document Lessons: Capture issues, root causes, fixes, and prevention strategies.
  • Sync Rules: Automatically update shared rules and agent context files.
  • Use Case: After identifying a recurring bug, use this skill to document the fix and add a new rule to prevent it from happening again, ensuring all agents adhere to the new best practice.

Quick Start

Use the add-lesson skill to document a new lesson learned about token efficiency.

Frequently Asked Questions about add-lesson

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

FAQPage Schema
How do I document lessons learned and share them as rules across agents?

Sharing lessons learned involves documenting issues, root causes, fixes, and prevention strategies, then synchronizing this knowledge into shared rules and agent context files to ensure continuous improvement across all agents.

What is the best way to prevent recurring bugs by adding new governance rules?

Adding new governance rules to prevent recurring bugs requires documenting the fix and prevention strategy. This updates shared rules and synchronizes context files, ensuring all agents automatically adhere to the newly established best practices.

How does knowledge sharing and rule synchronization work for continuous improvement?

Knowledge sharing for continuous improvement works by documenting a lesson learned and running a sync script to update shared rules. This automatically propagates the new best practices and bug fixes across all agent context files.

Do I need access to shared-rules and permission to run sync scripts to update context files?

Yes, you need access to the shared-rules directory and permission to run the sync-rules.py script. These permissions are required to automatically synchronize context files and apply documented lessons across all agents.

Can I use this approach to document best practices for token efficiency across multiple agents?

Yes, you can document best practices for token efficiency across multiple agents by capturing the lesson learned. The skill updates shared rules and synchronizes context files, ensuring all agents apply the new token efficiency strategies.

When should I not use automated rule synchronization for sharing lessons learned?

You should not use automated rule synchronization if you lack access to the shared-rules directory or cannot run the sync-rules.py script, as these are required to successfully update agent context files and propagate best practices.