What problem does it solve?
This Skill automates the process of learning about new topics, libraries, or tools from various online sources, generating structured documentation (SKILL.md) and storing key insights into persistent memory.
Core Features & Use Cases
- Automated Documentation Generation: Creates
SKILL.md files for new topics, including overview, installation, usage, and API details.
- Web Source Discovery & Fetching: Intelligently searches the web for relevant documentation, tutorials, and code examples.
- Memory Persistence: Stores synthesized knowledge and patterns in a long-term memory system for future recall.
- Use Case: When encountering a new library like 'FastAPI', you can use
/learn fastapi to automatically generate a SKILL.md file in your project, complete with installation instructions, core concepts, and usage examples, all based on reputable online sources.
Quick Start
Use the learn skill to generate a SKILL.md file for the topic 'duckdb'.