learn

Solid

Distill a reusable skill from anything — a directory, a URL, pasted notes, or what you just did together — or refine an existing skill with new learnings. Use when the user says '/learn', 'learn this', 'turn this into a skill', 'capture this workflow', 'make a skill from <source>', or 'improve/update the <name> skill'. Produces or updates a .claude/skills/<name>/SKILL.md authored to NanoClaw's skill guidelines. (This CREATES or REFINES a skill from a source; it does not install existing skills from a registry.)

AI & Automation 30,180 stars 12880 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Learn — Distill a Skill from Anything Turn a source — a directory, a URL, pasted notes, or the work just done in this conversation — into a clean, reusable NanoClaw skill. The output is a new `.claude/skills/<name>/SKILL.md` (plus optional `scripts/`, `references/`, `templates/`) authored to the project's skill guidelines. This skill is **instruction-only**: it uses the tools you already have (`Read`, `Grep`, `Glob`, `WebFetch`, `Write`) — there is no separate distillation engine and no reach-ins into core code. ## When to use Invoke when the user wants to *capture* a workflow as a reusable skill: - `/learn <path>` — read a project/dir and build a skill for working with it - `/learn <url>` — read docs / an API page and build a usage skill - `/learn what we just did` — distill the current conversation's workflow - `/learn` + pasted notes — turn notes into a structured skill If the user instead wants to *find and install* an existing community skill, that is a different task — this skill **creates** new skills, it does not import them. ## Workflow ### 1. Identify the source — and whether this is a new skill or a refine - A **path** → read the code/files. - A **URL** → fetch and read the page. - **"what we just did" / "this"** → use the current conversation as the source. - **Pasted text** → use it directly. Then check `.claude/skills/` for an existing skill that already covers this topic (the user may name it, e.g. *"update the wow-on-steam-deck skill"*, or the subje...

Details

Author
nanocoai
Repository
nanocoai/nanoclaw
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category