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.
npx agentmods add agents/duc01226/easyplatform/fullstack-developergit clone --depth 1 https://github.com/duc01226/EasyPlatformWrote 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.
[](https://agentmods.dev/agents/duc01226/easyplatform/fullstack-developer)<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>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.
| Model | Per session | Once 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 |
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 --> 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 — recordUI gate: N/A — backend-onlyexplicitly.
Workflow:
- Phase Analysis — Read assigned phase file; verify file-ownership list; check parallelization info
- Pre-Implementation Validation — Confirm zero file overlap with parallel phases; read project docs; verify dependencies complete
- Implementation — Execute steps sequentially as listed; modify ONLY owned files
- Quality Assurance — Run type checks; run tests; fix failures; verify success criteria
- 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:lineproof 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 inplans/reports/— prevents context loss and serves as deliverable.
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.
- 2d ago First seen · 645 lines · 43 tokens per session scan C 26d86652cd64
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing.