← Back to Blog

Workflow

28 posts tagged "Workflow"

March 26, 2026 · 3 min read

how a skill gets born: the /dfos-wiki example

A real example of a skill emerging from a 20-minute work session, not from planning.
March 23, 2026 · 4 min read

How to Build a Screenshot Agent for Claude Code

A custom Claude Code agent that captures web pages and local HTML files. Playwright, retina support, and blog header generation in one command.
March 23, 2026 · 3 min read

How to Build a Combined Analytics Dashboard with Claude Code

Pull Google Search Console, YouTube, and Plausible into one dashboard using Claude Code. Plus a technical SEO audit that found and fixed 6 issues.
March 14, 2026 · 11 min read

Your CLAUDE.md Is Probably Too Long (And It's Slowing You Down)

what CLAUDE.md is, how it works, why it grows out of control, and how to cut 800 lines down to 100 without losing anything important
March 14, 2026 · 11 min read

Your CLAUDE.md File Is Too Long and It's Making Claude Worse

Most CLAUDE.md files are bloated with stuff Claude ignores. Here's the 200-line target that actually works, and what to put in .claude/rules/ instead.
March 14, 2026 · 10 min read

Unit Tests for Non-Developers: How to Add Tests to Your Cloudflare Pages Project with Claude Code

what a unit test is, why you should add them to a project that already works, and how to write 52 tests in 30 minutes using claude code
March 14, 2026 · 9 min read

tmux for Claude Code Users: Run Multiple Sessions Without Losing Your Mind

How to use tmux with Claude Code so you can run multiple sessions in parallel. Install, essential commands, and the setup that actually helps.
March 14, 2026 · 9 min read

Supabase for Claude Code Users: Run SQL from Your Terminal (Skip the Dashboard)

Intro to Supabase for non-developers, plus how to run SQL from your terminal using the Management API and your macOS Keychain token. No dashboard required.
March 14, 2026 · 8 min read

Skills vs. Agents in Claude Code: When to Use Which

Skills are rooms you walk into. Agents are runners you dispatch. Here's how to tell them apart and when to use each.
March 14, 2026 · 6 min read

LinkedIn Scraping Returns No Data? Check the URL First

seven linkedin scrapers all returned empty results. the fix was one hyphen in the username. here's what that teaches you about debugging.
March 14, 2026 · 8 min read

How to Turn Meeting Transcripts into Client Proposals with AI

A step-by-step workflow for going from a recorded sales call to a finished client proposal, using any transcription tool and Claude Code.
March 14, 2026 · 9 min read

How to Spawn a New Claude Code Session from an Existing One

how to branch your claude code conversation into a new session without losing context
March 14, 2026 · 6 min read

How to Rename Photos Automatically with Claude Code

Use Claude Code to rename hundreds of stock photos or event images automatically. It looks at each image and writes a descriptive file name in seconds.
March 14, 2026 · 8 min read

How to Make a Claude Code Skill (Step by Step)

Skills are custom slash commands for Claude Code. Here's how to build one from scratch, plus why you'd want to.
March 14, 2026 · 6 min read

How to Launch Claude Code with a Keyboard Shortcut

set up a single hotkey to open iTerm2 and start Claude Code automatically using Keyboard Maestro and AppleScript on Mac
March 14, 2026 · 8 min read

How to Give Claude Code Memory Across Sessions (Chief of Staff Workflow)

how to build a persistent memory system for Claude Code using slash commands and markdown files so it remembers your projects between sessions
March 14, 2026 · 8 min read

How to Ghostwrite LinkedIn Posts with Claude Code

Use AI to research a person's posting style, analyze it, and write LinkedIn copy that actually sounds like them. A three-phase workflow.
March 14, 2026 · 8 min read

How to Find Undocumented Config Options by Reading a Binary

When the docs don't have what you need, sometimes the answer is inside the compiled binary. Here's how to read it.
March 14, 2026 · 9 min read

How to Build Interactive HTML Check-in Tools with Claude Code

Ask Claude Code to turn a wall of questions into an HTML form, answer them in the browser, and paste back the results. Faster than terminal back-and-forth.
March 14, 2026 · 8 min read

How to Build Emails with Claude Code and MJML

a three-phase workflow for building responsive HTML emails with AI: HTML preview for fast iteration, then convert to MJML for your email platform
March 14, 2026 · 8 min read

How to Build and Deploy Presentation Slides with Claude Code and Cloudflare Pages

how to build editable html slides with claude code and deploy them to cloudflare pages using wrangler in a single session
March 14, 2026 · 7 min read

How I Renamed 73 Videos by Their Content in 20 Minutes with Claude Code

How to use Claude Code and ffmpeg to automatically rename video files based on what's in them. 73 videos, 20 minutes, no coding experience needed.
March 14, 2026 · 9 min read

Git for Non-Developers: A Human Guide to Version Control

Git finally makes sense when you stop thinking about code and start thinking about parallel universes. A plain-language guide with real commands.
March 14, 2026 · 6 min read

Claude Code Max Effort Level Keeps Resetting? Here's the Fix

how to make max effort the default in Claude Code so it stops resetting every session
March 14, 2026 · 10 min read

Claude Code Hooks: A Complete Guide (With a Real Example)

what hooks are, how the event system works, how to write one, and a real example of using hooks to give Claude Code session awareness
March 14, 2026 · 10 min read

Building Presentation Slides with Claude Code: PowerPoint, HTML, and What Actually Works

a complete guide to making slides with claude code - whether you need a shareable pptx file or editable html slides you can deploy in an hour
March 13, 2026 · 3 min read

keep a got-got file

a simple practice for tracking what hooks you, and why it matters for everything you make
February 6, 2026 · 1 min read

all you gotta do is ask

How I landed on a slide-making workflow in Claude Code by doing the obvious thing: asking for exactly what I wanted. The moment things clicked.