Claude Code Agent: Product Strategist — Strategic Thinking on Demand for Developers Wearing Too Many Hats The Problem No One Talks About You’re three weeks from a product launch. You’ve shipped the feature. The infrastructure is solid. But now someone in Slack asks: “What’s our go-to-market strategy?” and “How does this compare to what Competitor X announced last month?” and “Should we price this as an add-on or bundle it?” These are not engineering questions. But they’re landing in your lap anyway — because at most companies, especially startups and scale-ups, senior developers are deeply entangled in product decisions. You’re…
Author: user
Content Marketer Agent for Claude Code: Stop Writing Marketing Strategy From Scratch Every developer who has shipped a product knows the moment: the code is deployed, the infrastructure is stable, and suddenly someone asks “how are we going to get users?” The answer almost always involves content marketing — blog posts, SEO, email sequences, launch campaigns — and almost always, that work falls to whoever is available rather than whoever has the expertise. Content strategy is genuinely complex. Effective SEO requires keyword research, topic clustering, internal linking architecture, and schema markup. A product launch campaign needs coordinated messaging across five…
Technical Researcher: The Claude Code Agent That Eliminates Hours of Documentation Archaeology Every senior developer knows the tax. Before you write a single line of production code, you spend hours — sometimes days — digging through GitHub repositories, cross-referencing Stack Overflow threads, scanning changelog histories for breaking changes, and mentally modeling whether a library’s architecture will survive contact with your actual requirements. This is not engineering. This is archaeology, and it is expensive. The Technical Researcher agent for Claude Code is purpose-built to absorb that cost. Rather than spinning up a generic chat session and hoping for relevant results, this…
SEO Analyzer Agent for Claude Code: Automate Technical SEO Audits in Your Dev Workflow Every developer who has shipped a feature-complete web application knows the feeling: the product works perfectly, the code is clean, and then someone asks, “Why aren’t we ranking on Google?” At that point, you’re either context-switching into a world of meta tags, Core Web Vitals, and structured data schemas — or you’re paying an SEO consultant to tell you things you could have caught at build time. The SEO Analyzer agent for Claude Code eliminates that context switch. Instead of toggling between your editor and a…
Git Flow Manager: The Claude Code Agent That Eliminates Git Workflow Mistakes Git Flow is one of those workflows that looks clean on a diagram and turns painful in practice. Developers forget which branch to cut from. They merge features directly to main. They forget to tag releases. They skip back-merging hotfixes to develop. These aren’t knowledge gaps — they’re context-switching failures. When you’re deep in problem-solving mode, the last thing you want is to mentally juggle branch hierarchies and merge sequences. The Git Flow Manager agent for Claude Code eliminates that cognitive overhead entirely. It acts as a proactive…
SQL Pro: The Claude Code Agent That Turns Slow Queries Into Sub-100ms Performers Every senior developer has been there. A ticket lands in your queue: “Analytics dashboard is timing out in production.” You pull up the query. It’s 200 lines of nested joins, window functions, and subqueries written six months ago by someone who no longer works at the company. The execution plan looks like a subway map. You have a meeting in two hours. This is exactly the scenario where most developers lose half a day — reading documentation, cross-referencing index strategies, testing rewrites, and manually analyzing EXPLAIN output.…
Performance Engineer: The Claude Code Agent That Eliminates Performance Guesswork Performance optimization is one of the most time-consuming and frustrating parts of software development — not because the fixes are hard, but because finding the right things to fix is genuinely difficult. Developers routinely spend hours chasing the wrong bottlenecks, optimizing code paths that aren’t hot, adding caches that don’t meaningfully reduce latency, or writing load tests that don’t resemble actual traffic patterns. The result: wasted effort, unchanged user experience, and a growing backlog of vague tickets labeled “make it faster.” The Performance Engineer agent for Claude Code attacks this…
Database Optimization Agent: Stop Guessing, Start Measuring Every senior developer has been there: a query that worked fine in development starts choking in production. You’re staring at a wall of execution plan output, trying to figure out whether you need a composite index, a covering index, or a complete query rewrite. You pull up documentation across three browser tabs, cross-reference PostgreSQL internals docs, and spend two hours confirming what you suspected in the first fifteen minutes. The Database Optimization agent for Claude Code exists specifically to eliminate that friction. It doesn’t just answer database questions — it approaches your schema,…
Supabase Schema Architect: Stop Writing Database Migrations From Scratch Every Supabase project hits the same wall. You’re moving fast, the data model is evolving, and suddenly you’re staring at a migration file that touches eight tables, needs RLS policies that don’t accidentally lock out your service role, and has to roll back cleanly if something goes wrong in production. You know the correct approach — transactions, backward compatibility, staged rollouts — but writing all of that by hand while keeping feature work moving is genuinely painful. The Supabase Schema Architect agent exists specifically to eliminate that friction. It’s a Claude…
React Performance Optimization Agent: Stop Guessing, Start Measuring Performance debugging in React is a time sink that most teams dramatically underestimate. You notice the app feels sluggish, open Chrome DevTools, stare at flame graphs for an hour, and walk away less confident than when you started. Or you know something is wrong — bundle size crept up, Core Web Vitals scores dropped, users are complaining about jank — but the path from symptom to fix requires bouncing between documentation, profiling tools, and half-remembered blog posts from three major React versions ago. The React Performance Optimization agent for Claude Code is…
