spark GEMINI.md

spark GEMINI.md is an instructions file for Gemini CLI from buildonspark/spark. It costs 1,343 tokens per session, scanned A, original, Apache-2.0.

Command and setup instructions for Gemini CLI work in the Spark repository. They cover the Go backend, JavaScript packages, protocol generation, database migrations, tests, and linting.

In plain words
What is it for?
Use them when setting up Spark, regenerating protocol or database code, running tests, or checking Go and JavaScript changes.
Why use it?
They collect the repository’s expected build, test, generation, and formatting commands in one place.

Instructions file for Gemini CLI

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/buildonspark/spark/gemini-md
Clone the repo
git clone --depth 1 https://github.com/buildonspark/spark

Made for: Gemini CLI.

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 spark GEMINI.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/buildonspark/spark/gemini-md.svg)](https://agentmods.dev/instructions/buildonspark/spark/gemini-md)
Your own site
<a href="https://agentmods.dev/instructions/buildonspark/spark/gemini-md"><img src="https://agentmods.dev/badge/instructions/buildonspark/spark/gemini-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,343 This file is loaded in full into every session.
When invoked 1,343 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.01343 $0.01343
Opus 5 $0.00672 $0.00672
Sonnet 5 $0.00269 $0.00269
Haiku 4.5 $0.00134 $0.00134

Measured yesterday against content hash 9f4380752c08, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

spark GEMINI.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 yesterday.

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.

GEMINI.md · 170 lines

How it starts

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

GEMINI.md

This file provides guidance to Gemini CLI when working with code in this repository.

Essential Commands

Setup

# Install toolchain and dependencies
mise trust
mise install

# Install git hooks (optional but recommended)
lefthook install

Building

# Generate proto files (required after proto changes)
make

# Generate Ent entities (required after schema changes)
make ent

Testing

# Unit tests (fast, no postgres dependencies)
mise test-unit

# Unit tests with postgres dependencies
mise test-unit-with-postgres

# Integration/gRPC tests (requires environment setup)
mise test-grpc

# Run a single test
go test ./path/to/package -run TestName

# Run tests with verbose output
go test -v ./path/to/package

Linting

# Run Go linter (builds/runs ./bin/golangci-lint-spark, which bundles the in-repo fmtlint plugin;
# plain `golangci-lint run` can't load the plugin and will error)
mise lint

# To fix linter issues
mise format
# OR
golangci-lint fmt

Database Migrations

# After modifying Ent schemas, generate migration
./scripts/gen-migration.sh <migration_name>

# Apply migration manually (if needed)
atlas migrate apply --dir "file://so/ent/migrate/migrations" --url "postgresql://127.0.0.1:5432/sparkoperator_0?sslmode=disable"

Development Environment

# Local development with tmux (requires setup)
./run-everything.sh

# Hermetic testing in minikube via Tilt (recommended)
cd tilt && tilt up

See tilt/TILT.md for full Tilt setup, including how to build and run a local image (spark-tag: local in tilt/tilt_config.json).

Architecture Overview

High-Level Structure

This repository implements Spark, a Bitcoin-based system with the following main components:

  • Signing Operators (SO): Distributed nodes that collectively manage Bitcoin transactions and cryptographic operations
  • Wallet: Client-side interface for users to interact with the Spark network
  • Signer: Rust-based FROST (Flexible Round-Optimized Schnorr Threshold) signing implementation
  • LRC20: Layer for token functionality on top of Bitcoin
  • SDKs: JavaScript and Rust SDKs for external integration

Read the full file on GitHub · 170 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. yesterday First seen · 170 lines · 1,343 tokens per session scan A 9f4380752c08

Subscribe to this mod's changes

spark GEMINI.md is an instructions file published in the GitHub repository buildonspark/spark (110 stars, last pushed 3d ago), licensed Apache-2.0. It adds 1,343 tokens to every session, about $0.0067 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-09-03.

Related

Other instructions, from other repositories

aontu CLAUDE.md

Claude Code instructions for aontu-lang/aontu: See AGENTS.md for the full contributor and agent guide: repository layout, build/test commands, the shared test/spec/.tsv suite, and TypeScript/Go parity conventions.

aontu-lang/aontu · 373 tokens

skills CLAUDE.md

Claude Code instructions for encoredev/skills, covering encore skills - agent instructions, what is encore.ts?, when to use these skills, typescript skills and go skills.

encoredev/skills · 1,191 tokens

dingtalk-workspace-cli AGENTS.md

AGENTS.md instructions for DingTalk-Real-AI/dingtalk-workspace-cli, covering repository agent guide, build and test, command framework declaration, flag / help / schema homology and agent schema contract.

DingTalk-Real-AI/dingtalk-workspace-cli · 7,929 tokens

azure-sdk-for-go go-code.instructions.md

Instructions for Azure/azure-sdk-for-go: All code should follow the guidelines from the Azure Go SDK Guidelines. This document is a summary of the most important guidelines to follow when contributing to the Azure Go SDK.

Azure/azure-sdk-for-go · 755 tokens

bedrock CLAUDE.md

Claude Code instructions for christopher-buss/bedrock, covering bedrock project context, what is bedrock?, architecture, architecture quick reference and testing requirements (non-negotiable).

christopher-buss/bedrock · 4,293 tokens

oastools GEMINI.md

Instructions for erraggy/oastools, covering gemini.md, project overview, building and running, key commands and development conventions.

erraggy/oastools · 1,091 tokens