repository-restructuring-plan

repository-restructuring-plan is a cursor rule for Cursor from SwonVIP/mcp-server-talk. It costs 0 tokens per session (541 once invoked), scanned A, original, MIT.

A plan for reorganising a repository, the folder that contains a project’s files and history. It separates presentation files from demonstration materials while keeping the project working.

In plain words
What is it for?
Use it to move presentation files into a dedicated folder, create a place for demos, and update the project documentation.
Why use it?
It makes the project easier to navigate by grouping related files together. It also provides a target structure for adding demo content later.

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/swonvip/mcp-server-talk/repository-restructuring-plan
Clone the repo
git clone --depth 1 https://github.com/SwonVIP/mcp-server-talk

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 repository-restructuring-plan

README.md
[![agentmods](https://agentmods.dev/badge/rules/swonvip/mcp-server-talk/repository-restructuring-plan.svg)](https://agentmods.dev/rules/swonvip/mcp-server-talk/repository-restructuring-plan)
Your own site
<a href="https://agentmods.dev/rules/swonvip/mcp-server-talk/repository-restructuring-plan"><img src="https://agentmods.dev/badge/rules/swonvip/mcp-server-talk/repository-restructuring-plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 541 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.1 $0.00000 $0.00541
Opus 5 $0.00000 $0.00270
Sonnet 5 $0.00000 $0.00108
Haiku 4.5 $0.00000 $0.00054

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

Security

Grade A, and why

repository-restructuring-plan 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 4d 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/repository-restructuring-plan.mdc · 77 lines

How it starts

The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Repository Restructuring Plan

Overview

Restructuring the repository to separate presentation content from demo materials and maintain functionality.

Current Structure

├── index.html                 # Main presentation file
├── deck/                     # Presentation assets (images)
├── lib/                      # Reveal.js dependencies
├── css/                      # Stylesheets
├── js/                       # JavaScript files
├── presentation-content.md   # Content planning document
├── package.json              # Node.js dependencies
├── gulpfile.js              # Build configuration
└── other reveal.js files...

Target Structure

├── presentation/
│   ├── index.html           # Main presentation file
│   ├── deck/               # Presentation assets
│   ├── lib/                # Reveal.js dependencies
│   ├── css/                # Stylesheets
│   ├── js/                 # JavaScript files
│   ├── package.json        # Node.js dependencies
│   ├── gulpfile.js         # Build configuration
│   └── presentation-content.md
├── demo/
│   └── (empty for now, ready for demo content)
└── README.md (updated)

Implementation Steps

  1. Create /presentation directory
  2. Move all presentation-related files to /presentation
  3. Create empty /demo directory for future use
  4. Update paths in presentation files to work from new location
  5. Update package.json scripts if needed
  6. Test that presentation still works when run from /presentation folder
  7. Update README.md with new structure information

Files to Move

  • index.html → presentation/index.html
  • deck/ → presentation/deck/
  • lib/ → presentation/lib/
  • css/ → presentation/css/
  • js/ → presentation/js/
  • package.json → presentation/package.json
  • package-lock.json → presentation/package-lock.json
  • gulpfile.js → presentation/gulpfile.js
  • presentation-content.md → presentation/presentation-content.md
  • node_modules/ → presentation/node_modules/
  • dist/ → presentation/dist/
  • plugin/ → presentation/plugin/
  • examples/ → presentation/examples/
  • test/ → presentation/test/
  • reveal.js/ → presentation/reveal.js/

Read the full file on GitHub · 77 lines

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. 4d ago First seen · 77 lines · 0 tokens per session scan A 980c7cbea7e8

Subscribe to this mod's changes

repository-restructuring-plan is a cursor rule published in the GitHub repository SwonVIP/mcp-server-talk (0 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 541 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-31.