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/purton-tech/rust-on-nails/agents-mdgit clone --depth 1 https://github.com/purton-tech/rust-on-nailsWrote 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/purton-tech/rust-on-nails/agents-md)<a href="https://agentmods.dev/instructions/purton-tech/rust-on-nails/agents-md"><img src="https://agentmods.dev/badge/instructions/purton-tech/rust-on-nails/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.00685 | $0.00685 |
| Opus 5 | $0.00342 | $0.00342 |
| Sonnet 5 | $0.00137 | $0.00137 |
| Haiku 4.5 | $0.00068 | $0.00068 |
Grade A, and why
rust-on-nails AGENTS.md scanned grade A with 1 finding 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 2d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **Before shipping**: `cargo fmt`, `cargo clippy -- -D warnings`, and `cargo test`. When changing cluster assets, test against a local K3s install (`curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC='server --write-kubeco How it starts
The opening of the file, as written. The whole thing — 28 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Rust on Nails Agents Guide
This repository mixes several deliverables that move at different speeds. To keep things tidy, we split the work into three "agents" that each own one slice of the Rust on Nails experience. Use this guide to decide where changes belong and how to validate them before opening a PR.
Documentation Agent (crates/static-website)
- Purpose: Publish the public site that explains how to build Rust on Nails applications. The site is deployed to Cloudflare Pages.
- Primary tasks: Add or update docs in
content/and assets inassets/. When adding tutorials, prefer runnable snippets that match the default project template. - Working locally: Run
just wtsfor Tailwind andjust wsfor the Rust/Dioxus generator. Browsehttp://localhost:8080to preview the rendered pages underdist/. - Before shipping:
DO_NOT_RUN_SERVER=1 cargo run --bin static-websiteto ensure the generator succeeds, then run the Cloudflare preview workflow if build or deployment config changed.
Dev Environment Agent (nails-devcontainer)
- Purpose: Maintain the reusable development environment used by community members and contributors.
- Primary tasks: Keep
devcontainer-template.jsonand wrapper scripts in sync with the CLI and website. Document required tooling inREADME.md. - Working locally: Use
devcontainer up(VS Code) ordevcontainer build --workspace-folder .to verify changes. Ensure the container exposes port 8080 for the docs server and ships the CLI binaries or aliases referenced in the guides. - Before shipping: Bump version tags when you change the base image or toolchain. Run at least one full
cargo testinside the container to make sure the toolchain works.
Platform Agent (crates/stack-cli)
- Purpose: Provide the internal deployment/PaaS layer that installs operators into Kubernetes clusters for Rust on Nails applications.
- Primary tasks: Extend the
stack-clibinary, manage Helm-like manifests underconfig/, and maintain integrations with Envoy and Keycloak. - Working locally:
cargo run --bin stack-cli -- -hto inspect commands. Usecargo run --bin stack-cli -- operatorto run the controller loop, and theinit/installsubcommands to configure a cluster. The dev container already maps your kubeconfig—fall back totmp/kubeconfigif needed. - Before shipping:
cargo fmt,cargo clippy -- -D warnings, andcargo test. When changing cluster assets, test against a local K3s install (curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC='server --write-kubeconfig-mode="644"' sh -). Document any new flags inREADME.md.
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.
- 2d ago First seen · 28 lines · 685 tokens per session scan A 7d92d007a41c
rust-on-nails AGENTS.md is an instructions file published in the GitHub repository purton-tech/rust-on-nails (444 stars, last pushed 1mo ago), licensed MIT. It adds 685 tokens to every session, about $0.0034 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.
Other instructions, from other repositories
rarcane AGENTS.md
AGENTS.md instructions for dinglebear-ai/rarcane, a project described as: Rust MCP server and CLI for Arcane Docker/container management, with action-dispatched tools, CLI parity, auth, and plugin packaging.
rarcane GEMINI.md
Gemini CLI instructions for dinglebear-ai/rarcane, a project described as: Rust MCP server and CLI for Arcane Docker/container management, with action-dispatched tools, CLI parity, auth, and plugin packaging.
appwrite AGENTS.md
AGENTS.md instructions for appwrite/appwrite, covering appwrite, commands, stack, layout and libraries.
turso AGENTS.md
Instructions for tursodatabase/turso, covering turso agent guidelines, quick reference, testing, running tests and test organization.
intelligent-terminal rust.instructions.md
Concise Rust coding conventions for this repository.
agentgateway copilot-instructions.md
Copilot instructions for agentgateway/agentgateway: Do not check for, speculate about, or report compilation errors during code review. Compilation diagnostics from review are frequently incorrect; rely on CI to detect and report compilation failures.