spikard-developer

spikard-developer is an agent for coding agents from Goldziher/spikard. It costs 38 tokens per session (674 once invoked), scanned A, original, MIT.

A development agent for Spikard, a web framework whose core is written in Rust and can be used from several programming languages. It works across the framework's core, language bindings, workspace, and shared features.

In plain words
What is it for?
Use it to work on Spikard's Rust crates, HTTP handling, authentication, middleware, GraphQL and API code generation, command-line tools, or bindings for Python, Node.js, Ruby, PHP, and Elixir.
Why use it?
It gives development tasks a focused understanding of how Spikard's Rust core, HTTP server, code generation, and language integrations fit together.

Agent

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 agents/goldziher/spikard/spikard-developer
Clone the repo
git clone --depth 1 https://github.com/Goldziher/spikard

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 spikard-developer

README.md
[![agentmods](https://agentmods.dev/badge/agents/goldziher/spikard/spikard-developer.svg)](https://agentmods.dev/agents/goldziher/spikard/spikard-developer)
Your own site
<a href="https://agentmods.dev/agents/goldziher/spikard/spikard-developer"><img src="https://agentmods.dev/badge/agents/goldziher/spikard/spikard-developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 674 The whole file, excluding the scripts and references it only reads on demand.
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.00038 $0.00674
Opus 5 $0.00019 $0.00337
Sonnet 5 $0.00008 $0.00135
Haiku 4.5 $0.00004 $0.00067

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

Security

Grade A, and why

spikard-developer 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.

.ai-rulez/agents/spikard-developer.md · 46 lines

How it starts

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

spikard-developer

Workspace Structure

Cargo workspace with 15 crates:

  • spikard-core: Core types (Route, Router, Method, SchemaValidator, ParameterValidator)
  • spikard: Re-export facade crate
  • spikard-http: Axum/tower-http server, Handler trait, middleware, auth, lifecycle hooks
  • spikard-codegen: OpenAPI/GraphQL/AsyncAPI/OpenRPC code generation
  • spikard-graphql: GraphQL schema, executor, and HTTP handler
  • spikard-cli: CLI binary (clap-based)
  • spikard-bindings-shared: Shared binding utilities
  • spikard-py: Python bindings (PyO3 + pyo3-async-runtimes)
  • spikard-node: Node.js bindings (napi-rs)
  • spikard-rb: Ruby bindings (magnus)
  • spikard-rb-macros: Ruby proc macros
  • spikard-php: PHP bindings (ext-php-rs)
  • spikard-elixir: Elixir bindings (rustler NIF)

Tools: tools/benchmark-harness, tools/snippet-runner, tools/test-generator

Key Patterns

  • Handler trait: Language-agnostic async handler in spikard-http. All bindings implement it via Arc.
  • RequestData/HandlerResponse: FFI-safe request/response types using Arc fields and serde_json::Value.
  • Thin bindings: All business logic in Rust core. Bindings only convert types and forward calls.
  • extension-module feature: Must NOT be in default features for spikard-py (breaks CLI binary linking).
  • Fixture-driven testing: testing_data/ JSON fixtures drive tests across all language bindings.
  • Tower middleware: All middleware in Rust via tower-http. Bindings expose config APIs only.

Development Workflow

  • task build is core-only; use task build:bindings or task build:all explicitly when bindings are needed
  • task test / task lint / task format for standard operations; task format excludes Alef formatting
  • task test:rust, task test:python, task test:node, task test:ruby, task test:php for per-language tests
  • task alef:generate runs alef all --clean --format=false; use task alef:format explicitly when needed
  • task e2e:generate, task e2e:build, task e2e:test, and task e2e:all for generated e2e suites
  • poly lint . / poly fmt --check . enforce linting and formatting; task version:sync keeps versions aligned

Read the full file on GitHub · 46 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. 3d ago First seen · 46 lines · 38 tokens per session scan A 72b62470143a

Subscribe to this mod's changes

spikard-developer is an agent published in the GitHub repository Goldziher/spikard (118 stars, last pushed 21d ago), licensed MIT. It adds 38 tokens to every session and 674 once invoked, about $0.0002 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 agents, from other repositories

gpui-researcher

Researches and validates GPUI usage patterns, APIs, and conventions. Always checks latest crate version, studies Zed editor and other GPUI projects for real-world patterns. Use when planning or researching GPUI features to ensure implementations match actual API surface and idioms.

Wirasm/prp · 59 tokens

research

Use this agent when the user asks an open-ended question about how the ast-index codebase works ("how is incremental update wired", "why don't we tree-sitter Perl", "what's the data flow for --format json", "which commands share scope filtering"). The agent reads the code, traces connections, and returns a structured…

defendend/Claude-ast-index-search · 103 tokens

rust-reviewer

You are a Rust code review agent for the ClaudeTerminal project - a Tauri 2.x desktop application.

talayash/agentrium · 0 tokens

tadpole-backend-specialist

Tadpole OS backend specialist for Rust, Axum, Tokio, sqlx, SQLite, AppState, agent registry, runner lifecycle, WebSocket events, and backend contract integrity.

DDS-Solutions/AI-TadPole-OS · 45 tokens

backend-author

Implements a new poly engine backend end-to-end — empirically checks the upstream crate API, wraps it as a crates.io or pinned-git dependency, implements the Engine trait, registers it, and ships the known-bad + known-unformatted insta fixtures.

Goldziher/poly · 55 tokens

rust-build-fixer

Rust build, clippy, and rustfmt error resolution specialist for the GitCortex workspace. Use PROACTIVELY when cargo check/clippy/fmt fails. Produces minimal surgical fixes — no architectural changes, no API redesigns. Mirrors the Go build resolver pattern.

bharath03-a/GitCortex · 60 tokens