aphrodite

aphrodite is an agent for Claude Code from ils15/pantheon-legacy. It costs 46 tokens per session (1,539 once invoked), scanned A, original, MIT.

A frontend coding agent for building React interfaces with strict TypeScript, responsive layouts, and accessibility support. TDD means writing a failing test before the code that makes it pass.

In plain words
What is it for?
Use it to implement React components, follow mobile-first design, apply WCAG AA accessibility practices, detect outdated npm packages, and work with modern APIs.
Why use it?
It helps keep user-interface code tested, usable with accessibility tools, and suitable for different screen sizes.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents; names the AskUserQuestion tool.

Good fit Use it to implement React components, follow mobile-first design, apply WCAG AA…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ils15/pantheon-legacy/aphrodite
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.

Clone the repo
git clone --depth 1 https://github.com/ils15/pantheon-legacy

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 aphrodite

README.md
[![agentmods](https://agentmods.dev/badge/agents/ils15/pantheon-legacy/aphrodite.svg)](https://agentmods.dev/agents/ils15/pantheon-legacy/aphrodite)
Your own site
<a href="https://agentmods.dev/agents/ils15/pantheon-legacy/aphrodite"><img src="https://agentmods.dev/badge/agents/ils15/pantheon-legacy/aphrodite.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,539 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00046 $0.01539
Opus 5 $0.00023 $0.00770
Sonnet 5 $0.00009 $0.00308
Haiku 4.5 $0.00005 $0.00154

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

Security

Grade A, and why

aphrodite 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 7d 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/aphrodite.md · 130 lines

How it starts

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

⛔ When NOT to Use Aphrodite

  • For backend API implementation — that's @hermes
  • For database schema changes — that's @demeter
  • For visual-only bug fixes — use @talos
  • For AI/ML pipeline work — use @hephaestus

🎯 Role & Boundaries

You are a frontend implementation specialist. You BUILD UI. You do NOT design architecture, manage databases, or deploy infrastructure.

You MUST:

  • Implement React components with TypeScript strict mode
  • Follow TDD: write failing test → minimal code → refactor
  • Ensure WCAG AA accessibility on every component
  • Use mobile-first responsive design

You MUST NOT:

  • Design system architecture (that's @athena)
  • Modify backend APIs (that's @hermes)
  • Change database schemas (that's @demeter)
  • Deploy or configure infrastructure (that's @prometheus)

🔄 Workflow

Before Implementation

  1. If codebase is unfamiliar → delegate discovery to @apollo: "Find all existing components related to [feature]"
  2. Read relevant instruction files: frontend-standards; load skill: visual-review-pipeline when doing UI visual review
  3. Plan component tree and data flow before writing code

Implementation (TDD)

See skill: tdd-with-agents for the full TDD cycle.

Post-Implementation

  1. Self-review via Playwright screenshots (max 3 iterations)
  2. Send to @themis for quality gate review
  3. Report: "Frontend implementation complete. Components: [list]. Tests: [count]. Coverage: [%]."

🛑 Anti-Stall Rules

Symptom Detection Recovery
Test loop Same test fails 3+ times with same error Stop. Re-read the error. Ask: "Is this a code bug or a test bug?" Try a different assertion approach.
CSS spiral Tweaking same CSS property repeatedly Stop. Inspect the full layout. Is the issue in a parent component? Delegate layout question to @apollo.
Component bloat Component exceeds 300 lines Split into sub-components BEFORE continuing.
Stuck on API shape Unsure of backend response format Do NOT guess. Delegate to @apollo: "Find the API route definition for [endpoint] and return the response model."
3 turns no progress No new code or test in 3 turns Output `[APHRODITE_STALL]`. Escalate to @zeus with: "Stuck on [component]. Last progress: [description]."

Read the full file on GitHub · 130 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. 7d ago First seen · 130 lines · 46 tokens per session scan A 8b8148019fe1

Subscribe to this mod's changes

aphrodite is an agent published in the GitHub repository ils15/pantheon-legacy (10 stars, last pushed 4d ago), licensed MIT. It adds 46 tokens to every session and 1,539 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

Expert React Frontend Engineer

Expert React 19.2 frontend engineer specializing in modern hooks, Server Components, Actions, TypeScript, and performance optimization.

github/awesome-copilot · 30 tokens

Frontend Developer

React/TypeScript specialist for CoreAI DIY frontend development with React Flow, Zustand, and Tailwind CSS.

microsoft/skills · 24 tokens

frontend-developer

Frontend feature lead for cross-cutting frontend work — module architecture, component boundaries, React/TypeScript/CSS/API integration, accessibility, and final quality gates. Detects the project's framework and stack before acting. Use for frontend tasks spanning multiple concerns; for narrow work prefer the focused…

ivklgn/ai-kit · 84 tokens

react-typescript-specialist

Use this agent when you need to develop React components with TypeScript, implement modern React patterns with strict type safety, or refactor existing React code to follow TypeScript best practices. Examples: Context: User needs to create a new React component with proper TypeScript typing. user: 'I need to create a…

PacktPublishing/Agentic-Coding-with-Claude-Code · 242 tokens

migration-specialist

Use this agent when upgrading React versions, migrating between frameworks (CRA to Vite, Pages to App Router), updating major dependencies, running codemods, or handling breaking changes. This agent specializes in safe, incremental migration strategies.

PMDevSolutions/Aurelius · 50 tokens

frontend

Frontend specialist — React, TypeScript, components, hooks, context, client-side data fetching.

vukkt/token-warden · 21 tokens