learn

Extract reusable error-resolution and debugging patterns into Markdown skill files.

26|Updated Apr 13, 2017
One-click install
npx skills add https://github.com/thesimonho/dotfiles --skill learn-thesimonho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/thesimonho/dotfiles/tree/main/AI/skills/learn
Command: npx skills add https://github.com/thesimonho/dotfiles --skill learn-thesimonho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you automatically extract recurring patterns, resolutions, and insights from a session so you can reuse them as future skills.

Core Features & Use Cases

  • Pattern extraction: identify and save error-resolution, debugging, and architectural patterns from a session.
  • Pattern cataloging: organizes patterns into named skills for quick reuse.
  • On-demand activation: prompts you to confirm and save a pattern before it's stored.

Quick Start

Describe the session context and trigger the extraction flow to create a new skill file.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I extract reusable patterns from a debugging session?

To extract reusable patterns from a debugging session, trigger the automated extraction flow to identify error-resolution techniques and project-specific workarounds. The system analyzes your current session context and prompts you to confirm saving the extracted insight.

What is session analysis for knowledge management?

Session analysis for knowledge management is the process of identifying recurring error-resolution patterns and architectural insights from your work. It converts transient session data into structured, named Markdown skills for future reference.

How do I save error-resolution patterns as Markdown skill files?

You save error-resolution patterns as Markdown skill files by running the extraction process during or after a session. The identified pattern is stored automatically under the ~/.claude/skills/learned/ directory using a defined pattern name.

Can I catalog project-specific workarounds for future reuse?

Yes, you can catalog project-specific workarounds for future reuse. The system identifies these workarounds during session analysis and organizes them into named skills, prompting you for confirmation before storing them in your pattern library.

Do I need to manually confirm before a pattern is saved to the library?

Yes, you need to manually confirm before a pattern is saved to the library. The extraction flow uses on-demand activation, prompting you to review and approve the identified pattern before it is written as a Markdown file.

What is the best way to build a pattern library from session insights?

The best way to build a pattern library from session insights is to automate the extraction of debugging techniques and architectural patterns. This ensures consistent cataloging of workarounds into named Markdown files for reliable future retrieval.