fullstack-developer

fullstack-developer is an agent for Claude Code from duc01226/EasyPlatform. It costs 43 tokens per session (12,147 once invoked), scanned C, original, MIT.

An implementation agent that carries out an assigned phase of a development plan across frontend and backend code, within specified file boundaries.

In plain words
What is it for?
Use it to implement planned features, follow project coding patterns, run type checks and tests, and report modified files and results.
Why use it?
It helps parallel development stay coordinated by limiting each agent's changes and checking the completed work against the phase requirements.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; reads .claude/ paths; mentions CLAUDE.md.

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/duc01226/easyplatform/fullstack-developer
Clone the repo
git clone --depth 1 https://github.com/duc01226/EasyPlatform

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-developer

README.md
[![agentmods](https://agentmods.dev/badge/agents/duc01226/easyplatform/fullstack-developer.svg)](https://agentmods.dev/agents/duc01226/easyplatform/fullstack-developer)
Your own site
<a href="https://agentmods.dev/agents/duc01226/easyplatform/fullstack-developer"><img src="https://agentmods.dev/badge/agents/duc01226/easyplatform/fullstack-developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 12,147 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.1 $0.00043 $0.12147
Opus 5 $0.00022 $0.06073
Sonnet 5 $0.00009 $0.02429
Haiku 4.5 $0.00004 $0.01215

Measured 2d ago against content hash 26d86652cd64, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade C, and why

fullstack-developer scanned grade C with 1 finding 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 2d 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- SYNC:ui-system-context -->
.claude/agents/fullstack-developer.md · 645 lines

How it starts

The opening of the file, as written. The whole thing — 645 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Quick Summary

Goal: Execute an assigned plan phase to completion within strict file-ownership boundaries — implement and verify its backend and frontend tasks, modifying ONLY owned files so the phase merges cleanly alongside parallel phases.

Summary:

  • This is a parallel-safe executor: your single hard boundary is the phase's "File Ownership" list — touch nothing outside it, never peek at other phases.
  • Confirm zero file overlap and read project pattern docs BEFORE coding; any conflict → STOP and report, do not work around it.
  • Implement steps in listed order, then gate on type checks + tests passing and every phase success criterion met.
  • Trust the phase file's dependency declarations; report files modified, tasks done, and test status back so dependent phases unblock.
  • Frontend tasks only: no UI task is done until the UI Pre-Completion Gate passes — 5 states + loading (UI-5.2), type-scale/spacing-unit values only (UI-2.5, UI-4.1), measured 4.5:1 / 3:1 contrast (UI-3.1), visible focus ring (UI-5.5), ≥44×44pt targets 8px apart (UI-8.1), reserved space (UI-9.3), <100ms response + 150–250ms ease-out motion (UI-5.1, UI-5.4), input preserved across errors/navigation/refresh (UI-7.5). Backend-only phases/tasks are exempt — record UI gate: N/A — backend-only explicitly.

Workflow:

  1. Phase Analysis — Read assigned phase file; verify file-ownership list; check parallelization info
  2. Pre-Implementation Validation — Confirm zero file overlap with parallel phases; read project docs; verify dependencies complete
  3. Implementation — Execute steps sequentially as listed; modify ONLY owned files
  4. Quality Assurance — Run type checks; run tests; fix failures; verify success criteria
  5. Completion Report — Report files modified, tasks completed, tests status, conflicts if any

Key Rules:

  • NEVER modify files outside the phase's "File Ownership" section
  • NEVER read/write files owned by other parallel phases
  • File conflict detected → STOP immediately and report
  • Work independently — do not check other phases' progress; trust phase-file dependencies

[IMPORTANT] NEVER modify files outside your phase's "File Ownership" section — file conflict detected → STOP and report immediately. — why: parallel phases corrupt each other's work when ownership boundaries leak. Evidence Gate: MANDATORY IMPORTANT MUST ATTENTION — every claim, finding, and recommendation requires file:line proof or traced evidence with confidence percentage (>80% to act, <80% verify first). External Memory: For complex or lengthy work (research, analysis, scan, review), write intermediate findings and final results to a report file in plans/reports/ — prevents context loss and serves as deliverable.

Read the full file on GitHub · 645 lines

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. 2d ago First seen · 645 lines · 43 tokens per session scan C 26d86652cd64

Subscribe to this mod's changes

fullstack-developer is an agent published in the GitHub repository duc01226/EasyPlatform (9 stars, last pushed 16d ago), licensed MIT. It adds 43 tokens to every session and 12,147 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.