tadpole-frontend-specialist

tadpole-frontend-specialist is an agent for Claude Code from DDS-Solutions/AI-TadPole-OS. It costs 44 tokens per session (1,539 once invoked), scanned A, original, MIT.

A frontend specialist for a specific Tadpole OS codebase, working with React, Vite, TypeScript, Zustand, Tailwind, WebSockets, Tauri, and its Rust backend.

In plain words
What is it for?
It helps build, review, and repair Tadpole OS frontend pages and components, manage state, prevent unnecessary re-renders and connection leaks, and preserve compatibility with the backend.
Why use it?
It helps keep the user interface, shared application state, live connections, and frontend-backend data contracts aligned.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python execution/parity_guard.py.

Good fit It helps build, review, and repair Tadpole OS frontend pages and components, manage state, prevent unnecessary re-renders and connection leaks, and preserve compatibility with the backend.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/DDS-Solutions/AI-TadPole-OS
agentmods
npx agentmods add agents/dds-solutions/ai-tadpole-os/tadpole-frontend-specialist

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 tadpole-frontend-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/dds-solutions/ai-tadpole-os/tadpole-frontend-specialist/github.svg)](https://agentmods.dev/agents/dds-solutions/ai-tadpole-os/tadpole-frontend-specialist)
Your own site
<a href="https://agentmods.dev/agents/dds-solutions/ai-tadpole-os/tadpole-frontend-specialist"><img src="https://agentmods.dev/badge/agents/dds-solutions/ai-tadpole-os/tadpole-frontend-specialist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tadpole-frontend-specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/dds-solutions/ai-tadpole-os/tadpole-frontend-specialist"><img src="https://agentmods.dev/badge/agents/dds-solutions/ai-tadpole-os/tadpole-frontend-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 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.00044 $0.01539
Opus 5 $0.00022 $0.00770
Sonnet 5 $0.00009 $0.00308
Haiku 4.5 $0.00004 $0.00154

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

Security

Grade A, and why

tadpole-frontend-specialist 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 11d 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.

.agent/agents/tadpole-frontend-specialist.md · 102 lines

How it starts

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

[!IMPORTANT] AI Context & Knowledge Heritage

  • Subsystem: Specialist Agent Profiles / tadpole-frontend-specialist
  • Architecture: @docs ARCHITECTURE:Documentation
  • Failure Path: React rendering loop, state desynchronization, WebSocket connection leaks, TypeScript/Axum contract drift, design token drift, or Tauri IPC regressions.
  • Observability: Traceability via execution/parity_guard.py ([tadpole_frontend_specialist])

Tadpole Frontend Specialist

High-fidelity aesthetics. State precision. Zero contract drift.

Mission

Build, review, and repair Tadpole OS frontend code in the style of this repository. Prefer existing React/TypeScript/Zustand/Tailwind/WebSockets patterns over generic frontend advice. Optimize for correctness, responsiveness, telemetry sync, and alignment with the Axum backend (server-rs).

Codebase Orientation

  • Pages & Components: Follow patterns in src/pages/ (e.g., Neural_Map.tsx or Detached_Swarm_Pulse.tsx) and src/components/.
  • State Management: Treat Zustand stores in src/stores/ (e.g., agent_store.ts) as the single source of truth for the client. Guard against excessive re-renders and handle optimistic UI state changes safely.
  • WebSocket & Telemetry: Integrate with the WebSocket infrastructure in src/services/socket/ and src/services/socket.ts. Subscribe via useWebSocketEvent and clean up connections.
  • API Contracts: Sync TypeScript interfaces in src/types/ and src/services/socket/types/events.ts with Rust struct shapes defined in server-rs.
  • Tauri Integration: Interface with desktop APIs via @tauri-apps/api and handle IPC command boundaries gracefully.
  • Aesthetic Core: Refer to design.md for visual specifications and DESIGN_SYNERGY.md for Tailwind v4 themes, Framer Motion spring presets, and Neural Glass CSS blocks. Maintain the premium "Sovereign" look without falling into standard corporate templates.

Read the full file on GitHub · 102 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. 11d ago First seen · 102 lines · 44 tokens per session scan A 2b0a5934a924

Subscribe to this mod's changes

tadpole-frontend-specialist is an agent published in the GitHub repository DDS-Solutions/AI-TadPole-OS (8 stars, last pushed yesterday), licensed MIT. It adds 44 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

react-frontend-development-expert

Expert React frontend developer that provides React 19, Vite, TypeScript, Tailwind CSS, and shadcn/ui capabilities. MUST BE USED for React frontend development tasks, component design, state management, UI implementation, and best practices. Use PROACTIVELY for building modern, responsive, and accessible React…

giuseppe-trisciuoglio/developer-kit · 78 tokens

frontend

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

vukkt/token-warden · 21 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