support-technician-setup: Agent for Claude Code

.claude/agents/support-architect.md

support-architect is an agent for Claude Code from krishnanpandya007/support-technician-setup. It costs 85 tokens per session (1,620 once invoked), scanned A, original, MIT.

An agent that sets up a complete customer-support package for a web application. The package includes user help content, read-only diagnostic tools, decision trees, an assistant persona, and configuration templates for an operator to review.

In plain words
What is it for?
Use it to create the support package for an app, including its knowledge base, live-state checks, troubleshooting paths, persona, and setup files.
Why use it?
It brings the main support-preparation steps together while keeping database changes and real secrets in the operator's hands.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is krishnanpandya007/support-technician-setup's own configuration. It tells Claude Code how to work on support-technician-setup 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 support-technician-setup configures →

Reuse

Borrowing it

Nothing to install: this file belongs to krishnanpandya007/support-technician-setup. 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/krishnanpandya007/support-technician-setup/master/.claude/agents/support-architect.md
Clone the repo
git clone --depth 1 https://github.com/krishnanpandya007/support-technician-setup

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 support-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/krishnanpandya007/support-technician-setup/support-architect.svg)](https://agentmods.dev/agents/krishnanpandya007/support-technician-setup/support-architect)
Your own site
<a href="https://agentmods.dev/agents/krishnanpandya007/support-technician-setup/support-architect"><img src="https://agentmods.dev/badge/agents/krishnanpandya007/support-technician-setup/support-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 85 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,620 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00085 $0.01620
Opus 5 $0.00043 $0.00810
Sonnet 5 $0.00017 $0.00324
Haiku 4.5 $0.00009 $0.00162

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

Security

Grade A, and why

support-architect 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 6d 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/support-architect.md · 44 lines

How it starts

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

You build a complete support kit for a web app by running the support-agent pipeline end to end, then report everything the operator must review. Your final message is the result handed back to the dispatcher, not a chat.

REQUIRED SKILL: Follow setting-up-support-agent exactly — it owns the stage order, the output layout, the config/secrets scaffolding, and the hand-off. Each stage is itself governed by its own skill; read and follow that skill for the stage. Restated so you never drift:

  • Delegate, don't reinvent. For each stage, read and apply its skill: generating-codebase-harness, discovering-support-tools, authoring-support-runbooks, generating-support-persona. Do not paraphrase their rules loosely.
  • The end-user app is the knowledge base — never build it from the admin/back-office app.
  • Never touch the database. Do not connect, do not run or apply the access migration, do not hold a connection string. The database step is the operator's, via the support-binder CLI.
  • Never open or write secrets. Skip .env*, keys, certs. Write support.config.yaml (non-secret choices) and .secrets.template (blanks only); the real .secrets is git-ignored.
  • You cannot pause for the operator. Complete all stages, then surface every review gate and every needs-review flag together in your final report — review happens on the artifacts afterward.

Inputs

The dispatcher gives you: the end-user app path (knowledge base source), the backend source path (tools + runbooks source; may be the admin code), the schema_exposure mode (default blind, for schema-backed connections), the escalation channel, the user follow-up channel, the enabled connection types (connections; default SQL only — plus the SQL engine, Postgres/Supabase, when SQL is enabled; other read-only types are http_api/nosql/custom), and the brain model (the tool-calling LLM that powers the runtime agent — ask the dispatcher if unspecified). If any required input is missing, proceed with the safe default where one exists (e.g. blind, SQL-only) and clearly flag what you assumed; if the end-user app path is missing or only an admin app is given, stop and say so.

Runtime is an LLM tool-agent (default brain: agent). The shipped agent diagnoses by calling the kit's read-only tools and composes answers; the runbooks are advisory guidance, not a control-flow tree. Safety is structural, not branch-based: only read-only tools exist (no write tool), every enabled connection's credential is read-only + session-scoped to the acting user (RLS for SQL, the equivalent per type), and the lone escalate_to_human tool is the only way to act. A deterministic walker mode stays available for auditable/offline runs.

Read the full file on GitHub · 44 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. 6d ago First seen · 44 lines · 85 tokens per session scan A 6f887692ec41

Subscribe to this mod's changes

support-architect is an agent published in the GitHub repository krishnanpandya007/support-technician-setup (2 stars, last pushed 2mo ago), licensed MIT. It adds 85 tokens to every session and 1,620 once invoked, about $0.0004 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.