@createsomething/learn
v0.3.1
Published
CREATE SOMETHING Learning MCP Server - Learn the Subtractive Triad through Claude Code
Downloads
486
Maintainers
Readme
@createsomething/learn
MCP server for learning the CREATE SOMETHING methodology through Claude Code.
The Subtractive Triad
Every creation exists simultaneously at three levels:
| Level | Discipline | Question | |-------|------------|----------| | Implementation | DRY | "Have I built this before?" | | Artifact | Rams | "Does this earn its existence?" | | System | Heidegger | "Does this serve the whole?" |
Installation
npx @createsomething/learn initOr add to your Claude Code settings manually:
{
"mcpServers": {
"learn": {
"command": "npx",
"args": ["@createsomething/learn"]
}
}
}Usage
Once configured, open Claude Code and say:
"Help me learn the CREATE SOMETHING methodology"
Claude will guide you through:
- Authentication (magic link to your email)
- The Foundations path
- Praxis exercises with automated code audits
- Reflection-based completion
Tools
| Tool | Description |
|------|-------------|
| learn_authenticate | Sign in with magic link |
| learn_status | View your progress |
| learn_lesson | Fetch lesson content |
| learn_complete | Mark lesson complete with reflection |
| learn_praxis | Execute praxis exercises |
Learning Paths
- Foundations - The philosophical basis
- Craft - Applying principles to creation
- Infrastructure - Systems that recede into use
- Agents - AI-native development
- Method - The Subtractive Triad in practice
- Systems - Hermeneutic architecture
- Partnership - Human-AI collaboration
- Advanced - Mastery and teaching
Progress Sync
Your progress syncs with learn.createsomething.space. Same account, same progress—whether learning in the browser or through Claude Code.
Offline Support
Lessons are cached locally for 24 hours. Learn on the train, reflect anywhere.
CLI Commands
npx @createsomething/learn init # Setup instructions
npx @createsomething/learn status # Auth & cache status
npx @createsomething/learn clear # Clear credentialsPhilosophy
The tool recedes; learning emerges through use.
This MCP server embodies Heidegger's distinction between Zuhandenheit (ready-to-hand) and Vorhandenheit (present-at-hand). When working well, you don't notice the infrastructure—you simply learn through conversation with Claude.
The hermeneutic circle: practice → reflection → understanding → practice.
License
MIT
