skill-from-notebook

Extract methodologies from documents and examples to generate reusable skills.

2|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/Nzettodess/Awesome-Agent-Skills --skill skill-from-notebook-nzettodess
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-from-notebook
Source: https://github.com/Nzettodess/Awesome-Agent-Skills/tree/main/Skills/One4All%20Skill%20Creator/skill-from-masters-main/skills/skill-from-notebook
Command: npx skills add https://github.com/Nzettodess/Awesome-Agent-Skills --skill skill-from-notebook-nzettodess

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning knowledge from articles, guides, videos, or high-quality examples into repeatable, executable workflows is manual and inconsistent. This Skill converts learning materials and finished works into structured, reusable skill definitions with concrete steps and quality criteria. ## Core Features & Use Cases - Methodology Extraction (Path A): Parse teaching-oriented documents (tutorials, guides, frameworks) into How-to, Decision, Framework, or Checklist type skills with steps and quality checkpoints. - Reverse Engineering (Path B): Analyze finished works like blog posts, READMEs, or proposals to deduce their structure, quality characteristics, and production steps. - Multi-Source Input Support: Process local files (PDF, Word, Markdown), web URLs, YouTube subtitles, and NotebookLM content. - Use Case: After reading an article about writing good commit messages, use this Skill to extract its seven rules into a reusable commit-message-writing skill complete with a verification checklist. ## Quick Start Extract a reusable skill from this article about code review best practices and generate the steps and checklist.

Frequently Asked Questions about skill-from-notebook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn an article into a reusable skill?▼

Provide the article as a local file or URL, and the Skill first validates whether it contains a repeatable methodology. It then classifies the content as How-to, Decision, Framework, or Checklist and generates a structured skill with steps, quality checkpoints, and common pitfalls.

How to reverse engineer a writing methodology from an example?▼

Provide a finished work such as a blog post or README, and the Skill analyzes its structure, proportions, and quality characteristics. It then deduces the production steps and key decisions needed to create similar output, producing a reusable template.

What input formats does skill-from-notebook support?▼

It supports local PDF, Word, and Markdown files read directly, web URLs fetched for content, YouTube videos via yt-dlp subtitles or Whisper transcription, and NotebookLM links through browser automation. Finished examples of any text-based artifact can also be reverse engineered.

When is content not suitable for skill extraction?▼

Content lacking a clear goal, repeatable steps, quality criteria, or scenario context is unsuitable, such as news reports or pure opinion pieces. The Skill validates suitability first and honestly explains why extraction is not possible rather than forcing a low-quality result.

Can I extract a skill from multiple examples at once?▼

Yes, providing multiple examples of the same type enables multi-example learning. The Skill extracts commonalities as the core methodology and analyzes differences as style variants or optional techniques, producing more generalizable results.