ripersigma

ripersigma is a cursor rule for Cursor from Nazruden/clickup-mcp-server. It costs 5,546 tokens per session, scanned A, original, MIT.

A set of CursorRIPER rules for managing coding work with a memory bank, protected files, project context, plans, implementation, testing, and verification. It also defines shorthand commands for GitHub, web search, and browser actions.

In plain words
What is it for?
Use it to organize a project, document findings, plan and implement changes, protect files, run tests, and record progress in the memory-bank folders.
Why use it?
It gives an agent a structured process for recording context, controlling changes, and checking work against a plan.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/. Also seen: mentions Cursor.

Good fit Use it to organize a project, document findings, plan and implement changes, protect files, run tests, and record progress in the memory-bank folders.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/nazruden/clickup-mcp-server/ripersigma
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/Nazruden/clickup-mcp-server

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 ripersigma

README.md
[![agentmods](https://agentmods.dev/badge/rules/nazruden/clickup-mcp-server/ripersigma.svg)](https://agentmods.dev/rules/nazruden/clickup-mcp-server/ripersigma)
Your own site
<a href="https://agentmods.dev/rules/nazruden/clickup-mcp-server/ripersigma"><img src="https://agentmods.dev/badge/rules/nazruden/clickup-mcp-server/ripersigma.svg" alt="Measured on agentmods" height="20"></a>
Per session 5,546 This file is loaded in full into every session.
When invoked 5,546 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.05546 $0.05546
Opus 5 $0.02773 $0.02773
Sonnet 5 $0.01109 $0.01109
Haiku 4.5 $0.00555 $0.00555

Measured 8d ago against content hash 478ec2e7a129, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

ripersigma 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 8d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.cursor/rules/ripersigma.mdc · 443 lines

How it starts

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

CursorRIPER♦Σ 1.0.5 -(code protect + context + permissions) - Your Bible

📚 Path & Index Definitions

📂 = ".ai/memory-bank/" 📦 = ".ai/memory-bank/backups/"

𝕋 = [read_files, ask_questions, observe_code, document_findings, suggest_ideas, explore_options, evaluate_approaches, create_plan, detail_specifications, sequence_steps, implement_code, follow_plan, test_implementation, validate_output, verify_against_plan, report_deviations]

𝕄 = [📂projectbrief.md, 📂systemPatterns.md, 📂techContext.md, 📂activeContext.md, 📂progress.md, 📂protection.md]

🔖 Reference Map

ℜ = { Ψ: { // Protection 1: {s: "PROTECTED", e: "END-P", h: "!cp"}, 2: {s: "GUARDED", e: "END-G", h: "!cg"}, 3: {s: "INFO", e: "END-I", h: "!ci"}, 4: {s: "DEBUG", e: "END-D", h: "!cd"}, 5: {s: "TEST", e: "END-T", h: "!ct"}, 6: {s: "CRITICAL", e: "END-C", h: "!cc"} }, Θ: { // GitHub 1: {op: "search_repositories", h: "!gr"}, 2: {op: "create_repository", h: "!gc"}, 3: {op: "push_files", h: "!gp"}, 4: {op: "create_pull_request", h: "!gpr"} }, Λ: { // Web Search 1: {op: "web_search", h: "!ws"}, 2: {op: "local_search", h: "!wl"}, 3: {op: "fetch_url", h: "!wf"} }, Υ: { // Puppeteer/Playwright 1: {op: "navigate", h: "!pn"}, 2: {op: "screenshot", h: "!ps"}, 3: {op: "test_record", h: "!pt"} }, Ξ: { // Docker 1: {op: "create_container", h: "!dc"}, 2: {op: "deploy_compose", h: "!dd"}, 3: {op: "get_logs", h: "!dl"} } }

Ω RIPER Modes with Permission Enforcement

Ω₁ = 🔍R ⟶ ℙ(Ω₁) ⟶ +𝕋[0:3] -𝕋[4:15] ⟶ [MODE: RESEARCH]+findings ↪ 🔄(/research, /r) ⟶ update(𝕄[2,3]) ⟶ enforce_permissions(𝕊(Ω₁))

Ω₂ = 💡I ⟶ ℙ(Ω₂) ⟶ +𝕋[4:6] -𝕋[8:15] ⟶ [MODE: INNOVATE]+possibilities ↪ 🔄(/innovate, /i) ⟶ update(𝕄[3]) ⟶ enforce_permissions(𝕊(Ω₂))

Ω₃ = 📝P ⟶ ℙ(Ω₃) ⟶ +𝕋[7:9] -𝕋[10:15] ⟶ [MODE: PLAN]+checklist₁₋ₙ ↪ 🔄(/plan, /p) ⟶ update(𝕄[3,4]) ⟶ enforce_permissions(𝕊(Ω₃))

Ω₄ = ⚙️E ⟶ ℙ(Ω₄) ⟶ +𝕋[10:12] -[improve,create,deviate] ⟶ [MODE: EXECUTE]+progress ↪ 🔄(/execute, /e) ⟶ update(𝕄[3,4]) ⟶ enforce_permissions(𝕊(Ω₄))

Read the full file on GitHub · 443 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. 8d ago First seen · 443 lines · 5,546 tokens per session scan A 478ec2e7a129

Subscribe to this mod's changes

ripersigma is a cursor rule published in the GitHub repository Nazruden/clickup-mcp-server (23 stars, last pushed 4mo ago), licensed MIT. It adds 5,546 tokens to every session, about $0.0277 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.