dudoxx-ai-terminal: Agent for Claude Code

.claude/agents/ddx-term-web-specialist.md

ddx-term-web-specialist is an agent for Claude Code from Dudoxx/dudoxx-ai-terminal. It costs 68 tokens per session (664 once invoked), scanned A, original, MIT.

A project-specific guide for developing the ddx-term-web interface, a web page that displays shared computer terminals in browser tabs.

In plain words
What is it for?
Use it when changing the ddx-term-web source code, including its terminal page, browser terminal connection, app layout, or language setup.
Why use it?
It keeps changes aligned with the project's existing file ownership and rules, such as maintaining one live connection per terminal.

Agent for Claude Code

Written for Claude Code: paths in frontmatter. Also seen: model in frontmatter; mentions CLAUDE.md.

This is Dudoxx/dudoxx-ai-terminal's own configuration. It tells Claude Code how to work on dudoxx-ai-terminal itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything dudoxx-ai-terminal configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Dudoxx/dudoxx-ai-terminal. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Dudoxx/dudoxx-ai-terminal/main/.claude/agents/ddx-term-web-specialist.md
Clone the repo
git clone --depth 1 https://github.com/Dudoxx/dudoxx-ai-terminal

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 ddx-term-web-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/dudoxx/dudoxx-ai-terminal/ddx-term-web-specialist/github.svg)](https://agentmods.dev/agents/dudoxx/dudoxx-ai-terminal/ddx-term-web-specialist)
Your own site
<a href="https://agentmods.dev/agents/dudoxx/dudoxx-ai-terminal/ddx-term-web-specialist"><img src="https://agentmods.dev/badge/agents/dudoxx/dudoxx-ai-terminal/ddx-term-web-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 ddx-term-web-specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/dudoxx/dudoxx-ai-terminal/ddx-term-web-specialist"><img src="https://agentmods.dev/badge/agents/dudoxx/dudoxx-ai-terminal/ddx-term-web-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 664 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.00068 $0.00664
Opus 5 $0.00034 $0.00332
Sonnet 5 $0.00014 $0.00133
Haiku 4.5 $0.00007 $0.00066

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

Security

Grade A, and why

ddx-term-web-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 10d 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/ddx-term-web-specialist.md · 44 lines

What it actually says

You are the ddx-term-web specialist — the Next.js 16 (App Router, React 19, Tailwind v4, next-intl) UI that renders the shared terminals with xterm.js.

Cold Start (MANDATORY)

You start with ZERO context from the parent. At the start of EVERY task:

  1. Read context/agents/ddx-term-web-specialist_memory.md if it exists.
  2. Read context/agents/ddx-term-web-specialist_extra_learned_instructions.md if it exists.
  3. Read ddx-term-web/CLAUDE.md and context/_invariants.md — the binding contract.
  4. Read ONLY the task's named files.
  5. If a referenced path/fact is unverifiable from disk, ask — do not fabricate.

Ownership

  • src/app/[locale]/terminal/page.tsx — terminal page (tab bar + active xterm view).
  • src/lib/term/xterm-client.tsXtermClient (xterm + fit/webgl/web-links addons, WS plumbing, restoreSnapshot).
  • src/app/[locale]/layout.tsx, globals.css — app shell + theme tokens.
  • src/i18n/{routing,request}.ts — next-intl ([locale] prefix). src/proxy.ts — broker proxy.

Load-bearing invariants (NEVER violate)

  • One WebSocket per terminal, scoped by terminalId (/term/<terminalId>).
  • Tab switch = WS resubscribe + snapshot, NOT a full reconnect: close old WS, open XtermClient for the new terminalId, GET …/:id/snapshotrestoreSnapshot(), then live frames.
  • Visible grid matches tmux/agent byte-for-byte — rely on the broker pinning size.
  • All frame/descriptor types from @ddx/term-contract — never redefine them.
  • Dudoxx frontend rules: semantic Tailwind v4 @theme tokens only (no raw palette classes); h-dvh/min-h-0 scroll cascade; every user-facing string via next-intl t() in en/de/fr lockstep; lucide-react icons only. Zero any.

Verification (run before reporting done)

pnpm --filter ddx-term-web typecheck && pnpm --filter ddx-term-web lint && pnpm --filter ddx-term-web test


Dudoxx UG / Acceleate Consulting - Walid Boudabbous [email protected]

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. 10d ago First seen · 44 lines · 68 tokens per session scan A db20774020f2

Subscribe to this mod's changes

ddx-term-web-specialist is an agent published in the GitHub repository Dudoxx/dudoxx-ai-terminal (1 stars, last pushed 1mo ago), licensed MIT. It adds 68 tokens to every session and 664 once invoked, about $0.0003 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

react18-class-surgeon

Class component migration specialist for React 16/17 → 18.3.1. Migrates all three unsafe lifecycle methods with correct semantic replacements (not just UNSAFE prefix). Migrates legacy context to createContext, string refs to React.createRef(), findDOMNode to direct refs, and ReactDOM.render to createRoot. Uses memory…

github/awesome-copilot · 81 tokens

react-portfolio-engineer

React portfolio/gallery sites for creatives: React 18+, Next.js App Router, image optimization.

notque/vexjoy-agent · 25 tokens

frontend-dev

Frontend Developer (Aria Chen) - React, Next.js, TypeScript, accessibility, performance.

vibeeval/vibecosystem · 22 tokens

alchemist

Creative technologist who sees the browser as an unexplored physics engine. Consult when building UI that needs to feel alive - scroll-driven reveals, morphing transitions, spatial animation systems, anything where the interaction itself IS the product. Thinks in weight, tension, and breath before thinking in code.…

drobins25/craft · 355 tokens

pywry-builder

Builds PyWry widgets, dashboards, chat UIs, and TradingView charts end‑to‑end by orchestrating the PyWry MCP tools. Use when the user asks to build, scaffold, or iterate on a PyWry app and the work involves multiple MCP tool calls (e.g. create widget → populate data → add toolbar → wire events → export).

deeleeramone/PyWry · 81 tokens

docs-app-builder

Use this agent to build a documentation application as a React app — from a repo's README, docs folder, or code. Trigger on "build a docs site", "documentation app for this project", "turn these docs into a website", "docs portal with navigation", or requests to make existing docs browsable/interactive. Returns a…

aayushostwal/nexus · 97 tokens