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.
git clone --depth 1 https://github.com/zoxknez/agentic-ai-prompts-EN-SRBWrote 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.
[](https://agentmods.dev/rules/zoxknez/agentic-ai-prompts-en-srb/prompt-routing)<a href="https://agentmods.dev/rules/zoxknez/agentic-ai-prompts-en-srb/prompt-routing"><img src="https://agentmods.dev/badge/rules/zoxknez/agentic-ai-prompts-en-srb/prompt-routing/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.
<a href="https://agentmods.dev/rules/zoxknez/agentic-ai-prompts-en-srb/prompt-routing"><img src="https://agentmods.dev/badge/rules/zoxknez/agentic-ai-prompts-en-srb/prompt-routing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00009 | $0.00226 |
| Opus 5 | $0.00005 | $0.00113 |
| Sonnet 5 | $0.00002 | $0.00045 |
| Haiku 4.5 | $0.00001 | $0.00023 |
Grade A, and why
prompt-routing 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 12d 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.
What it actually says
Prompt Routing
| User intent | Load this prompt |
|---|---|
| New repo / onboarding | @prompts/en/01-architecture-scan.md |
| Quick session rules only | @prompts/en/00-quick-context.md |
| Audit after fast coding | @prompts/en/02-post-vibe-audit.md |
| Fix a specific bug | @prompts/en/03-safe-refactor.md |
| Add a feature | @prompts/en/04-feature-implementation.md |
| Pre-deploy QA + security | @prompts/en/05-deep-scan.md |
| Prioritize tech debt | @prompts/en/06-tech-debt-triage.md |
| Review PR / branch diff | @prompts/en/07-pr-review.md |
Serbian: replace en with sr.
After loading, append the session context block from README (stack, permissions, test commands).
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.
- 12d ago First seen · 22 lines · 9 tokens per session scan A d7b4d750d61f
prompt-routing is a cursor rule published in the GitHub repository zoxknez/agentic-ai-prompts-EN-SRB (2 stars, last pushed 2mo ago), licensed MIT. It adds 9 tokens to every session and 226 once invoked, about $0.0000 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.
Other cursor rules, from other repositories
llm-integration-rules
A set of rules for connecting an application to a large language model, including Python wrappers, API endpoints, asynchronous calls, retries, and key management.
next-type-llm
Cursor rules for Next.js development with Type LLM integration.
general-context-and-instructions
We are building an LLM powered AI data analyst for Data Engineering teams that work with dbt to manage their analytics code bases. To use this project, users should be able to connect with their dbt cloud projects or their dbt core github repos via an interface which is then used to build a knowlege base. We then use…
scikit-learn-machine-learning
A set of Python guidelines for building machine-learning models with scikit-learn, a library for training models from data. It covers preparing data, linking processing steps into pipelines, training models, and checking results with cross-validation.
tensorflow-handbook
A set of guidelines for building and training neural networks with TensorFlow and Keras, Python tools for machine learning. It covers sequential models, model training, distributed training, and using multiple GPUs.
matplotlib-visualization
A set of Python guidelines for creating charts with Matplotlib, a library for displaying data visually. It covers basic charts, including scatter plots, line charts, histograms, box plots, and multi-chart layouts.