arrowspace-skills AGENTS.md

arrowspace-skills AGENTS.md is an instructions file for Codex, OpenCode from Genefold/arrowspace-skills. It costs 419 tokens per session, scanned A, original, Apache-2.0.

A set of instructions and helper code for using ArrowSpace, a vector database that searches items by their meaning and analyses relationships between them.

In plain words
What is it for?
It helps build an ArrowSpace search index, query it, and inspect its spectral search behaviour using the included portable skills.
Why use it?
It gives a coding agent the library’s key facts, file layout and common commands, so it can work in the repository without rediscovering them.

Instructions file for CodexOpenCode

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/genefold/arrowspace-skills/agents-md
Clone the repo
git clone --depth 1 https://github.com/Genefold/arrowspace-skills

Made for: 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 arrowspace-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/genefold/arrowspace-skills/agents-md.svg)](https://agentmods.dev/instructions/genefold/arrowspace-skills/agents-md)
Your own site
<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>
Per session 419 This file is loaded in full into every session.
When invoked 419 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.00419 $0.00419
Opus 5 $0.00210 $0.00210
Sonnet 5 $0.00084 $0.00084
Haiku 4.5 $0.00042 $0.00042

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

Security

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.

AGENTS.md · 37 lines

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-rs at github.com/Mec-iS/arrowspace-rs
  • Python bindings: pyarrowspace at github.com/tuned-org-uk/pyarrowspace, pip-installable as arrowspace
  • 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

  1. pip install arrowspace to install the core library
  2. ArrowSpaceBuilder().build(params, items) to create an index
  3. aspace.search(query, gl, tau) to query
  4. Use arrowspace_skills utilities for parameter suggestion and tau tuning
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. 3d ago First seen · 37 lines · 419 tokens per session scan A 5add3854734c

Subscribe to this mod's changes

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.

Related

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

andrea9293/mcp-documentation-server · 1,147 tokens

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

Evokoa/pgContext · 1,455 tokens

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.

dais-polymtl/flock · 1,406 tokens

pdf-brain AGENTS.md

Instructions for joelhooks/pdf-brain, covering pdf-brain agent notes, libsql quirks, ai sdk pattern, key files and docs.

joelhooks/pdf-brain · 531 tokens

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

henrydaum/second-brain · 43,863 tokens

markdown-vdb CLAUDE.md

Instructions for geckse/markdown-vdb, covering markdown vdb, architecture, project structure, core design decisions and key conventions.

geckse/markdown-vdb · 5,817 tokens