Claude-Code
30 posts tagged "Claude-Code"
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.
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.
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.
How to Do a Full SEO and GEO Overhaul on a Hugo Blog
How to fix dead links, add internal cross-links, optimize meta tags, and add GEO bookends to a Hugo blog on Cloudflare Pages using Claude Code.
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
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.
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
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.
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.
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.
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.
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
How to Scrape Instagram for Brand Research Using Claude Code
use Claude Code and Apify to pull competitor Instagram posts, build a swipe UI to review them, and spot patterns in what's working
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.
How to Remove Sensitive Files from a Public GitHub Repo (Including the History)
step-by-step guide to scrubbing private data from a public GitHub repo using BFG Repo-Cleaner, including why deleting the file isn't enough
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.
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
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
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.
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.
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
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
How to Build a Student Progress Dashboard with Claude Code
what building a real full-stack feature with Claude Code actually looks like, including the plan, the code, the deploy, and the three bugs that came after
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.
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
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
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
what a software factory can teach creatives about working with AI
StrongDM's team builds software with AI and no human devs. 6 principles from their playbook that apply directly to Claude Code workflows.
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.
I Built a Timezone Picker in 10 Minutes with Claude Code
I needed a timezone picker for a signup form. Claude Code built the whole thing in 10 minutes. This is what it feels like when AI actually works.