docs/guides/generate_with_ai/skills.md
We have prepared a collection of skills to help coding agents work with marimo. Install our official skills with a single command:
npx skills add marimo-team/skills
Use cases. Use these skills to
Feedback. We welcome feedback at our GitHub repository.
!!! tip "Watching for changes to notebooks on disk"
When using marimo with Claude Code, configure the marimo editor to
automatically reload when Claude edits your notebook by starting
marimo with the `watch` flag: `marimo edit --watch notebook.py`.
(Learn more in our [watching guide](../editor_features/watching.md).)
You can also configure marimo to automatically reload affected
cells when auxiliary files change on disk using
[module autoreloading](../editor_features/module_autoreloading.md).
Skills are folders of instructions, scripts, and resources that Claude and other agents load dynamically to improve performance on specialized tasks.
To learn more about skills, check out: