apex-accelerator astro.instructions.md

apex-accelerator astro.instructions.md is an instructions file for GitHub Copilot from jonathan-vella/apex-accelerator. It costs 916 tokens per session, scanned A, original, MIT.

A set of coding and content rules for an Astro Starlight documentation website, a site-generation framework for technical docs.

In plain words
What is it for?
Use it when adding or changing documentation pages, layouts, interactive components, diagrams, metadata, or site configuration.
Why use it?
It keeps pages consistent with the project's structure, frontmatter, URL settings, static-build approach, and component conventions.

Instructions file for GitHub Copilot

Install

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.

agentmods
npx agentmods add instructions/jonathan-vella/apex-accelerator/astro
Clone the repo
git clone --depth 1 https://github.com/jonathan-vella/apex-accelerator

Made for: GitHub Copilot.

Wrote 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.

agentmods badge for apex-accelerator astro.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jonathan-vella/apex-accelerator/astro.svg)](https://agentmods.dev/instructions/jonathan-vella/apex-accelerator/astro)
Your own site
<a href="https://agentmods.dev/instructions/jonathan-vella/apex-accelerator/astro"><img src="https://agentmods.dev/badge/instructions/jonathan-vella/apex-accelerator/astro.svg" alt="Measured on agentmods" height="20"></a>
Per session 916 This file is loaded in full into every session.
When invoked 916 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00916 $0.00916
Opus 5 $0.00458 $0.00458
Sonnet 5 $0.00183 $0.00183
Haiku 4.5 $0.00092 $0.00092

Measured 5d ago against content hash d6feff807ccc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

apex-accelerator astro.instructions.md 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 5d 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.

.github/instructions/astro.instructions.md · 145 lines

How it starts

The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Astro Starlight Documentation Site

Standards for the site/ Astro Starlight documentation project.

Project Context

  • Astro 6.x with @astrojs/starlight — static docs site (SSG only, no SSR)
  • Site URL: https://apexops.pro/
  • Base path: /apex
  • Trailing slashes: always (trailingSlash: "always")
  • TypeScript for type safety with auto-generated types
  • Content-driven documentation using Starlight content collections
  • Mermaid diagram support via rehype-mermaid-lite (client-side rendering)

Architecture

  • Use .astro components for static, server-rendered content
  • Import framework components only when client-side interactivity is required
  • Use client:load for interactive components (e.g., D3 architecture explorer)
  • Use client:idle for non-critical interactive components
  • Follow Islands Architecture: server-first, hydrate selectively

Content Conventions

Frontmatter

Every content page must include:

---
title: "Page Title"
description: "Brief page description for SEO"
sidebar:
  order: 1
---

Admonitions

Use Starlight's remark directive syntax (NOT MkDocs !!! syntax):

:::note[Title]
Content here
:::

:::tip[Title]
Content here
:::

:::caution[Title]
Content here
:::

:::danger[Title]
Content here
:::

Tabbed Content

Import Starlight components for tabs:

import { Tabs, TabItem } from "@astrojs/starlight/components";

<Tabs>
  <TabItem label="Bicep">Content</TabItem>
  <TabItem label="Terraform">Content</TabItem>
</Tabs>

Code Blocks

Use Astro Expressive Code features:

  • Language after triple backticks: ```bicep
  • Title: ```bicep title="main.bicep"
  • Line highlighting: ```bicep {3-5}
  • Copy button: included by default

Mermaid Diagrams

Use fenced code blocks with mermaid language — rendered client-side by rehype-mermaid-lite:

```mermaid
graph LR
  A --> B
```

Use autogenerate for directory-based sections. Override with manual entries only when explicit ordering is needed:

Read the full file on GitHub · 145 lines

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.

  1. 5d ago First seen · 145 lines · 916 tokens per session scan A d6feff807ccc

Subscribe to this mod's changes

apex-accelerator astro.instructions.md is an instructions file published in the GitHub repository jonathan-vella/apex-accelerator (50 stars, last pushed 3d ago), licensed MIT. It adds 916 tokens to every session, about $0.0046 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.

Related

Other instructions, from other repositories

squad copilot-instructions.md

Copilot instructions for bradygaster/squad, covering copilot coding agent — squad instructions, ⚠️ identity lock — read this first, 🚦 route before you act — generic copilot sessions, adversarial input handling and team context.

bradygaster/squad · 1,349 tokens

vscode-unify-chat-provider AGENTS.md

Instructions for smallmain/vscode-unify-chat-provider, a project described as: Integrate multiple LLM API providers into VS Code's GitHub Copilot Chat using the Language Model API. One-click use of your Claude Code, Gemini CLI, Antigravity, Github Copilot, OpenAI Codex (ChatGPT Plus/Pro), xAI Grok (SuperGrok / X…

smallmain/vscode-unify-chat-provider · 271 tokens

agent-rules child-process.instructions.md

Instructions for lirantal/agent-rules, covering system processes secure coding guidelines, your mission and spawning system processes.

lirantal/agent-rules · 196 tokens

github-azure-agentic-journeys AGENTS.md

Instructions for DanWahlin/github-azure-agentic-journeys, covering agents and skills, journeys, prerequisites, agent & skill system and available agents.

DanWahlin/github-azure-agentic-journeys · 2,944 tokens

ab100 AGENTS.md

Instructions for timothywarner-org/ab100, covering agents.md, repository purpose, source of truth, course structure and poc app.

timothywarner-org/ab100 · 1,542 tokens

Alex_Skill_Mall mall-maintenance-rules.instructions.md

Always-on routing for Mall maintenance work — fires the right Mall skill at the right moment. Distinguishes Mall-owned automation from out-of-scope editorial work.

fabioc-aloha/Alex_Skill_Mall · 1,288 tokens