Guides
Guides
Best practices, troubleshooting, and advanced usage guides for Calvin
Guides
This section contains best practices, troubleshooting guides, and advanced usage documentation for Calvin.
Available Guides
Core Concepts
| Guide | Description |
|---|---|
| Scope and Deploy Target | Understanding deployment scopes and targets |
| Configuration | Environment variables and config.toml settings |
Advanced Features
| Guide | Description |
|---|---|
| Multi-Layer PromptPacks | Share assets across projects with layered configurations |
| Skills | Directory-based SKILL.md assets (Claude Code, Cursor, Codex) |
| Clean Command | Remove deployed files safely and efficiently |
Quick Tips
Choosing the Right Scope
- Use
scope: projectfor team-shared rules and project-specific configurations - Use
scope: userfor personal preferences and global workflows
Common Workflows
# Deploy to project (default)
calvin deploy
# Deploy to home directory
calvin deploy --home
# Preview changes before deploying
calvin diff
# Watch for changes and auto-deploy
calvin watch
# Check configuration for issues
calvin check
# Clean deployed files (interactive)
calvin clean
# Clean all home deployments
calvin clean --home --yesTroubleshooting
If you encounter issues:
- Run
calvin checkto validate your configuration - Use
calvin diffto preview what would change - Check the Pitfall Mitigations guide for common issues