vela-skill AGENTS.md

vela-skill AGENTS.md is an instructions file for Claude Code, Codex, OpenCode from dbhq-uk/vela-skill. It costs 1,318 tokens per session, scanned A, original, MIT.

Instructions for Vela, a compiler-accurate code search tool for .NET projects and AI coding agents. They describe its Agent Skills layout, CLI, tests, documentation structure, and design constraints.

In plain words
What is it for?
Use it when changing Vela’s search, indexing, configuration, SCIP integration, installers, tests, or documentation. It also guides work on the Claude Code plugin and Codex installer.
Why use it?
They help agents preserve the behavior that makes Vela’s search results match .NET compiler information. They also keep documentation organized into tutorials, how-to guides, reference pages, and explanations.

Instructions file for Claude CodeCodexOpenCode

Written for Claude Code and Codex and OpenCode: Claude Code plugin machinery, but also the file is AGENTS.md. Also seen: mentions Claude Code; mentions AGENTS.md; mentions Codex.

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/dbhq-uk/vela-skill/agents-md
Clone the repo
git clone --depth 1 https://github.com/dbhq-uk/vela-skill

Made for: Claude Code, Codex, OpenCode.

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 vela-skill AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dbhq-uk/vela-skill/agents-md.svg)](https://agentmods.dev/instructions/dbhq-uk/vela-skill/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/dbhq-uk/vela-skill/agents-md"><img src="https://agentmods.dev/badge/instructions/dbhq-uk/vela-skill/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,318 This file is loaded in full into every session.
When invoked 1,318 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.1 $0.01318 $0.01318
Opus 5 $0.00659 $0.00659
Sonnet 5 $0.00264 $0.00264
Haiku 4.5 $0.00132 $0.00132

Measured 6d ago against content hash 079a3389d158, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

vela-skill AGENTS.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 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.

AGENTS.md · 83 lines

How it starts

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

AGENTS.md

Guidance for AI agents (and people) working in this repository.

What this is

vela - compiler-exact code search for .NET, for AI coding agents. It follows the Agent Skills layout (skills/<name>/SKILL.md) and ships as a Claude Code plugin.

Layout

.claude-plugin/plugin.json     # plugin manifest
skills/vela/SKILL.md           # the skill (agent-facing instructions)
src/Vela/                      # the CLI: Config, Harvest, Indexing, Query, Scip
tests/Vela.Tests/              # 426 tests, hermetic
install.sh / install-codex.sh  # local installers (Claude / Codex)
docs/                          # see docs/README.md for the index

Documentation follows Diataxis. A page is a tutorial (docs/getting-started.md), a how-to guide (docs/guides/), reference (docs/reference.md, docs/scip-ecosystem.md) or explanation (docs/architecture.md, docs/design-notes.md). Mixing modes on one page is the standard failure. Anything new goes in docs/README.md so every page stays reachable from one place, and the README stays a shop window rather than a manual.

The three constraints that define this tool

Break any of these and it stops being the thing people can trust:

  1. Deterministic only. Every answer follows from Roslyn's semantic model. No model calls, no network, no telemetry, no heuristic ranking. A finding is what the compiler believes, or it is not a finding.

  2. Never write to the indexed repository. The index lives outside the source tree. vela reads; it does not modify. Indexing someone's repository must leave it byte-identical.

  3. An incomplete index must never look like a complete one. This matters more here than in most tools. If a project fails to load, every query touching it must say so and the exit code must reflect it. An agent that receives an empty reference list will conclude the symbol is unused and delete it. Absence of results is never evidence of absence - report the gap loudly or do not answer.

Read the full file on GitHub · 83 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. 6d ago First seen · 83 lines · 1,318 tokens per session scan A 079a3389d158

Subscribe to this mod's changes

vela-skill AGENTS.md is an instructions file published in the GitHub repository dbhq-uk/vela-skill (6 stars, last pushed 2d ago), licensed MIT. It adds 1,318 tokens to every session, about $0.0066 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-31.