directory-structure-rule

directory-structure-rule is a cursor rule for Cursor from DaunteEth/woofi-pro-mcp. It costs 276 tokens per session, scanned A, original, Apache-2.0.

A project-structure rule for an MCP server that connects to WOOFi and separates its endpoint modules by category. MCP is a standard way for coding agents to use external tools and services.

In plain words
What is it for?
Keeping WOOFi and Orderly endpoint code organised, maintaining root-level configuration files, and ensuring the server entry file only connects the modules.
Why use it?
It prevents files from being moved or duplicated and keeps network code out of the main server entry point. That makes the project layout predictable as the server grows.

Cursor rule for Cursor

Written for Cursor: installed under .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/daunteeth/woofi-pro-mcp/directory-structure-rule
Clone the repo
git clone --depth 1 https://github.com/DaunteEth/woofi-pro-mcp

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 directory-structure-rule

README.md
[![agentmods](https://agentmods.dev/badge/rules/daunteeth/woofi-pro-mcp/directory-structure-rule.svg)](https://agentmods.dev/rules/daunteeth/woofi-pro-mcp/directory-structure-rule)
Your own site
<a href="https://agentmods.dev/rules/daunteeth/woofi-pro-mcp/directory-structure-rule"><img src="https://agentmods.dev/badge/rules/daunteeth/woofi-pro-mcp/directory-structure-rule.svg" alt="Measured on agentmods" height="20"></a>
Per session 276 This file is loaded in full into every session.
When invoked 276 The same file — it is already loaded in full.
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.1 $0.00276 $0.00276
Opus 5 $0.00138 $0.00138
Sonnet 5 $0.00055 $0.00055
Haiku 4.5 $0.00028 $0.00028

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

Security

Grade A, and why

directory-structure-rule 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 5d 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/directory-structure-rule.mdc · 33 lines

What it actually says

  1. Maintain this hierarchy—do not relocate or duplicate:

my-woofi-mcp/ ├── .env ├── .gitignore ├── plugin-manifest.json ├── smithery.yaml ├── tsconfig.json ├── package.json ├── src/ │ ├── index.ts │ └── endpoints/ │ ├── account.ts │ ├── orders.ts │ ├── assets.ts │ ├── positions.ts │ ├── liquidations.ts │ ├── funding.ts │ └── woofi.ts └── .cursor/ └── mcp.json

  1. Each module in src/endpoints/ maps to one of Orderly’s categories (Account, Orders, Assets, Positions, Liquidations, Funding) or WOOFi.
  2. src/index.ts only wires up the MCP server and imports endpoint modules—no inline HTTP logic.
  3. Configuration files (.env, plugin-manifest.json, smithery.yaml, .cursor/mcp.json) stay at project root.
  4. Rule file name: directory-structure-rule.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. 5d ago First seen · 33 lines · 276 tokens per session scan A aa0df2886ef2

Subscribe to this mod's changes

directory-structure-rule is a cursor rule published in the GitHub repository DaunteEth/woofi-pro-mcp (1 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 276 tokens to every session, about $0.0014 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.