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/frigatecaptain/elucidatingyourllm/structural-analogygit clone --depth 1 https://github.com/FrigateCaptain/ElucidatingYourLLMWrote 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/frigatecaptain/elucidatingyourllm/structural-analogy)<a href="https://agentmods.dev/rules/frigatecaptain/elucidatingyourllm/structural-analogy"><img src="https://agentmods.dev/badge/rules/frigatecaptain/elucidatingyourllm/structural-analogy.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.00205 |
| Opus 5 | $0.00000 | $0.00102 |
| Sonnet 5 | $0.00000 | $0.00041 |
| Haiku 4.5 | $0.00000 | $0.00020 |
Grade A, and why
structural-analogy 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.
What it actually says
Structural analogies
Rule
When creating new content modeled on existing content (adding a section “by analogy”, extending a list of examples, creating a parallel structure):
- Read the source section in full — every line, including links, anchors, separators.
- Identify all structural elements: headings, blocks, links to examples,
---separators. - Reproduce each element in the new section. If the source has a link to an example — the new section must have one too.
- After creation — compare line by line the structure of the new section with the source and verify nothing is missing.
Context
Analysis of the error from which this rule was derived: technical/анализ_структуры_аналогий.md.
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.
- 4d ago First seen · 20 lines · 0 tokens per session scan A 7febd5743f26
structural-analogy is a cursor rule published in the GitHub repository FrigateCaptain/ElucidatingYourLLM (14 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 205 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-30.
Other cursor rules, from other repositories
kotlin-springboot-rules
Cursor rule "kotlin-springboot-rules" from holtwood/awesome-cursorrules-zh, covering 项目结构与组织, 编码风格与约定, 地道的 kotlin 用法 and 实现模式与设计.
mobx-react-lite-usage
在使用 MobX 与 React Lite 时强制执行最佳实践.
react-chakra-ui---typescript-usage
在使用 Chakra UI 的 React 组件时利用 TypeScript 确保类型安全.
typescript-code-generation-rules
在 Next.js 14 组件中生成 TypeScript 代码的规则,包括组件定义语法、props 定义和命名/默认导出。.
springboot-jpa-best-practices
Java Spring Boot + JPA 项目最佳实践,涵盖分层架构、注解、事务、异常处理、安全与代码风格等。.
react-chakra-ui---folder-structure
维护 React 和 Chakra UI 项目的定义文件夹结构以确保代码组织有序.