Marshland Claude Agents Pro

Ten opinionated Claude Code subagents and two skills, built for TypeScript / SST v3 / DynamoDB / React solo-dev work.

Get Claude Agents Pro ($97) → Instant download · One-time · Lifetime updates

This is the developer pack. Ten Claude Code subagents shaped by real solo-dev work on a TypeScript / SST v3 / DynamoDB / React stack, plus two skills that extend what Claude Code can do in any project.

The agents are opinionated. They push back, they assume a specific stack, and they're focused on one job each. That focus is the point. A generic "code review" agent produces generic feedback. An agent that knows your stack produces feedback worth reading.

This is Claude Code, not claude.ai. You run these in the terminal via the Claude Code CLI. If that sentence makes no sense, you probably want the Business Agents pack instead.

Code and architecture

architect Architecture and design reviews. Abstractions, data modeling, service boundaries, dependency direction, build-vs-buy. The "should we even build it this way?" agent.
challenge Code correctness review. Bugs, edge cases, race conditions, type safety holes, error handling gaps. Not architecture, not security. Just correctness.
security Adversarial security review. Auth bypasses, injection vectors, exposed secrets, overly broad IAM, client-side trust issues. Thinks like an attacker.

AWS and SST

cost AWS cost audit. Scans SST v3 infrastructure definitions for overprovisioned resources, unused GSIs, missing lifecycle policies, expensive defaults.
dynamo DynamoDB single-table design. Access pattern analysis, GSI planning, query optimization, idempotency ledgers. Invoke when designing new tables or adding access patterns.
lambda Lambda performance. Cold starts, bundle size, memory and timeout tuning, SDK initialization, execution patterns. Run when functions feel slow.

Frontend and SEO

ui React component reviews. Component API design, Tailwind consistency, shadcn/ui integration, React 19 patterns. Invoke when building or reviewing UI components.
seo-content Local-search content review. Heading hierarchy, keyword placement, NAP consistency, service-area coverage, search intent match. Run when writing or reviewing client copy.
seo-technical Technical SEO audit for 11ty/Nunjucks sites. Meta tags, LocalBusiness schema, canonical URLs, Open Graph, sitemap/robots, internal linking. Run before deploying.

Writing

human-voice Copy editor that strips AI writing patterns from a draft. Targets significance inflation, negative parallelisms, contaminated vocabulary, uniform rhythm, and em dash overuse; doesn't change meaning.

Each agent ships with worked examples in agents/<name>/examples/: real reviews from real projects, not synthetic demos.


Skills

Two slash commands that work in any Claude Code session:

/debate Spawns 3 parallel agents to argue a decision from opposing angles, then synthesizes into a concrete recommendation. Use when you're unsure about an architecture or design call.
/human-voice Rewrites any text to strip AI writing patterns and read as unmistakably human. Applies automatically to all writing tasks in the session.

Installation

One-liner to copy all agents into ~/.claude/agents/:

mkdir -p ~/.claude/agents && \
  for a in architect challenge security cost dynamo lambda ui seo-content seo-technical human-voice; do \
    cp "agents/$a/agent.md" "$HOME/.claude/agents/$a.md"; \
  done

Then invoke any agent from Claude Code with /agent:architect, /agent:challenge, etc. See INSTALL.md in the pack for the full setup, including skill installation and optional team configuration.


License and use

Proprietary. Licensed for the named purchaser's own use: your own products, your internal tooling, your paid client work. Not for resale, redistribution, or sharing with co-workers or clients.

Questions about licensing for additional seats or teams: josh@marshland.software.


Ten agents. Two skills. One stack.

$147

Built by a solo dev. Questions: josh@marshland.software. Looking for the small-business pack? Business Agents →

Marshland Software