Workflows Articles
Browse 984 articles about Workflows.
How to Use the Superpowers Plugin in Claude Code to Write Better Code
The Superpowers plugin forces Claude to plan before coding, write tests first, and review its own work in two stages—here's how to install and use it.
Is Your Business Agent-Readable? Run This 5-Question Diagnostic in 10 Minutes
Nate Jones's 5-question framework tells you whether your business data is structured for AI agents to act on — or invisible to them.
Mark Kashef's Claude Code Hive Mind: SQLite + Telegram Multi-Agent Council on Zero Cloud Cost
Mark Kashef's hive mind stores all agent conversations, tasks, and scheduled jobs in a free local SQLite DB with a 3D graph view.
How to Build a Multi-Step AI Automation for Content Repurposing: Research to Post
Chain topic research, script writing, transcription, and social posting skills into a scheduled autonomous workflow that runs without supervision.
How to Sell AI Automations to Local Businesses: 6 Claude Code Skills That Actually Work
Learn the six Claude Code skills—from skill creator to GSD—that businesses actually pay for, and how to pitch them as time-saving outcomes.
How to Build a Skill Creator Workflow in Claude Code: From SOP to Reusable Skill
Use Anthropic's Skill Creator plugin to turn any SOP or process description into a tested, reusable Claude Code skill in under 10 minutes.
How to Use a Smart Orchestrator Model to Direct Cheaper Sub-Agent Models in Claude Code
Use Claude Opus as an orchestrator to plan and review while DeepSeek or Gemma handle heavy lifting—cutting token costs by 5-10x without losing quality.
How to Use Stripe's Agentic Commerce Suite to Accept AI Agent Payments
Learn how Stripe's agent commerce tools, Link wallet, and machine payments protocol let your app accept payments from AI agents programmatically.
What Is the Ultra Review Command in Claude Code? How to Catch Bugs Before They Ship
Claude Code's /ultra review spins up parallel reviewer agents to independently verify bugs before you merge. Here's how it works and when to use it.
AI Model Orchestration: How to Use a Smart Model to Direct Cheaper Sub-Agents
Use a frontier model as orchestrator and cheaper models like DeepSeek for heavy lifting. Learn how to build a cost-efficient multi-model agent pipeline.
Anthropic Confirms: Claude Code Was Scanning Git Commits for OpenClaw and Hermes Keywords
Anthropic's Tariq confirmed the billing bug was 'third-party harness detection' pulling git status into the system prompt.
How to Build a Local AI Stack from Scratch: Ollama to vLLM, Step by Step
From Ollama for daily use to vLLM for serving to TensorRT-LLM for production — here's the complete local AI runtime stack and when to use each layer.
How to Build a Personal AI Operating System in Claude Code: Step-by-Step Setup Guide
Context, Connections, Capabilities, Cadence — the four-step framework for turning Claude Code into a personal AI OS that runs automations while you sleep.
Claude Code Remote Routines: Run Automations on Anthropic's Cloud While Your Laptop Is Closed
Claude Code remote routines run on Anthropic's cloud (4 vCPUs, 16GB RAM) against a GitHub repo — no laptop required, no .env files, no token limits.
Claude Code Skills Architecture: 4 Layers That Keep Your AI Agent Fast and Focused
The .claude/skills/ folder uses progressive context loading — only ~100 tokens read at search time — to keep Claude Code lightweight across dozens of SOPs.
How to Use Claude Design's 6 Agentic Patterns in Your Own Vertical AI App
Claude Design uses 6 agentic patterns—context grounding, structured memory, self-QA loops, and more—that work for any vertical agent you're building.
How to Create a Professional AI Presentation in Gamma in Under 10 Minutes
Type a topic, edit the outline, generate a full designed deck, then refine with natural language. Here's the exact Gamma workflow for a polished…
Cursor's Research on Running 100 Agents in Parallel: Why Flat Agent Teams Fail Without an Issue Tracker
Cursor found that flat agent organizations develop the same coordination failures as flat human orgs. Issue trackers — claiming, status, blockers — solve both.
DeepSeek V4 Vision: 10x Cheaper Multimodal AI for Your Workflows
DeepSeek V4's vision model uses 90 KV cache entries vs 870 for Claude—10x cheaper. Learn how to use it in your AI workflows and agents.
Google Workspace CLI vs MCP for Claude Code — Which Gives You Better Gmail and Docs Access?
The open-source GWS CLI gives bash-level Gmail, Drive, and Docs access inside Claude Code — no MCP overhead. Here's when to use each approach.