02-development-workflow

02-development-workflow is an agent for coding agents from jscraik/ralph-gold. It costs 0 tokens per session (333 once invoked), scanned A, original, MIT.

Project-specific instructions for developing the Ralph Gold application, covering its folders, build and test commands, coding conventions, and pull-request expectations.

In plain words
What is it for?
Use them when editing the project, running its Python tests, following its file layout, or preparing a pull request.
Why use it?
They give a coding agent the local context needed to make changes that fit the project and use its established checks.

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/jscraik/ralph-gold/02-development-workflow
Clone the repo
git clone --depth 1 https://github.com/jscraik/ralph-gold

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 02-development-workflow

README.md
[![agentmods](https://agentmods.dev/badge/agents/jscraik/ralph-gold/02-development-workflow.svg)](https://agentmods.dev/agents/jscraik/ralph-gold/02-development-workflow)
Your own site
<a href="https://agentmods.dev/agents/jscraik/ralph-gold/02-development-workflow"><img src="https://agentmods.dev/badge/agents/jscraik/ralph-gold/02-development-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 333 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.00000 $0.00333
Opus 5 $0.00000 $0.00167
Sonnet 5 $0.00000 $0.00067
Haiku 4.5 $0.00000 $0.00033

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

Security

Grade A, and why

02-development-workflow 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.

docs/agents/02-development-workflow.md · 37 lines

What it actually says

Development workflow

Project structure

  • Core code: /Users/jamiecraik/dev/ralph-gold/src/ralph_gold/
  • Tests: /Users/jamiecraik/dev/ralph-gold/tests/
  • Docs: /Users/jamiecraik/dev/ralph-gold/docs/
  • VS Code bridge extension: /Users/jamiecraik/dev/ralph-gold/vscode/ralph-bridge/
  • Install helpers: /Users/jamiecraik/dev/ralph-gold/scripts/

Build, test, and dev commands

  • uv sync
  • uv run pytest -q
  • uv run python -m ralph_gold.cli --help
  • uv tool install -e .

Coding style

  • Keep Python code under src/ralph_gold/.
  • Prefer small single-purpose functions with clear error handling.
  • Use snake_case for functions and variables; PascalCase for classes.
  • Follow adjacent module patterns before adding new abstractions.
  • Avoid new dependencies without approval.

Testing guidelines

  • Use pytest under tests/.
  • Name tests test_*.py.
  • Keep fixtures local to each test file unless sharing is required.
  • Run uv run pytest -q before opening a PR.

Commit and PR guidance

  • Commit message convention: not observed.
  • Keep commit messages clear and scoped.
  • PRs should include a short summary, test results, and doc updates for behavior changes.
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 · 37 lines · 0 tokens per session scan A b0f808cb0bb0

Subscribe to this mod's changes

02-development-workflow is an agent published in the GitHub repository jscraik/ralph-gold (2 stars, last pushed 29d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 333 tokens. 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-31.

Related

Other agents, from other repositories

devops-engineer

You are a DevOps and CI/CD specialist for the Shipwright project. You work on GitHub Actions workflows, deployment pipelines, infrastructure automation, and operational tooling.

sethdford/shipwright · 0 tokens

shell-script-specialist

You are a shell script development specialist for the Shipwright project — an autonomous delivery platform built entirely in Bash (37+ scripts, 25,000+ lines).

sethdford/shipwright · 0 tokens

skill-validator-agent

Autonomous professional validator for Claude Code skills. Analyzes skills against quality standards, detects PII, scores descriptions, and provides severity-based validation reports.

YoungLeadersDotTech/young-leaders-tech-marketplace · 35 tokens

critic-munger

Company contrarian thinking advisor (Charlie Munger mental model). Use when questioning the viability of new ideas, identifying fatal flaws in plans, preventing groupthink, conducting inverse reasoning, performing pre-mortem analyses. Must be consulted before any major decision.

NikitaDmitrieff/auto-co-meta · 54 tokens

sales-ross

Sales Director (Aaron Ross mental model). Use when designing pricing strategy, choosing sales models, conversion rate optimization, customer acquisition cost analysis.

NikitaDmitrieff/auto-co-meta · 31 tokens

fullstack-dhh

Full-stack tech lead (DHH mental model). Use when writing code and implementing features, choosing technical implementation approaches, code review and refactoring, development tools and process optimization.

NikitaDmitrieff/auto-co-meta · 40 tokens