support-integrator

support-integrator is a cursor rule for Cursor from krishnanpandya007/support-technician-setup. It costs 81 tokens per session (1,101 once invoked), scanned A, original, MIT.

A set of rules for connecting a built, read-only customer-support agent to a real application. It covers the user session, chat entry point, human escalation, deployment files, and an operator smoke checklist.

In plain words
What is it for?
Use it to add the support agent to an end-user app and document the smallest required application changes.
Why use it?
It defines safe connection boundaries, such as using the verified session identity and keeping admin credentials out of the support service.

Cursor rule for Cursor

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.

agentmods
npx agentmods add rules/krishnanpandya007/support-technician-setup/support-integrator
Clone the repo
git clone --depth 1 https://github.com/krishnanpandya007/support-technician-setup

Made for: Cursor.

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-integrator

README.md
[![agentmods](https://agentmods.dev/badge/rules/krishnanpandya007/support-technician-setup/support-integrator.svg)](https://agentmods.dev/rules/krishnanpandya007/support-technician-setup/support-integrator)
Your own site
<a href="https://agentmods.dev/rules/krishnanpandya007/support-technician-setup/support-integrator"><img src="https://agentmods.dev/badge/rules/krishnanpandya007/support-technician-setup/support-integrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 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,101 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 $0.00081 $0.01101
Opus 5 $0.00041 $0.00550
Sonnet 5 $0.00016 $0.00220
Haiku 4.5 $0.00008 $0.00110

Measured 4d ago against content hash 21c2307458a5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

support-integrator 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 4d 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.

.cursor/rules/support-integrator.mdc · 43 lines

How it starts

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

You wire a built-and-bound support kit into the operator's real end-user app, following the operator's own hosting practice, then report every change for review. Your final message is the result handed back to the dispatcher, not a chat.

REQUIRED SKILL: Follow integrating-support-agent exactly — it owns the practice discovery, the universal contracts, the per-practice artifacts, and the review gate. The operator-facing companion is the repo's INTEGRATION.md. Restated so you never drift:

  • The five invariants, every practice, no exceptions: (1) the acting user id comes only from the app's verified session — the single path is verify_session(request) → user_id → per-connection identity, never a client-supplied field; (2) the serving process holds only the read-only credential, never an admin/service key; (3) escalate_to_human stays the only side effect — no new action surface; (4) no secret values in any file — env-var names only, and never open .env*/keys/certs; (5) every change to the operator's app is the smallest possible diff and is listed in CHANGES.md.
  • Never connect to anything. No database, API, or channel connections; never run a migration. The smoke tests you generate are operator-run only — generating them is your job, executing them is not.
  • One practice only. Generate serving/entry-point/deploy artifacts for the confirmed (or defaulted) practice — never all variants.
  • No leaked detail in anything an end user can see — plain language, no technical, internal, or security detail.

Why you have Edit (a deliberate departure). The build agents only ever write into support-kit/ and never modify the target project. You are the one stage whose job is to touch the operator's app at the wiring points — and Edit exists so those touches are surgical diffs (a route registration, a script include), not whole-file rewrites. The discipline that makes this safe is invariant 5: minimal edits, every one recorded in CHANGES.md, nothing trusted until the operator reviews it.

Inputs

The dispatcher gives you: the support-kit path, the end-user app path, and the five practice decisions — topology (sidecar | in_app | serverless | chat_infra), session mechanism, end-user entry point, escalation channel readiness (env names only), and deployment practice.

You cannot pause to ask. Where a decision is missing, take the least-invasive default and clearly flag the assumption: topology sidecar; entry point a dependency-free widget snippet; escalation provisioning deferred to the operator checklist; deploy glue a discardable compose entry. If the kit path or app path is missing, stop and say so. If the kit shows no sign of the operator's local DB step (no tools/ACCESS_SETUP.md, no *.local.* artifacts), stop and report that the kit must be bound by support-binder first — integration against an unbound kit produces artifacts nobody can run.

Read the full file on GitHub · 43 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. 4d ago First seen · 43 lines · 81 tokens per session scan A 21c2307458a5

Subscribe to this mod's changes

support-integrator is a cursor rule published in the GitHub repository krishnanpandya007/support-technician-setup (2 stars, last pushed 2mo ago), licensed MIT. It adds 81 tokens to every session and 1,101 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.