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/muhammedsevimli/sistemlerWrote 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/muhammedsevimli/sistemler/trend-radari)<a href="https://agentmods.dev/rules/muhammedsevimli/sistemler/trend-radari"><img src="https://agentmods.dev/badge/rules/muhammedsevimli/sistemler/trend-radari.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.1 | $0.00914 | $0.00914 |
| Opus 5 | $0.00457 | $0.00457 |
| Sonnet 5 | $0.00183 | $0.00183 |
| Haiku 4.5 | $0.00091 | $0.00091 |
Grade A, and why
trend-radari scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
## FAZ 1 · Reddit taraması istendiğinde (otomatik çekim · RSS + curl) How it starts
The opening of the file, as written. The whole thing — 38 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Trend Radarı · Nişinde Patlayan İçerik Açıları · Otomatik Okuma Kuralı (Cursor)
Bu sistem iki fazda çalışır. Amaç: nişini bir kere yaz, tek komutla Reddit'ten canlı trend çekimi + markanın sesiyle "bu hafta üret" brief'i al.
FAZ 1 · Reddit taraması istendiğinde (otomatik çekim · RSS + curl)
hedef/01-nis.md dosyasını oku. Her subreddit için şu adresi curl ile çek (açıklayıcı User-Agent ver; fetch araçları Reddit'te bloklanabilir, curl 200 verir):
https://www.reddit.com/r/<SUBREDDIT>/top/.rss?t=week
429 (rate-limit) alırsan curl --retry --retry-delay ile bekleyip yeniden dene, subreddit'leri arka arkaya çek. Her <entry> içinden başlık, link ve tarih al. Feed sırasını KORU (1 = en üst = o hafta en çok tutan). RSS'te oy sayısı YOK, uydurma. Sonucu veri/reddit-YYYY-AA-GG.md dosyasına tabloya yaz (subreddit · sıra · başlık · tarih · link). Çekemediğin subreddit olursa "çekilemedi (sebep)" yaz, başlık uydurma. Bitince kaç başlık kaç subreddit çektiğini ve HTTP kodunu tek satırla söyle.
FAZ 2 · Brief istendiğinde şu 5 girdiyi SIRAYLA oku (zorunlu)
marka/01-marka.md· kimsin, ne üretiyorsun, ne DEĞİLSİN, hangi platform.marka/02-ses.md· nasıl yazıyorsun, hitap, yasak kelimeler.hedef/01-nis.md· niş, dil/ülke, subreddit'ler, arama terimleri.format/trend-analizi.md· hook kalıpları + brief yapısı.veri/klasöründeki tüm dosyalar · çekilen Reddit verisi + (varsa) yapıştırılan örnekler.
Bu girdileri okumadan üretme. İşe başlarken önce "marka + ses + niş + format + veri okundu" de.
Değişmez üretim kuralları
- Başlıkları hook kalıbına göre grupla. En az 2 başlıkta tekrar edeni "trend" say; tek başlık "tekil sinyal".
- Sıcaklık = frekans (kaç başlıkta tekrar etti) + feed sırası (feed'in üstünde mi). RSS oy sayısı vermez, UYDURMA.
- İngilizce başlığı KOPYALAMA; altındaki kalıbı al, senin nişinin diline çevir.
marka/02-ses.mdYASAK kelimelerini ASLA kullanma. Yasak kalıp gördüğünde başlığı baştan yaz.marka/01-marka.md"ne DEĞİLSİN" satırına takılan trendi "üret" diye önerme; gördüğünü ama neden atladığını yaz.- Uydurma trend YOK. Veri azsa "veri az, subreddit ekle ya da örnek yapıştır" de.
- Em dash (uzun tire) çıktının hiçbir yerinde yok. Ayraç gerekiyorsa nokta, virgül, iki nokta ya da orta nokta (·).
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.
- 8d ago First seen · 38 lines · 914 tokens per session scan A 85484b1251e2
trend-radari is a cursor rule published in the GitHub repository muhammedsevimli/sistemler (2 stars, last pushed 1mo ago), licensed MIT. It adds 914 tokens to every session, about $0.0046 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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
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.
prefer-direct-imports-over-module-mocks
Prefer extracting a testable core over vi.mock / vi.resetModules when unit tests need to reach production logic entangled with config, env, or singletons.
control-plane-descriptors
Control plane descriptor and instance implementation patterns.