self-learning
Installation
Summary
Autonomously research new technologies from the web and generate reusable agent skills.
- Discovers authoritative documentation via web search, prioritizing official docs, GitHub repositories, and blogs
- Extracts installation, core concepts, API references, and code examples from 3–5 high-quality sources
- Generates a self-contained skill with YAML frontmatter, markdown instructions, and optional bundled resources (scripts, references, assets)
- Saves skills to workspace-specific or global directories; auto-triggers the skill when working with the learned technology
- Handles ambiguous topics by asking for clarification and falls back to browser automation for JavaScript-heavy sites
SKILL.md
Self-Learning Skill Generator
Autonomously research and learn new technologies from the web, then generate a reusable skill.
Usage
/learn <topic>
If <topic> is missing, show usage. If topic is ambiguous, ask to clarify:
- "react" → "React for web, React Native, or a specific library like react-query?"
- "apollo" → "Apollo GraphQL client, Apollo Server, or Apollo Federation?"
- "aws" → "Which AWS service? (S3, Lambda, DynamoDB, etc.)"
Normalize to kebab-case for filenames.