Repo-Navigation-And-Module-Ownership

Repo-Navigation-And-Module-Ownership is a cursor rule for Cursor from Fullive-AI/Anima. It costs 320 tokens per session, scanned A, original, Apache-2.0.

A repository rule for locating the correct module or subsystem before changing code and keeping edits within that ownership boundary.

In plain words
What is it for?
Use it at the start of development tasks to trace the relevant entry point, inspect nearby files, identify the behavior's owner, and place related tests correctly.
Why use it?
It reduces accidental changes in unrelated areas and helps preserve local conventions. It also makes dependencies and cross-module effects clearer before editing.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it at the start of development tasks to trace the relevant entry point, inspect nearby files, identify the behavior's owner, and place related tests correctly.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/fullive-ai/anima/repo-navigation-and-module-ownership
About the project

Anima is an open-source local-network runtime that gives household hardware an AI layer for sensing environments, remembering preferences, planning actions, and controlling devices through adapters. It is intended for intelligent devices such as lights, air conditioners, humidifiers, air purifiers, and speakers, with a dashboard, REST API, and CLI for control and extension. The catalogue entries are skills, rules, and instructions for working with Anima.

Fullive-AI/Anima · 1,046 stars · on GitHub

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/Fullive-AI/Anima

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 Repo-Navigation-And-Module-Ownership

README.md
[![agentmods](https://agentmods.dev/badge/rules/fullive-ai/anima/repo-navigation-and-module-ownership/github.svg)](https://agentmods.dev/rules/fullive-ai/anima/repo-navigation-and-module-ownership)
Your own site
<a href="https://agentmods.dev/rules/fullive-ai/anima/repo-navigation-and-module-ownership"><img src="https://agentmods.dev/badge/rules/fullive-ai/anima/repo-navigation-and-module-ownership/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 Repo-Navigation-And-Module-Ownership

Your own site · 80×15
<a href="https://agentmods.dev/rules/fullive-ai/anima/repo-navigation-and-module-ownership"><img src="https://agentmods.dev/badge/rules/fullive-ai/anima/repo-navigation-and-module-ownership.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 320 This file is loaded in full into every session.
When invoked 320 The same file — it is already loaded in full.
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.00320 $0.00320
Opus 5 $0.00160 $0.00160
Sonnet 5 $0.00064 $0.00064
Haiku 4.5 $0.00032 $0.00032

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

Security

Grade A, and why

Repo-Navigation-And-Module-Ownership 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 10d 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/Repo-Navigation-And-Module-Ownership.mdc · 50 lines

What it actually says

Before editing, orient yourself in the repository and identify the correct ownership boundary.

Required behavior

For each task:

  1. Determine which module, package, app, service, or subsystem owns the change.
  2. Inspect the nearest relevant files before making edits.
  3. Follow local conventions in that part of the repo.
  4. Limit changes to the owning area unless downstream or upstream compatibility requires more.
  • Start from the entry point most relevant to the request.
  • Trace usage through imports, calls, routes, handlers, adapters, and tests.
  • Prefer modifying the true owner of the behavior, not a random nearby consumer.
  • Avoid scattering a single concern across multiple modules.

Ownership rules

  • Put business logic in the business logic owner.
  • Put UI behavior in the UI owner.
  • Put integration glue in the integration owner.
  • Put protocol handling in the protocol owner.
  • Put tests next to or clearly aligned with the owning behavior.

Cross-module changes

If multiple modules must change:

  1. Identify the dependency chain first.
  2. List the affected boundaries mentally before editing.
  3. Keep the interface between modules clear.
  4. Change only the modules necessary to complete the task safely.

Avoid

  • editing whichever file appears first in search results without understanding ownership
  • patching symptoms in consumers when the root cause belongs in a shared owner
  • creating shadow logic in a second module
  • spreading fixes across the repo without a clear dependency reason

Preferred mindset

Understand where the change belongs before deciding how to implement it.

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. 10d ago First seen · 50 lines · 320 tokens per session scan A 0b99e9acf828

Subscribe to this mod's changes

Repo-Navigation-And-Module-Ownership is a cursor rule published in the GitHub repository Fullive-AI/Anima (1,046 stars, last pushed 20d ago), licensed Apache-2.0. It adds 320 tokens to every session, about $0.0016 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.