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/virtuslab-open-source/astro-strapi-starter/astro-strapi-startergit clone --depth 1 https://github.com/VirtusLab-Open-Source/astro-strapi-starterWrote 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/virtuslab-open-source/astro-strapi-starter/astro-strapi-starter)<a href="https://agentmods.dev/rules/virtuslab-open-source/astro-strapi-starter/astro-strapi-starter"><img src="https://agentmods.dev/badge/rules/virtuslab-open-source/astro-strapi-starter/astro-strapi-starter.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.00000 | $0.00360 |
| Opus 5 | $0.00000 | $0.00180 |
| Sonnet 5 | $0.00000 | $0.00072 |
| Haiku 4.5 | $0.00000 | $0.00036 |
Grade A, and why
astro-strapi-starter 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 6d 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
Astro Strapi starter
-
Stack: Astro 7, Strapi 5,
@sensinum/astro-strapi-loader,@sensinum/astro-strapi-blocks(read.ai/AGENTS.mdand.ai/astro-strapi-starter/SKILL.md). Onboarding: copy or fetch upstream rawSKILLfor loader/blocks (pin topackage.jsonversions) per the starter skill — stubs are not a substitute for full upstream docs. -
Content:
src/content.config.tsexportscollectionsfromgenerateCollections. Handle Strapi unavailability intry/catchso static builds or local dev can still run. -
Two patterns: (1) Dynamic zone entries with
__component→BlockRenderer.astroand siblings undersrc/components/blocks/. (2) Rich text Blocks JSON from Strapi 5 →<StrapiBlocks />inside those components when the field is a Blocks editor, not a separate dynamic-zone component. -
Types: Under
src/types/strapi/, add or edit focused modules and re-export fromindex.ts. Align with Content Builder / Content API; the loader emits Zod from schema introspection — hand types should match the same shapes. -
Do not commit
.envor real API tokens. Useenv.exampleas the template for variable names.
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.
- 6d ago First seen · 18 lines · 0 tokens per session scan A 35045337d6c9
astro-strapi-starter is a cursor rule published in the GitHub repository VirtusLab-Open-Source/astro-strapi-starter (21 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 360 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
astro-strapi-blocks
Astro + Strapi Blocks — StrapiBlocks, data, theme (extend/overwrite), custom blocks.
astro-strapi-loader
Strapi 5 + @sensinum/astro-strapi-loader — content.config.ts, populate, qs, locales.
cursorrules
Cursor rule "cursorrules" from vdutts7/gh-template, covering .cursorrules, cursor ide - project rules for ai behavior, location: project root, project context and code style.
testing-conventions
Testing conventions and techniques for Strapi MCP plugin.
conventional-commits
Conventional Commits rules and examples for this repo.
gwt-tests
Title: Given/When/Then test convention.