⚡ Claude Code Method

Skills + Memory Workflow Builder

Turn any knowledge source into an automated Claude Code workflow — like loading "kung fu" into your AI assistant's brain.

🎯 What Is This?

This is a method for turning Claude Code into a virtual employee that performs complex, repeatable workflows automatically. It combines two mechanisms:

Skills (.md files)

Expert knowledge loaded from any source — transcripts, tutorials, documentation, best practices — saved as markdown files that Claude Code can read on demand.

Memory (claude.md)

A persistent instruction file that tells Claude when and how to use each skill — the routing layer that ties everything together into an automated workflow.

🥋

"The Matrix Kung Fu Effect"

Just like Neo loading kung fu into his brain — you're loading expert-level knowledge into Claude Code. It then knows how to execute that skill better than you can manually prompt it, because the entire methodology is embedded in context every time.

📄 Skill Files
(expert knowledge)
🧠 claude.md
(routing rules)
💬 Trigger Phrase
("make me a...")
✅ Output
(automated result)

🔑 Key Insight: Why This Works

After a /clear in Claude Code, the conversation is completely fresh — except for what's in claude.md and your loaded skills. This means every new session starts with a clean context window but retains all your pre-built workflows. Claude Code also happens to be exceptionally good at writing prompts, so when it uses a skill (like prompting an image generator), it often performs better than you would manually.

⚠️ Important Distinctions

  • Not slop — You're still providing the creative direction, assets, and ideas. The system handles execution.
  • Not commercial repackaging — The creator emphasizes using transcripts for personal skill-building, not reselling others' content.
  • Not Open Claw / complex automation — This is simpler, cheaper, more secure, and runs entirely within Claude Code.
  • Iterative by nature — You'll refine outputs ("redo this without me", "give me 10 more titles") just like working with a human assistant.

1 Create Your Skill File

Take expert knowledge from any source and save it as a .md file. The creator's example: grabbing YouTube video transcripts about thumbnail design rules and saving them as a skill.

youtube-thumbnail-skill.md
# YouTube Thumbnail Design Skill ## Source Extracted and synthesized from [Creator Name]'s methodology ## Core Rules 1. Thumbnail and title must COMPLEMENT each other, never repeat 2. Use bold, high-contrast visuals with minimal text 3. Faces with emotion outperform graphics alone 4. Create visual curiosity gap — imply a story 5. Max 3-5 words of text on thumbnail 6. [Add all rules extracted from your source...] ## Style Guidelines - [Your specific brand style requirements] - [Color palette, font preferences, layout rules] - [Reference examples of successful thumbnails] ## Generation Process When generating thumbnails: 1. Analyze the video topic for visual hook potential 2. Select composition style (text+asset, face+text, etc.) 3. Generate using [tool] with these specific parameters 4. Validate against rules above before presenting

Sources for skills: YouTube transcripts, documentation, tutorial notes, style guides, SOPs, playbooks, research papers — anything with structured expert knowledge.

2 Create Your Memory File (claude.md)

This is the routing layer that tells Claude Code when to activate each skill and how to chain them together.

claude.md (memory file)
# Workflow Instructions ## Thumbnail + Video Workflow When I say "make me a thumbnail" or "create a video about [topic]": 1. Load the `youtube-thumbnail-skill.md` skill 2. Load the `research-titles-skill.md` skill 3. Ask me for assets (images, screenshots) if not provided 4. Generate thumbnail using Nano Banana with the loaded skill rules 5. Generate 10 title options following title-thumbnail complement rules 6. Create a README with research links on the topic 7. Save everything to the project folder ## Research Mode When I say "find news about [topic]": 1. Research the topic using available tools 2. Generate video idea + thumbnail + title based on findings 3. Compile research links into README ## Iteration Commands - "redo thumbnail" → regenerate with same assets, different approach - "more titles" → generate 10 more using the skill rules - "without me" → remove my face/photo from the design

3 Use the Workflow

With skills loaded and memory configured, every new Claude Code session automatically has access to your workflows — even after /clear.

Example session
/clear > Please use the YouTube thumbnail skill plus the normal workflow > to make me a thumbnail + video. Start with the thumbnail. > > [drag and drop asset images] > > The video idea: We're creating a video about using Claude Code > skills + memory to build automated workflows like a virtual assistant. > > [attach reference thumbnail for style guidance] > > Remember to generate assets with Nano Banana if needed, > then generate the entire thumbnail.

4 Iterate and Refine

The system is designed for rapid iteration. Example follow-ups:

Iteration examples
> Give me 10 more ideas for titles using our normal system. > Please redo the thumbnail without me but with the other assets > I originally sent, re-edited by Nano Banana. > Now find some news from today and make me a video idea, > thumbnail, title, etc. > The skills file is perfect, but I want a different style — > more text-heavy, less face.

⚡ Generate Your Own Skills + Memory Workflow

Fill in the fields below and we'll generate both your skill.md file and your claude.md memory routing — ready to paste into Claude Code.

📄 Generated: skill.md

workflow-skill.md

🧠 Generated: claude.md (Memory Routing)

claude.md

💬 Generated: Quick-Start Prompt

Use this as your first message after /clear to activate the workflow:

first-message.txt

💡 Apply This to Anything

The creator's example was YouTube thumbnails, but this pattern works for any repeatable workflow. Here are concrete applications:

🌐 WordPress Site Builder

Load WordPress development best practices as a skill. Memory triggers on "build me a site about X" and chains theme selection → page structure → plugin configuration → content generation.

WordPress Agent Skill Theme Customization SEO Setup

🎨 UI/UX Design System

Load UI/UX design principles + your brand guidelines. Trigger with "design a page for X" and Claude generates image mockups → HTML/CSS/React code from the designs.

React Agent Skill Design Rules Component Library

📝 Content Production

Load SEO writing methodology + brand voice guide. "Write an article about X" triggers keyword research → outline → draft → optimization → meta tags → internal linking suggestions.

SEO Skill Brand Voice Content Templates

🔍 SEO Audit Workflow

Load technical SEO checklist + local SEO methodology. "Audit this site" triggers crawl analysis → on-page review → schema recommendations → competitor gap analysis → action plan.

Technical SEO Local SEO Competitor Analysis

📧 Outreach System

Load copywriting frameworks + objection handling. "Create outreach for X prospect" generates personalized email sequences with A/B variants and follow-up cadences.

Copywriting Personalization Sequences

🎬 Video Production

Chain multiple skills: script writing → shot list → thumbnail → title → description → tags. The creator actually got Claude Code to edit an entire video using this approach.

Script Skill Thumbnail Skill SEO Tags

🧩 The Pattern

Every use case follows the same formula:

Universal Formula
1. IDENTIFY → What repeatable task eats your time? 2. SOURCE → Find the best methodology (transcripts, docs, SOPs) 3. SKILL → Save it as a .md skill file 4. MEMORY → Write claude.md routing rules (trigger → steps → output) 5. CHAIN → Combine multiple skills for complex workflows 6. ITERATE → Define shorthand commands for refinement 7. /CLEAR → Every new session starts fresh but workflow-aware