ralph-starter AGENTS.md

ralph-starter AGENTS.md is an instructions file for Codex, OpenCode from rubenmarcus/ralph-starter. It costs 878 tokens per session, scanned A, original, MIT.

A project instruction file for AI coding agents working on ralph-starter, a command-line tool that runs autonomous coding loops and connects to services such as GitHub, Linear, Notion, and Figma.

In plain words
What is it for?
It is for guiding work on the TypeScript and Node.js project, including builds, linting, tests, type checks, and locating integrations and loop execution code.
Why use it?
It tells agents what the project does, where its main code lives, and which commands validate changes.

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/rubenmarcus/ralph-starter/agents-md
Clone the repo
git clone --depth 1 https://github.com/rubenmarcus/ralph-starter

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 ralph-starter AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/rubenmarcus/ralph-starter/agents-md.svg)](https://agentmods.dev/instructions/rubenmarcus/ralph-starter/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/rubenmarcus/ralph-starter/agents-md"><img src="https://agentmods.dev/badge/instructions/rubenmarcus/ralph-starter/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 878 This file is loaded in full into every session.
When invoked 878 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.00878 $0.00878
Opus 5 $0.00439 $0.00439
Sonnet 5 $0.00176 $0.00176
Haiku 4.5 $0.00088 $0.00088

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

Security

Grade A, and why

ralph-starter 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 · 122 lines

How it starts

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

AGENTS.md

Configuration for AI coding agents working on ralph-starter.

Project Overview

ralph-starter is a CLI tool for running autonomous AI coding loops. It connects to external sources (GitHub, Linear, Notion, Figma) and orchestrates AI coding agents to build software autonomously.

Tech Stack: TypeScript, Node.js 20+, pnpm

Validation Commands

Run after each change:

pnpm build        # TypeScript compilation
pnpm lint         # ESLint checks
pnpm test         # Run tests
pnpm typecheck    # Type checking only

Project Structure

src/
├── cli.ts              # CLI entry point
├── commands/           # Command implementations
│   ├── run.ts          # Main run command
│   ├── init.ts         # Project initialization
│   ├── plan.ts         # Implementation planning
│   └── ...
├── integrations/       # Source integrations
│   ├── base.ts         # Base integration interface
│   ├── github/         # GitHub issues, PRs
│   ├── linear/         # Linear tickets
│   ├── notion/         # Notion pages
│   └── figma/          # Figma designs
├── loop/               # Core loop execution
│   ├── executor.ts     # Main loop runner (900+ lines)
│   ├── agents.ts       # Agent detection/invocation
│   ├── validation.ts   # Backpressure validation
│   ├── circuit-breaker.ts
│   ├── cost-tracker.ts
│   └── ...
├── llm/                # LLM provider abstraction
│   ├── providers.ts    # Anthropic, OpenAI, OpenRouter
│   └── api.ts          # Unified LLM API
├── automation/         # Git operations
│   └── git.ts          # Branch, commit, PR
├── config/             # Configuration
│   └── manager.ts      # Config file handling
└── mcp/                # MCP server

Supported Agents

ralph-starter works with these coding agents:

  • Claude Code (recommended)
  • Cursor
  • OpenCode
  • OpenAI Codex
  • GitHub Copilot
  • Gemini CLI
  • Amp
  • Openclaw

Supported Integrations

  • GitHub (gh CLI or API token)
  • Linear (API key)
  • Notion (API token)
  • Figma (API token)
  • URLs (public)
  • Local files

Read the full file on GitHub · 122 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 · 122 lines · 878 tokens per session scan A 0ad49133dc0b

Subscribe to this mod's changes

ralph-starter AGENTS.md is an instructions file published in the GitHub repository rubenmarcus/ralph-starter (106 stars, last pushed 1mo ago), licensed MIT. It adds 878 tokens to every session, about $0.0044 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.