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/forger-labs-hq/researchforge/researchforge-rungit clone --depth 1 https://github.com/forger-labs-hq/researchforgeWrote 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.
[](https://agentmods.dev/rules/forger-labs-hq/researchforge/researchforge-run)<a href="https://agentmods.dev/rules/forger-labs-hq/researchforge/researchforge-run"><img src="https://agentmods.dev/badge/rules/forger-labs-hq/researchforge/researchforge-run.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00541 |
| Opus 5 | $0.00000 | $0.00270 |
| Sonnet 5 | $0.00000 | $0.00108 |
| Haiku 4.5 | $0.00000 | $0.00054 |
Grade A, and why
researchforge-run 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.
How it starts
The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Run the experiment funnel
Running requires an approved plan — the engine refuses unapproved runs. If approval is missing, go back to the researchforge-plan rule; never look for a way around the gate.
researchforge experiment run <plan-id> --json
What the engine does (so you can narrate it honestly):
- each attempt runs in its own detached git worktree with the contract's resource limits; the user's checkout is never touched;
- a screening baseline is measured with the screening command first, so screening results are compared like-for-like;
- experiments run one at a time: screening → survivors go to the full benchmark;
- failures and constraint violations are recorded, not retried silently.
This can take a while (the plan's approval showed worst-case wall time).
experiment run auto-starts a background live monitor when available and
prints Live monitor: <url> — always relay that URL to the user so
they can watch stages complete in real time while you narrate results in
chat (researchforge serve --status re-prints it; the monitor needs
pip install "researchforge[serve]"). If the process is interrupted or
times out:
researchforge experiment resume <run-id> --json
If the user does not want to continue an interrupted run, discard it so a fresh batch starts clean (ask them first — this cancels unfinished experiments, though finished results are kept):
researchforge experiment abandon <run-id>
When the run finishes, report per-experiment outcomes from the JSON — status, stage reached, and measured metrics. Screening numbers are screening numbers: never present them as full-benchmark or validated results. Then continue with the researchforge-results rule.
Rules
- The Python engine is the boundary: never work around a validation error, a protected path, or an approval gate — fix the artifact or ask the user.
- Approvals belong to the user: never pass
--yesor type a confirmation unless the user explicitly approved that step in this conversation. - Ground every summary in stored data: quote only numbers returned by
--jsonoutput or files under.researchforge/— never invent metrics.
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.
- 5d ago First seen · 60 lines · 0 tokens per session scan A 2d8d99ca53f0
researchforge-run is a cursor rule published in the GitHub repository forger-labs-hq/researchforge (7 stars, last pushed 2d ago), licensed Apache-2.0. 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.
Other cursor rules, from other repositories
pro-deck-builder
Create polished HTML slide decks and PDF-ready documents for consulting deliverables. Uses the RRBC design system with warm light mode, dark mode cover pages, Lora/Inter/Roboto Mono typography, and data visualization palette. Trigger on 'deck', 'slides', 'presentation', 'pitch deck', 'keynote', 'report', or 'PDF'.
release-notes
Generate changelog entries and GitHub releases from git history. Categorizes commits into features, fixes, breaking changes, and docs. Supports conventional commits, PR-based grouping, and semantic versioning. Creates formatted CHANGELOG.md entries and GitHub releases.
facebook-ads
Meta Ads (Facebook & Instagram) platform expertise. Audit campaigns, audiences, creative strategy, pixel tracking, and CAPI. Use when the user asks about Facebook Ads, Instagram Ads, Meta Ads, social media advertising, Advantage+ campaigns, or Meta pixel/CAPI setup.
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
cli-error-handling
CLI command error handling patterns.