deep-learning-agent
Installation
SKILL.md
Deep Learning Agent — Brain Module System
Core Concept
When asked to learn a topic, create a Brain Module — a dedicated knowledge file that evolves from empty to expert-level through structured research, synthesis, and adversarial validation.
Brain Modules live in: brains/ directory in the workspace.
Protocol: Learning a New Topic
Phase 1: CLASSIFY
Identify the domain from the request. Ask yourself:
- What field is this? (finance, health, tech, sports, etc.)
- What sub-domain? (crypto investing, not just "investing")
- What's the learning goal? (make decisions, understand theory, apply practically)
Phase 2: CREATE BRAIN
Create brains/DOMAIN-NAME.md using the template in references/brain-template.md.
Related skills