Agent skill
make_notebook
機能やテーマについて解説付きのJupyter Notebook (.ipynb) を生成する
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/make-notebook
SKILL.md
Create Notebook
This skill generates a Jupyter Notebook to demonstrate a feature or explain a concept.
Instructions
-
Plan the Notebook:
- Title & Introduction: What is this notebook about?
- Setup/Imports: Necessary imports.
- Data Generation/Loading: Create synthetic data or load sample data.
- Processing/Analysis: Demonstrate the core feature.
- Visualization: Plot the results.
-
Create File:
- Use the
write_to_filetool to create the.ipynbfile. (Note: Since writing JSON manually for ipynb is error-prone, ensure you use a valid JSON structure or use a helper script if available. If writing raw JSON, keep it simple.) - Alternately, write a Python script
make_notebook.pyusingnbformatand run it.
- Use the
-
Content Requirements:
- Use Markdown cells to explain why and how.
- Comment the code cells extensively.
- Ensure the code is runnable without external local files (or create them on the fly).
Didn't find tool you were looking for?