Agent skill
make_notebook
機能やテーマについて解説付きのJupyter Notebook (.ipynb) を生成する
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).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?