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 instructions/genefold/arrowspace-skills/agents-mdgit clone --depth 1 https://github.com/Genefold/arrowspace-skillsWrote 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/instructions/genefold/arrowspace-skills/agents-md)<a href="https://agentmods.dev/instructions/genefold/arrowspace-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/genefold/arrowspace-skills/agents-md.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.00419 | $0.00419 |
| Opus 5 | $0.00210 | $0.00210 |
| Sonnet 5 | $0.00084 | $0.00084 |
| Haiku 4.5 | $0.00042 | $0.00042 |
Grade A, and why
arrowspace-skills 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 3d 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
ArrowSpace Skills — Agent Context
This repository contains portable skill definitions for the ArrowSpace spectral vector search library.
Key facts
- ArrowSpace is a vector database with spectral (graph Laplacian) awareness
- Rust core:
arrowspace-rsat github.com/Mec-iS/arrowspace-rs - Python bindings:
pyarrowspaceat github.com/tuned-org-uk/pyarrowspace, pip-installable asarrowspace - JOSS paper: doi:10.21105/joss.09002
- Author: Lorenzo Moriondo (Mec-iS) — ArrowSpace creator, Genefold AI founder
Repo structure
SKILL.md # opencode skill registration
arrowspace_skills/ # Python package with helper utilities
skills/ # Portable skill definitions (any agent)
arrowspace-core.md # Building an ArrowSpace index
arrowspace-search.md # Querying with λτ scoring
arrowspace-spectral.md # Spectral analysis and diagnostics
pyproject.toml # pip installable as arrowspace-skills
Common operations
pip install arrowspaceto install the core libraryArrowSpaceBuilder().build(params, items)to create an indexaspace.search(query, gl, tau)to query- Use
arrowspace_skillsutilities for parameter suggestion and tau tuning
Links
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.
- 3d ago First seen · 37 lines · 419 tokens per session scan A 5add3854734c
arrowspace-skills AGENTS.md is an instructions file published in the GitHub repository Genefold/arrowspace-skills (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 419 tokens to every session, about $0.0021 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.
Other instructions, from other repositories
mcp-documentation-server copilot-instructions.md
Instructions for andrea9293/mcp-documentation-server, covering mcp documentation server - ai coding agent instructions, architecture overview, core components, server entry point (src/server.ts) and embedding providers (src/embedding-provider.ts).
pgContext AGENTS.md
Instructions for Evokoa/pgContext, covering agents.md — installing & using pgcontext with an ai agent, what pgcontext is (and why it's worth using), environment facts (pins — do not guess), path a — docker (preferred; zero build, most deterministic) and path b — build from source (when docker is unavailable).
flock copilot-instructions.md
Instructions for dais-polymtl/flock, covering copilot instructions for flock, repository layout, building, setup vcpkg (first time or after clean) and release build.
pdf-brain AGENTS.md
Instructions for joelhooks/pdf-brain, covering pdf-brain agent notes, libsql quirks, ai sdk pattern, key files and docs.
second-brain CLAUDE.md
Claude Code instructions for henrydaum/second-brain, covering second brain — architecture notes, ⚡ the kernel (read first), the layout (trees.py), what ships in the app's tree (bundled/) and the kernel boundary (the one rule).
markdown-vdb CLAUDE.md
Instructions for geckse/markdown-vdb, covering markdown vdb, architecture, project structure, core design decisions and key conventions.