Tutorials

Learn Delta CLI through hands-on tutorials and real-world examples

Tutorials Coming Soon!

We're creating comprehensive tutorials to help you master every aspect of Delta CLI. Check back soon for in-depth guides on AI workflows, memory systems, and more.

Want to be notified when tutorials are ready?

Star our GitHub repo for updates!

Getting Started with Delta

A beginner-friendly introduction to Delta CLI's core features

• Installing and configuring Delta

• Your first AI-assisted commands

• Understanding the memory system

• Basic workflow automation

Est. reading time: 15 minutes

Mastering the AI Assistant

Advanced techniques for getting the most from Delta's AI

• Custom prompt engineering

• Training on your patterns

• Multi-model strategies

• Feedback and fine-tuning

Est. reading time: 25 minutes

Memory System Deep Dive

Leverage Delta's memory for powerful workflow optimization

• Pattern recognition explained

• Memory management strategies

• Exporting and sharing memories

• Privacy and data control

Est. reading time: 20 minutes

Building Custom Agents

Create automated workflows with Delta's agent system

• Agent architecture overview

• Docker integration setup

• Creating your first agent

• Complex workflow examples

Est. reading time: 30 minutes

Preview: What You'll Learn

Tutorial Example: AI-Assisted Git Workflow
Terminal output display.
# Tutorial: Using Delta AI for smarter git commits
[~/my-project] ∆ git status
Changes not staged for commit:
modified: src/api/handler.ts
modified: src/utils/auth.ts
modified: tests/auth.test.ts
[∆ thinking: These changes appear to be related to authentication. Let me analyze the modifications...]
[~/my-project] ∆ :ai suggest commit message
[💡 Suggestion: Based on your changes, here are 3 commit message options:]
1. "feat: implement JWT token refresh mechanism"
2. "fix: resolve authentication timeout issues"
3. "refactor: improve auth module error handling"
[~/my-project] ∆ git add -A && git commit -m "feat: implement JWT token refresh mechanism"
[main 7f3a2b1] feat: implement JWT token refresh mechanism
3 files changed, 87 insertions(+), 23 deletions(-)|

Ready to Get Started?

While we work on these tutorials, you can explore Delta CLI today