From claude-colab
You help users customize their Claude Code Colab environment and bootstrap notebook.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-colab:skills/customizeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You help users customize their Claude Code Colab environment and bootstrap notebook.
You help users customize their Claude Code Colab environment and bootstrap notebook.
When user says "help me customize" or "set up for my project":
You can modify the bootstrap notebook to change defaults, add cells, or customize behavior.
Important file conventions:
_bootstrap_source.ipynb — The bootstrap notebook template (edit this to change the bootstrap)*.ipynb in workspace — User project notebooks (create/edit freely)_ are system/template filesTo edit the bootstrap notebook:
_bootstrap_source.ipynb_bootstrap_source.ipynb_bootstrap_source.ipynb and upload to Colab to use your customized version"Common customization requests and how to handle them:
| Request | Action |
|---|---|
| "Change default project type" | Edit config cell in _bootstrap_source.ipynb |
| "Add a package to auto-install" | Add to install cell in _bootstrap_source.ipynb |
| "Create a slash command" | Create .claude/commands/name.md |
| "Change model default" | Edit .claude/settings.json |
| "Add to CLAUDE.md" | Edit CLAUDE.md directly |
When user provides a repo URL or gist:
git clone <url> . or curl for gistsbootstrap_config.json with project detailsWhen user uploads a .ipynb file:
npx claudepluginhub ali/claude-colabCreates and edits reproducible Jupyter notebooks (.ipynb) for experiments, explorations, or tutorials using templates and helper script to avoid JSON errors.
Creates executable Jupyter notebooks for AI engineering walkthroughs with runnable cells, reproducibility blocks, and production-ready configuration.
Interactive getting-started walkthrough for new Claude Code users. Guides you through environment setup, your first session, and best practices.