A collection of productivity skills for Claude Code that help you work faster and learn better.
Tapestry weaves learning content into action. Extract any content (YouTube, articles, PDFs) and automatically create implementation plans.
The unified workflow that orchestrates everything. Just say tapestry <URL> and it:
- Detects content type (YouTube, article, PDF)
- Extracts clean content
- Automatically creates a Ship-Learn-Next action plan
One command. Complete workflow. From learning to shipping.
Download and clean YouTube video transcripts with automatic deduplication and readable formatting.
Features:
- Downloads transcripts using yt-dlp
- Removes duplicate lines (YouTube VTT format issue)
- Uses video title for filename
- Fallback to Whisper transcription if no subtitles available
- Automatic cleanup of temporary files
Use cases:
- Get transcripts from educational videos
- Extract content from tutorials
- Archive important talks/interviews
Extract clean, readable content from web articles and blog posts, removing ads, navigation, and clutter.
Features:
- Uses Mozilla Readability or trafilatura for extraction
- Removes ads, navigation, and newsletter signups
- Saves as clean plain text
- Uses article title for filename
- Multiple extraction methods with automatic fallback
Use cases:
- Save articles for offline reading
- Extract tutorial content
- Archive important blog posts
- Get clean text without distractions
Transform passive learning content (transcripts, articles, tutorials) into actionable implementation plans using the Ship-Learn-Next framework.
Features:
- Converts advice into concrete, shippable iterations (reps)
- Creates 5-rep action plans with timelines
- Focuses on DOING over studying
- Includes reflection questions after each rep
- Saves plan to markdown file
Use cases:
- Turn YouTube tutorials into action plans
- Extract implementation steps from articles
- Create learning quests from course content
- Build by shipping, not just consuming
# Clone the repository
git clone https://github.com/yourusername/tapestry-skills-for-claude-code.git
# Run the installation script
cd tapestry-skills-for-claude-code
chmod +x install.sh
./install.sh# Create personal skills directory if it doesn't exist
mkdir -p ~/.claude/skills
# Copy skills
cp -r tapestry ~/.claude/skills/
cp -r youtube-transcript ~/.claude/skills/
cp -r article-extractor ~/.claude/skills/
cp -r ship-learn-next ~/.claude/skills/# In your project directory
mkdir -p .claude/skills
# Copy skills
cp -r /path/to/tapestry-skills-for-claude-code/tapestry .claude/skills/
cp -r /path/to/tapestry-skills-for-claude-code/youtube-transcript .claude/skills/
cp -r /path/to/tapestry-skills-for-claude-code/article-extractor .claude/skills/
cp -r /path/to/tapestry-skills-for-claude-code/ship-learn-next .claude/skills/The simplest way to use Tapestry skills. One command extracts content and creates your action plan:
"tapestry https://www.youtube.com/watch?v=VIDEO_ID"
"weave https://example.com/article"
"help me plan https://example.com/paper.pdf"
"make this actionable https://blog.com/post"
All these phrases work: tapestry, weave, help me plan, extract and plan, make this actionable
The skill will:
- Detect content type (YouTube/article/PDF)
- Extract clean content
- Create a Ship-Learn-Next action plan automatically
- Save both files
- Ask: "When will you ship Rep 1?"
Once installed, Claude will automatically use this skill when you ask to download YouTube transcripts:
"Download the transcript for https://www.youtube.com/watch?v=VIDEO_ID"
The skill will:
- Check if yt-dlp is installed (install if needed)
- List available subtitles
- Try manual subtitles first, then auto-generated
- Convert to readable plain text with video title as filename
- Remove duplicate lines
- Clean up temporary files
Claude will use this skill when you ask to extract content from a URL:
"Extract the article from https://example.com/blog-post"
"Download this article without the ads"
The skill will:
- Check for extraction tools (reader or trafilatura)
- Download and extract clean article content
- Remove ads, navigation, and clutter
- Save as plain text with article title as filename
- Show preview of extracted content
Claude will use this skill when you want to turn content into an action plan:
"Turn this transcript into an implementation plan"
"Make this actionable using the Ship-Learn-Next framework"
The skill will:
- Read the content file
- Extract actionable lessons
- Help you define a specific quest
- Design 5 progressive reps (iterations)
- Save the complete plan as a markdown file
- yt-dlp: Automatically installed by the skill (uses Homebrew on macOS, apt on Linux, or pip)
- Whisper (optional): For transcribing videos without subtitles
pip3 install openai-whisper
- reader (recommended): Mozilla's Readability
npm install -g reader-cli
- trafilatura (alternative): Python-based extractor
pip3 install trafilatura
- If neither is installed, uses fallback method (less accurate)
- No additional requirements (uses built-in tools)
User: "tapestry https://www.youtube.com/watch?v=dQw4w9WgXcQ"
Claude:
π§΅ Tapestry Workflow Starting...
π Detected: youtube
πΊ Extracting YouTube transcript...
β Saved transcript: Never Gonna Give You Up.txt
π Creating action plan...
β Quest: Master Video Production Techniques
β Saved plan: Ship-Learn-Next Plan - Master Video Production.md
β
Tapestry Complete!
π₯ Content: Never Gonna Give You Up.txt
π Plan: Ship-Learn-Next Plan - Master Video Production.md
π― Rep 1 (This Week): Film and edit a 60-second video
When will you ship Rep 1?
User: "Download transcript for https://www.youtube.com/watch?v=dQw4w9WgXcQ"
Claude:
β Checked available subtitles
β Downloaded auto-generated transcript
β Converted to readable format
β Removed duplicate lines
β Saved to: Never Gonna Give You Up.txt
β Cleaned up temporary files
User: "Extract https://example.com/how-to-build-saas"
Claude:
β Using reader (Mozilla Readability)
β Extracted article: How to Build a SaaS in 30 Days
β Saved to: How to Build a SaaS in 30 Days.txt
Preview (first 10 lines):
[Clean article text without ads or navigation...]
User: "Turn this transcript into an implementation plan"
Claude:
β Read transcript: Build a SaaS in 30 Days.txt
β Extracted core lessons
β Created 5-rep action plan
β Saved to: Ship-Learn-Next Plan - Build a SaaS.md
Your quest: Launch a SaaS MVP and get first 10 customers in 4 weeks
Rep 1 (this week): Find 3 proven market opportunities
When will you ship Rep 1?
These skills are built on the principle that learning = doing better, not knowing more.
- Ship: Create something real (code, content, product)
- Learn: Honest reflection on what happened
- Next: Plan the next iteration based on learnings
100 reps beats 100 hours of study.
Found a bug or want to add a feature? Contributions are welcome!
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-skill) - Commit your changes (
git commit -m 'Add amazing skill') - Push to the branch (
git push origin feature/amazing-skill) - Open a Pull Request
MIT License - see LICENSE file for details
- Ship-Learn-Next framework: Inspired by the ShipLearnNext GPT methodology
- yt-dlp: Excellent tool for downloading YouTube content
- OpenAI Whisper: State-of-the-art speech recognition
- Mozilla Readability: Clean article extraction algorithm
- trafilatura: Python web scraping and content extraction
Having issues? Please open an issue on GitHub.
Made with Claude Code
Learn more about Claude Code at claude.com/claude-code