diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 1e37f63..304870a 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -14,6 +14,7 @@ "./skills/productivity/caveman", "./skills/productivity/grill-me", "./skills/productivity/handoff", + "./skills/productivity/teach", "./skills/productivity/write-a-skill" ] } diff --git a/README.md b/README.md index 2f4a38d..3011cde 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ General workflow tools, not code-specific. - **[caveman](./skills/productivity/caveman/SKILL.md)** — Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler while keeping full technical accuracy. - **[grill-me](./skills/productivity/grill-me/SKILL.md)** — Get relentlessly interviewed about a plan or design until every branch of the decision tree is resolved. - **[handoff](./skills/productivity/handoff/SKILL.md)** — Compact the current conversation into a handoff document so another agent can continue the work. +- **[teach](./skills/productivity/teach/SKILL.md)** — Teach the user a new skill or concept over multiple sessions, using the current directory as a stateful teaching workspace. - **[write-a-skill](./skills/productivity/write-a-skill/SKILL.md)** — Create new skills with proper structure, progressive disclosure, and bundled resources. ### Misc diff --git a/skills/productivity/README.md b/skills/productivity/README.md index 3a5b951..23a506e 100644 --- a/skills/productivity/README.md +++ b/skills/productivity/README.md @@ -5,4 +5,5 @@ General workflow tools, not code-specific. - **[caveman](./caveman/SKILL.md)** — Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler while keeping full technical accuracy. - **[grill-me](./grill-me/SKILL.md)** — Get relentlessly interviewed about a plan or design until every branch of the decision tree is resolved. - **[handoff](./handoff/SKILL.md)** — Compact the current conversation into a handoff document so another agent can continue the work. +- **[teach](./teach/SKILL.md)** — Teach the user a new skill or concept over multiple sessions, using the current directory as a stateful teaching workspace. - **[write-a-skill](./write-a-skill/SKILL.md)** — Create new skills with proper structure, progressive disclosure, and bundled resources. diff --git a/skills/in-progress/teach/GLOSSARY-FORMAT.md b/skills/productivity/teach/GLOSSARY-FORMAT.md similarity index 100% rename from skills/in-progress/teach/GLOSSARY-FORMAT.md rename to skills/productivity/teach/GLOSSARY-FORMAT.md diff --git a/skills/in-progress/teach/LEARNING-RECORD-FORMAT.md b/skills/productivity/teach/LEARNING-RECORD-FORMAT.md similarity index 100% rename from skills/in-progress/teach/LEARNING-RECORD-FORMAT.md rename to skills/productivity/teach/LEARNING-RECORD-FORMAT.md diff --git a/skills/in-progress/teach/MISSION-FORMAT.md b/skills/productivity/teach/MISSION-FORMAT.md similarity index 100% rename from skills/in-progress/teach/MISSION-FORMAT.md rename to skills/productivity/teach/MISSION-FORMAT.md diff --git a/skills/in-progress/teach/RESOURCES-FORMAT.md b/skills/productivity/teach/RESOURCES-FORMAT.md similarity index 100% rename from skills/in-progress/teach/RESOURCES-FORMAT.md rename to skills/productivity/teach/RESOURCES-FORMAT.md diff --git a/skills/in-progress/teach/SKILL.md b/skills/productivity/teach/SKILL.md similarity index 100% rename from skills/in-progress/teach/SKILL.md rename to skills/productivity/teach/SKILL.md