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.
git clone --depth 1 https://github.com/juandoroteoflesiauni-lang/Market-options-stocks-ScannerWrote 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/juandoroteoflesiauni-lang/market-options-stocks-scanner/00-master)<a href="https://agentmods.dev/rules/juandoroteoflesiauni-lang/market-options-stocks-scanner/00-master"><img src="https://agentmods.dev/badge/rules/juandoroteoflesiauni-lang/market-options-stocks-scanner/00-master/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/rules/juandoroteoflesiauni-lang/market-options-stocks-scanner/00-master"><img src="https://agentmods.dev/badge/rules/juandoroteoflesiauni-lang/market-options-stocks-scanner/00-master.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00882 | $0.00882 |
| Opus 5 | $0.00441 | $0.00441 |
| Sonnet 5 | $0.00176 | $0.00176 |
| Haiku 4.5 | $0.00088 | $0.00088 |
Grade A, and why
00-master 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 12d 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 — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
🎯 QUANTSTATION — CONSTITUCIÓN MAESTRA v3.0
IDENTIDAD DEL SISTEMA
deep-funnel-station es una estación de trading cuantitativo institucional.
- Backend: Python 3.12+ — motor asíncrono de 4 fases (A→B→C→D)
- Frontend: Next.js 16 / React 19 — shell de interfaz (Fase 1 activa)
- Estándares: NautilusTrader · FINOS CDM · Wall Street grade
PROTOCOLO DE ARRANQUE (OBLIGATORIO)
Antes de escribir CUALQUIER línea de código:
- Lee
CLAUDE.mdpara el contexto maestro - Identifica: ¿backend Python? ¿frontend TypeScript? ¿qué fase?
- Carga la regla
.cursor/rules/específica para el dominio - Declara tu plan. Si es destructivo, pide confirmación.
LAS 10 REGLAS ABSOLUTAS (Nunca violables)
| Código | Regla | Consecuencia |
|---|---|---|
PD-1 |
Una función = una tarea. Máx. 30 líneas | RECHAZAR |
PD-2 |
Cero secrets en código fuente | RECHAZAR |
PD-3 |
Fase B/C no llaman APIs externas directamente | RECHAZAR |
PD-4 |
Todo dato inter-fase: Pydantic frozen=True |
RECHAZAR |
PD-5 |
No print() — solo logging |
AUTO-CORREGIR |
PD-6 |
No except: pass — cada error se loggea |
AUTO-CORREGIR |
PD-7 |
No time.sleep() en contexto async |
AUTO-CORREGIR |
PD-8 |
Sin números mágicos — todo va en config/ |
RECHAZAR |
PD-9 |
Fase A NO conecta directo a Fase D | RECHAZAR |
PD-10 |
YAGNI — solo lo que la tarea actual necesita | ADVERTIR |
MANDATOS SIEMPRE ACTIVOS
[TH]Type hints en toda firma de función[DL]data_lineageen todoMarketSnapshot[IM]Pydanticfrozen=Trueen modelos inter-fase[GS]Google-Style docstrings en funciones públicas[AL]asyncio para I/O · ProcessPoolExecutor para CPU
FLUJO DE TRABAJO DEL AGENTE
CLARIFICAR → PLANIFICAR → VERIFICAR → CODIFICAR → CONFIRMAR
- CLARIFICAR: "Esta tarea es [fase/dominio]"
- PLANIFICAR: Lista archivos antes de escribir código
- VERIFICAR: ¿Viola PD-1..PD-10?
- CODIFICAR: Etiqueta reglas:
# [PD-3][TH][IM] - CONFIRMAR: Lista qué gates de CI deben pasar
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.
- 12d ago First seen · 66 lines · 882 tokens per session scan A 4c072374189a
00-master is a cursor rule published in the GitHub repository juandoroteoflesiauni-lang/Market-options-stocks-Scanner (11 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 882 tokens to every session, about $0.0044 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
lighter-safety
Safety contract for the Lighter MCP server. Apply whenever a lighter tool is invoked.
elizaos_v2_onchain_plugins
┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐ │ Wallet Provider│ │ Connection Mgmt │ │ Transaction Svc │ │ - Private Keys │───▶│ - RPC Endpoints │───▶│ - Tx Construction│ │ - Public Keys │ │ - Network Config │ │ - Fee Estimation│ │ - Signatures │ │ - Health Check │ │ - Broadcasting │ └─────────────────┘…
ponytail
Ponytail, lazy senior dev mode. Always pick the simplest solution that works.
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.