prompt-routing

prompt-routing is a cursor rule for Cursor from zoxknez/agentic-ai-prompts-EN-SRB. It costs 9 tokens per session (226 once invoked), scanned A, original, MIT.

A set of routing rules that selects a Universal AI Engineering Prompt based on the kind of coding task being requested.

In plain words
What is it for?
Use it to load task-specific prompts for a new repository, a quick session, a bug fix, a feature, pre-deployment checks, technical-debt triage, or a pull-request review.
Why use it?
It removes the need to choose the right instructions manually for onboarding, bug fixes, feature work, reviews, audits, or technical-debt work.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it to load task-specific prompts for a new repository, a quick session, a bug fix, a feature, pre-deployment checks, technical-debt triage, or a pull-request review.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/zoxknez/agentic-ai-prompts-en-srb/prompt-routing
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.

Clone the repo
git clone --depth 1 https://github.com/zoxknez/agentic-ai-prompts-EN-SRB

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 prompt-routing

README.md
[![agentmods](https://agentmods.dev/badge/rules/zoxknez/agentic-ai-prompts-en-srb/prompt-routing/github.svg)](https://agentmods.dev/rules/zoxknez/agentic-ai-prompts-en-srb/prompt-routing)
Your own site
<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.

agentmods 80×15 button for prompt-routing

Your own site · 80×15
<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>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 226 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.00009 $0.00226
Opus 5 $0.00005 $0.00113
Sonnet 5 $0.00002 $0.00045
Haiku 4.5 $0.00001 $0.00023

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

Security

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.

.cursor/rules/prompt-routing.mdc · 22 lines

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).

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. 12d ago First seen · 22 lines · 9 tokens per session scan A d7b4d750d61f

Subscribe to this mod's changes

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.

Related

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.

holtwood/awesome-cursorrules-zh · 0 tokens

next-type-llm

Cursor rules for Next.js development with Type LLM integration.

PatrickJS/awesome-cursorrules · 624 tokens

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…

pragunbhutani/dbt-llm-agent · 2,253 tokens

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.

holtwood/awesome-cursorrules-zh · 181 tokens

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.

holtwood/awesome-cursorrules-zh · 169 tokens

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.

holtwood/awesome-cursorrules-zh · 172 tokens