Hackathon-Stellaroid_Earn AGENTS.md

Hackathon-Stellaroid_Earn AGENTS.md is an instructions file for Codex, OpenCode from Iron-Mark/Hackathon-Stellaroid_Earn. It costs 1,752 tokens per session, scanned A, original, from a forked repository, MIT.

Repository-specific instructions for a Stellar bootcamp project. Stellar is a blockchain network, and Soroban is its smart-contract platform; the repository teaches participants how to build and deploy a contract and a related web app.

In plain words
What is it for?
Use it when installing the Stellar toolchain, working in the Next.js frontend, testing or deploying Soroban contracts, or following the project workflow.
Why use it?
It gives an coding agent the project’s purpose, folder layout, setup requirements, and common commands. This reduces the risk of treating a learning repository like a production application.

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/iron-mark/hackathon-stellaroid_earn/agents-md
Clone the repo
git clone --depth 1 https://github.com/Iron-Mark/Hackathon-Stellaroid_Earn

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 Hackathon-Stellaroid_Earn AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/iron-mark/hackathon-stellaroid_earn/agents-md.svg)](https://agentmods.dev/instructions/iron-mark/hackathon-stellaroid_earn/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/iron-mark/hackathon-stellaroid_earn/agents-md"><img src="https://agentmods.dev/badge/instructions/iron-mark/hackathon-stellaroid_earn/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,752 This file is loaded in full into every session.
When invoked 1,752 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin fork From a forked repository.
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.01752 $0.01752
Opus 5 $0.00876 $0.00876
Sonnet 5 $0.00350 $0.00350
Haiku 4.5 $0.00175 $0.00175

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

Security

Grade A, and why

Hackathon-Stellaroid_Earn 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 · 88 lines

How it starts

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

AGENTS.md

This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.

What this repo is

This is the Stellar PH Bootcamp bootcamp repository — a participant-facing guide, not a production codebase. It packages:

  1. README.md — 5-step walkthrough: install toolchain → complete assigned Soroban contract → cargo test (≥3 tests) → deploy to Stellar testnet → submit on Rise In.
  2. docs/reference/pre-workshop-setup-guide.pdf — participant install guide (Rust, Stellar CLI, WASM target, Freighter).
  3. docs/reference/freighter-integration.md — generalized Next.js + Soroban + Freighter integration recipe.
  4. frontend/ — Next.js 16 (App Router) + React 19 dApp using @stellar/stellar-sdk and @stellar/freighter-api. Composition: app/ (layout, page, /about, /app, /issuer, /issuer/register, /issuer/batch, /proof, /proof/[hash], /proof/[hash]/embed), components/ (about/, actions/, activity/, app/, demo/, issuer/, landing/, layout/, milestones/, onboarding/, proof/, ui/, wallet/), hooks/, lib/ (config, contract-client, contract-read-server, demo-data, errors, events, format, freighter, i18n, issuer-registry, motion, proof-metadata, types, utils, with-timeout, batch-issuance), styles/globals.css (Tailwind v4 @theme design tokens). Security: HTTP security headers + CSP in next.config.ts; dynamic proof routes cached with revalidate=60 and guarded with a hex-format check before any RPC call.
  5. docs/archive/bootcamp-setup-2026-04/setup-todo.md — archived local setup progress tracker (A–E sections: Environment, Manual pre-workshop, Contract deploy, Rise In, Phase 2 fullstack).
  6. docs/archive/bootcamp-setup-2026-04/fullstack-prompt-template.md — archived v3 prompt template for generating a Stellar dApp idea + Soroban contract files + frontend design brief. Used in Phase 2 after the Contract ID is deployed. Refined against the stellar-dev, ui-ux-pro-max, and superpowers/writing-skills plugins.

Read the full file on GitHub · 88 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 · 88 lines · 1,752 tokens per session scan A d990535968c0

Subscribe to this mod's changes

Hackathon-Stellaroid_Earn AGENTS.md is an instructions file published in the GitHub repository Iron-Mark/Hackathon-Stellaroid_Earn (6 stars, last pushed 3d ago), licensed MIT. It adds 1,752 tokens to every session, about $0.0088 per session on Opus 5. A static security scan graded it A with 0 findings. It comes from a forked repository.