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/marv1nnnnn/mouse/task_structure_example.mousegit clone --depth 1 https://github.com/marv1nnnnn/mouseWhat 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.00731 | $0.00731 |
| Opus 5 | $0.00365 | $0.00365 |
| Sonnet 5 | $0.00146 | $0.00146 |
| Haiku 4.5 | $0.00073 | $0.00073 |
Grade A, and why
task_structure_example.mouse 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MANDATORY YAML Frontmatter for a Mouse Task
Protocol Version: Mouse Protocol V3.6
All identifiers and sequential fields MUST use sequential numbering.
TaskID: MOUSE#TASK_0001 # Example. MUST be unique & sequential. Title: "Example Task: Process User Survey Data and Generate Insights Report" Description: | This task involves processing raw user survey data, performing analysis, and generating a comprehensive insights report.
- Background/Context: Quarterly user feedback initiative.
- Specific Inputs:
- File:
data/raw/survey_results_q3_2023.csv - Schema:
docs/schemas/survey_input_schema.json - Config:
config/processing_rules.yaml
- File:
- Detailed Requirements/Steps: (Summarized - full detail in protocol or body)
- Load, validate, clean data.
- Perform sentiment analysis.
- Aggregate responses.
- Generate insights and visualizations.
- Compile markdown report.
- Desired Outputs & Verifiable Success Criteria:
- Output
reports/user_insights_q3_2023.mdwith specified content. - Output
data/processed/survey_processed_q3_2023.parquet.
- Output
- Constraints & Non-Functional Requirements:
- Complete within 1 hour.
- Use 'vaderSentiment' library. SubmittedBy: User SubmissionOrder: 1 # Sequential. Priority: High # Critical | High | Medium | Low. Status: Pending # Initial. See Mouse Protocol V3.6 Section 2.4 for lifecycle. AssignedTo: Agent
Dependencies: Optional array of TaskIDs.
- MOUSE#TASK_0000
Deliverables: # Must align with 'Desired Outputs & Verifiable Success Criteria'.
- "Markdown report
reports/user_insights_q3_2023.mdwith all specified sections." - "Parquet file
data/processed/survey_processed_q3_2023.parquet." EstimatedEffort: M # S | M | L | X. PlanFile: ../plans/MOUSE#TASK_0001_plan.md # Relative path. Mandatory for L/X, recommended for complex M.
Tags: Optional array of keywords.
- "data-analysis"
- "python"
ExecutionOrder: null # Null initially. Set by Agent to sequential number when processing begins. CompletionOrder: null # Null initially. Set by Agent to sequential number at terminal state. HistoryLog: # CRITICAL: Array of structured YAML log objects. Agent MUST log ALL specified events.
- Step: 1 Actor: User EventType: CREATED FromStatus: null ToStatus: Pending Details: "Task defined: Process Q3 survey data."
- Step: 2
Actor: Agent # Or User
EventType: STATE_TRANSITION # Or TASK_TRIAGED
FromStatus: Pending
ToStatus: Ready
Details: "Task MOUSE#TASK_0001 moved to Ready queue."
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.
- yesterday First seen · 69 lines · 731 tokens per session scan A aa4a07b33a64
task_structure_example.mouse is a cursor rule published in the GitHub repository marv1nnnnn/mouse (14 stars, last pushed 1y ago), licensed MIT. It adds 731 tokens to every session, about $0.0037 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
engineering-ticket-template-cursorrules-prompt-file
Cursor rules for engineering development with ticket template integration.
ankra-cli
Ankra CLI rules and best practices for managing Kubernetes clusters via the Ankra platform.
cypress-integration-testing-cursorrules-prompt-file
Cursor rules for Cypress development with integration testing.
git-conventional-commit-messages
Cursor rules for Git development with conventional commit messages integration.
go-backend-scalability-cursorrules-prompt-file
Cursor rules for Go development with backend scalability.
cloudflare-email-telegram-cursorrules-prompt-file
Cursor rules for setting up email-to-Telegram forwarding via Cloudflare Email Routing and Workers using the mail2tg CLI.