02-intent

Runtime rules for Intent, an agent system that connects a client to language models, tools, skills, memory, and sessions.

In plain words
What is it for?
Use them when modifying Intent's agent loop, language-model pool, tools, skills, memory, sessions, or related services.
Why use it?
They keep the core lightweight and tell developers where concrete backends belong, reducing architectural confusion when changing agent behavior.

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/clubpay/ronykit/02-intent
Clone the repo
git clone --depth 1 https://github.com/clubpay/ronykit

Made for: Cursor.

Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 179 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.00000 $0.00179
Opus 5 $0.00000 $0.00089
Sonnet 5 $0.00000 $0.00036
Haiku 4.5 $0.00000 $0.00018

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

Security

Grade A, and why

02-intent 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.

.cursor/rules/02-intent.mdc · 16 lines

What it actually says

intent (agent runtime)

  • The intent core stays dependency-light and defines interfaces only — concrete backends live under std/<kind>/<name> as separate modules.
  • Agent stack: Client -> rony endpoint -> intent.Agent.RunTurn -> LLM pool -> tools / skills / memory.
  • intent.Agent composes knowledge, LLM pool, memory, tools, skills, sessions, and rony services.
  • Wire multiple LLM backends into intent.NewLLMPool (selectors: first, random, priority, enforced). Do not add a separate pool orchestration module.
  • Read intent/README.md and intent/DESIGN.md before changing agent behavior.

Deep reference: intent/DESIGN.md.

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. 2d ago First seen · 16 lines · 0 tokens per session scan A 7eb93a579193

Subscribe to this mod's changes

02-intent is a cursor rule published in the GitHub repository clubpay/ronykit (38 stars, last pushed 4d ago), licensed BSD-3-Clause. It costs nothing until one of its globs matches a file; then it loads 179 tokens. 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.