learn

Distills directories, URLs, notes, or conversations into reusable SKILL.md skill files.

2|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/RADHA0-max/selfhealbackend --skill learn-radha0-max
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/RADHA0-max/selfhealbackend/tree/main/nanoclaw/.claude/skills/learn
Command: npx skills add https://github.com/RADHA0-max/selfhealbackend --skill learn-radha0-max

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Valuable workflows discovered during a session are easily lost; this Skill captures them as structured, reusable SKILL.md files so the same procedure can be repeated later without re-deriving it. ## Core Features & Use Cases - Multi-source distillation: Builds a skill from a directory, a URL, pasted notes, or the work just done in the current conversation. - Create or refine: Detects an existing skill covering the topic and updates it in place with deduplication, rather than blindly overwriting. - Guideline-compliant authoring: Produces frontmatter (name, description) plus When-to-use and Workflow sections following the project's skill guidelines. - Use Case: After a multi-step setup session, say "/learn what we just did" to capture the commands, file paths, and gotchas as a new invocable skill. ## Quick Start Say "/learn what we just did" to turn the current conversation's workflow into a reusable skill.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I turn a workflow into a reusable skill?

Invoke /learn with a source: a directory path, a URL, pasted notes, or "what we just did". The skill reads the material, distills the repeatable procedure and gotchas, and writes a SKILL.md under .claude/skills/<name>/.

How do I update an existing skill with new learnings?

Run /learn again on the same topic or name the skill explicitly, such as "update the wow-on-steam-deck skill". It reads the current SKILL.md and refines it in place, deduplicating steps and correcting stale commands rather than overwriting.

Can this skill install community skills from a registry?

No. This skill only creates or refines skills from a source you provide. Finding and installing existing community skills is a separate task that this skill explicitly does not handle.

What sources can I use to create a skill?

Four source types are supported: a local directory path, a documentation or API URL, pasted text notes, or the current conversation's completed work. Each is read and distilled into the repeatable procedure.

What makes a good distilled skill?

A good skill captures the trigger, step-by-step procedure with commands and file paths, and the non-obvious gotchas encountered. It stays focused on one capability and follows the project's additive, minimal-edit authoring guidelines.