learn
Installation
SKILL.md
Learn
Objective
Create a topic-specific skill folder that captures durable, source-backed knowledge other agents can reuse later.
Inputs
- Capture the topic from the user request.
- Capture the output root. Default to
skills/in the current workspace if the user does not specify another path. - Capture depth as
quick(5-8 sources) ordeep(10-20 sources). Default todeepfor technical topics.
Workflow
- Define scope and skill name.
- Normalize the topic into a slug and append
-kb. - Example:
Amazon Kinesis->kinesis-kb. - Keep scope narrow enough to be useful (service-level or domain-level), not broad like "cloud".