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 skills add VirtusLab-Open-Source/astro-strapi-starter --skill 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/skills/virtuslab-open-source/astro-strapi-starter/astro-strapi-starter)<a href="https://agentmods.dev/skills/virtuslab-open-source/astro-strapi-starter/astro-strapi-starter"><img src="https://agentmods.dev/badge/skills/virtuslab-open-source/astro-strapi-starter/astro-strapi-starter/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/skills/virtuslab-open-source/astro-strapi-starter/astro-strapi-starter"><img src="https://agentmods.dev/badge/skills/virtuslab-open-source/astro-strapi-starter/astro-strapi-starter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00090 | $0.02781 |
| Opus 5 | $0.00045 | $0.01391 |
| Sonnet 5 | $0.00018 | $0.00556 |
| Haiku 4.5 | $0.00009 | $0.00278 |
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 9d 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 — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Astro × Strapi starter (VirtusLab template)
Scope
- Stack: Astro 7+, Strapi 5,
@sensinum/astro-strapi-loader,@sensinum/astro-strapi-blocks, Tailwind CSS 4, shadcn-style UI insrc/components/ui/. - Goal: Add or change CMS-driven content, query shapes, and UI while keeping one source of truth for Strapi REST objects and a clear split between dynamic zone components and rich-text Blocks.
Read next
- Loader (queries, collections, locales): stub with upstream links in ../astro-strapi-loader/SKILL.md — canonical: raw SKILL on GitHub
- StrapiBlocks (rich text): stub with upstream links in ../astro-strapi-blocks/SKILL.md — canonical: raw SKILL on GitHub
- Project overview: ../AGENTS.md
Onboarding: upstream SKILL for loader and blocks (do this when you start)
Stubs in ../astro-strapi-loader/SKILL.md and ../astro-strapi-blocks/SKILL.md only link to GitHub. Tools that do not follow URLs will miss most loader/blocks behavior.
Recommended when you (or a teammate) begin work in this repo:
- Copy or download the canonical upstream files into a place your tool reads — e.g. a local
SKILLfolder,.cursor/skills/, or a short-lived.ai/_upstream/(add to.gitignoreif you do not want copies committed). Use the raw URLs from the stubs; pin the branch or tag to the version inpackage.json(e.g. replacemainwith the git tag that matches@sensinum/astro-strapi-loader/astro-strapi-blocks). - Or use your editor’s “fetch from URL / import skill” for those raw links before deep work on
populate, locales, orStrapiBlocksthemeoverrides. - Minimum: at least open the raw loader and blocks
SKILL.mdonce per upgrade cycle and skim for breaking changes.
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.
- 9d ago First seen · 129 lines · 90 tokens per session scan A df44b7cb5250
astro-strapi-starter is a skill published in the GitHub repository VirtusLab-Open-Source/astro-strapi-starter (21 stars, last pushed 6d ago), licensed MIT. It adds 90 tokens to every session and 2,781 once invoked, about $0.0005 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 skills, from other repositories
creating-plugins
Create EmDash CMS plugins with hooks, storage, settings, admin UI, API routes, and Portable Text block types. Use this skill when asked to build, scaffold, or implement an EmDash plugin, or when creating plugin features like custom block types, admin pages, or content hooks.
amazon-location-service
Integrates Amazon Location Service APIs for AWS applications. Use this skill when users want to add maps (interactive MapLibre or static images); geocode addresses to coordinates or reverse geocode coordinates to addresses; calculate routes, travel times, or service areas; find places and businesses through text…
airflow-plugins
Builds Airflow 3.1+ plugins that embed FastAPI apps, custom UI pages, React components, middleware, macros, and operator links directly into the Airflow UI. Use when building anything custom inside Airflow 3.1+ that involves Python and a browser-facing interface - creating an Airflow plugin, adding a custom UI page or…
testing-integration
Integration and contract testing patterns — API endpoint tests, component integration, database testing, Pact contract verification, property-based testing, and Zod schema validation. Use when testing API boundaries, verifying contracts, or validating cross-service integration.
frontmcp-development
Use when building any FrontMCP server component other than a tool (for tools, use create-tool). Covers @Resource static resources and parameterized URI templates; @Prompt reusable prompts (RAG, multi-turn); @Provider singleton dependency-injection providers (database pools, API clients); @Agent autonomous LLM agents…
reka-ui
Use when building with Reka UI (headless Vue components) - provides component API, accessibility patterns, composition (asChild), controlled/uncontrolled state, virtualization, and styling integration. Formerly Radix Vue.