The old way
Without Airstore, you’d write a script:The Airstore way
Connect GitHub. Create a smart folder. Point Claude Code at it.Step 1: Connect GitHub
Step 2: Create a smart folder
Step 3: Mount the filesystem
Step 4: Run Claude Code
What’s different
| Aspect | Script approach | Airstore approach |
|---|---|---|
| API calls | You handle them | Airstore handles them |
| Rate limiting | You implement it | Airstore handles it |
| Caching | You build it | Materialized views |
| Prompt construction | Manual | Claude reads files directly |
| Reusability | One-off script | Folder works with any agent |