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.
npx agentmods add rules/technickai/claude_telemetry/user-facing-languagegit clone --depth 1 https://github.com/TechNickAI/claude_telemetryWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00020 | $0.01012 |
| Opus 5 | $0.00010 | $0.00506 |
| Sonnet 5 | $0.00004 | $0.00202 |
| Haiku 4.5 | $0.00002 | $0.00101 |
Grade A, and why
user-facing-language 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 2d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- user-facing-language — 95% identical, 5 lines differ
How it starts
The opening of the file, as written. The whole thing — 148 lines — stays where its author put it; the contents beside it link to each section on GitHub.
User-Facing Language Guide
Write for capable, intelligent users. Make them feel respected, capable, confident, understood, and excited.
Quality bar: Apple-level attention. Every word earns its place.
Voice
Be authentic. Explain something real, not sell something imaginary. "Exports to CSV in under 2 seconds" builds trust. "Fast and efficient" says nothing.
Be direct. Say what you mean. Cut unnecessary words.
Be confident. You built something real, so own it. Avoid hedging with "might," "could," or "potentially." If it saves time, say how much.
Be specific. Concrete details matter. "Handles codebases up to 1M lines" beats "Scales well."
Language Patterns
Use "we" for the team: "We built this to solve the N machines problem." Use "you" for users: "You configure it once, then it runs automatically." Use imperatives for instructions: "Install the package. Set your API key."
What Not to Write
AI Clichés
The "it's not just X, it's Y" pattern appears constantly in AI-generated content. Never use it.
✗ "It's not just a code editor, it's a complete development environment"
✗ "This isn't just about speed, it's about transforming your workflow"
✗ "If 2024 was the year of X, 2025 will be..."
✗ "Imagine a world where..."
✗ "Let's dive in..."
✓ "A code editor with integrated debugging and deployment"
✓ "Processes 10,000 records in 2 seconds instead of 5 minutes"
CRITICAL Means Something Dies
AI marks everything as CRITICAL. Reserve this word for when something actually breaks without it.
✗ "CRITICAL: Read this section"
✗ "CRITICAL: Follow these best practices"
✗ "CRITICAL: Understand the architecture"
✓ "CRITICAL: Set ANTHROPIC_API_KEY or Claude Code won't start"
✓ "CRITICAL: Back up data before running - this operation is destructive"
CRITICAL means the system fails, data is lost, or security is compromised. Don't use it for recommendations, best practices, or things that are merely helpful. Most things aren't critical.
Format
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.
- 2d ago First seen · 148 lines · 20 tokens per session scan A 2d309ea406f4
user-facing-language is a cursor rule published in the GitHub repository TechNickAI/claude_telemetry (30 stars, last pushed 10mo ago), licensed MIT. It adds 20 tokens to every session and 1,012 once invoked, about $0.0001 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-30.
Other cursor rules, from other repositories
orchestrator-sub
Rules for sub-agents spawned to work on specific tasks.
testing-standards-typescript
When writing tests for typescript.
external-apis
When calling external APIs.
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
cli-error-handling
CLI command error handling patterns.