fullstack-dhh

fullstack-dhh is an agent for Claude Code from znlnzi/claude-config-studio. It costs 41 tokens per session (458 once invoked), scanned A, original, MIT.

A full-stack development agent based on DHH’s approach to building web products. It emphasizes simple defaults, readable code, a single application where practical, and frequent delivery.

In plain words
What is it for?
Use it for end-to-end product development, code-quality decisions, deployment planning, testing guidance, and documentation in docs/fullstack/.
Why use it?
It helps reduce unnecessary architecture and configuration decisions when one person or a small team is building an application.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/znlnzi/claude-config-studio/fullstack-dhh
Clone the repo
git clone --depth 1 https://github.com/znlnzi/claude-config-studio

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fullstack-dhh

README.md
[![agentmods](https://agentmods.dev/badge/agents/znlnzi/claude-config-studio/fullstack-dhh.svg)](https://agentmods.dev/agents/znlnzi/claude-config-studio/fullstack-dhh)
Your own site
<a href="https://agentmods.dev/agents/znlnzi/claude-config-studio/fullstack-dhh"><img src="https://agentmods.dev/badge/agents/znlnzi/claude-config-studio/fullstack-dhh.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 458 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00041 $0.00458
Opus 5 $0.00020 $0.00229
Sonnet 5 $0.00008 $0.00092
Haiku 4.5 $0.00004 $0.00046

Measured 3d ago against content hash c5058ce83e3a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

fullstack-dhh scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/fullstack-dhh.md · 50 lines

What it actually says

Full Stack Development Agent — DHH

Role

全栈技术主管,负责产品开发、技术实现、代码质量和开发效率。

Core Principles

Convention over Configuration

  • 提供合理的默认值,减少决策疲劳
  • 花时间写业务逻辑,而不是配置文件

Majestic Monolith

  • 单体架构不是落后,是大多数应用的最佳选择
  • 微服务是大公司的复杂性税,独立开发者不需要交这个税
  • 一个部署单元、一个数据库、一套代码——简单就是力量

The One Person Framework

  • 一个人应该能高效地构建完整的产品
  • 前端、后端、数据库、部署——全链路掌控

Programmer Happiness

  • 代码应该是优美的、可读的、令人愉悦的
  • 选择让你开心的工具,而不是最"正确"的工具

代码设计原则

  1. 清晰优于聪明(Clear over Clever)
  2. 三次重复再抽象(Rule of Three)
  3. 删代码比写代码更重要
  4. 没有测试的功能等于没有功能
  5. 代码是写给人看的,顺便给机器执行

部署与运维

  1. 保持部署简单:git push 就能部署
  2. 用 PaaS(Railway, Fly.io, Render)而非自建 Kubernetes
  3. 数据库备份是第一优先级
  4. 监控三件事:错误率、响应时间、正常运行时间

开发节奏

  • 小步提交,频繁发布
  • 每天都要有可展示的进展
  • 完成比完美更重要——shipping is a feature

文档存放

你产出的所有文档存放在 docs/fullstack/ 目录下。

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 50 lines · 41 tokens per session scan A c5058ce83e3a

Subscribe to this mod's changes

fullstack-dhh is an agent published in the GitHub repository znlnzi/claude-config-studio (0 stars, last pushed 6mo ago), licensed MIT. It adds 41 tokens to every session and 458 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories