RalphX CLAUDE.md

Project instructions for RalphX, a native Mac application for autonomous AI development, covering its structure, priorities, and delegation rules. They require checking optional founder, strategy, and metrics files before writing user-facing content.

In plain words
What is it for?
Use them when changing RalphX documentation, UI copy, marketing messages, project structure, or agent delegation. They also define compact writing preferences such as using tables where useful.
Why use it?
They keep documentation, interface text, and messaging aligned with the project owner's strategy and measurable goals instead of relying only on general assumptions.

Instructions file

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/aigentive/ralphx/claude-md
Clone the repo
git clone --depth 1 https://github.com/aigentive/RalphX
Per session 3,783 This file is loaded in full into every session.
When invoked 3,783 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.03783 $0.03783
Opus 5 $0.01892 $0.01892
Sonnet 5 $0.00757 $0.00757
Haiku 4.5 $0.00378 $0.00378

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

Security

Grade A, and why

RalphX CLAUDE.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.

CLAUDE.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.

Maintainer note: This file optimizes for LLM context efficiency. Rules: (1) Tables > prose (2) One example max per concept (3) No redundant explanations (4) Use symbols: → = leads to, | = or, ❌/✅ = wrong/right (5) Before adding content, ask: "Can this be a single line?" If yes, make it one line.

CLAUDE.md

Priority Zero — Owner Strategy Alignment (NON-NEGOTIABLE)

Before ANY user-facing content, documentation, UI copy, or messaging work, agents must probe these optional files with non-failing file checks and load any that exist:

  • ~/.ralphx/founder/founder-profile.md — Owner vision and non-negotiables
  • ~/.ralphx/strategy/project-goal-card.md — Messaging architecture, positioning, ICPs, competitive landscape
  • ~/.ralphx/strategy/project-metrics.md — Verifiable project data points

If one is missing, skip it and continue; do not fail work or run bare sed/cat commands that turn absence into a task error. Present files are the owner's directives and override default agent judgment on messaging. Do not keep them as always-on @ imports in project memory.


Project: RalphX

Native Mac GUI for autonomous AI dev: Kanban, multi-agent orchestration, ideation chat. Code quality: .claude/rules/code-quality-standards.md | State machine: .claude/rules/task-state-machine.md | Stateful review: .claude/rules/stateful-workflow-review.md | Big-PR checks: .claude/rules/big-pr-review-checklist.md | Git/merge: .claude/rules/task-git-branching.md | Merge recovery: .claude/rules/merge-recovery-consistency.md | Review modes: .claude/rules/agent-workspace-review-modes.md | Agents: .claude/rules/task-execution-agents.md | Delegation: .claude/rules/delegation-topology.md | Thinking: .claude/rules/agent-thinking-capture.md | Runtime roots: .claude/rules/runtime-root-vs-target-project.md | Prod CLI: .claude/rules/production-cli-resolution.md | CodeQL paths: .claude/rules/codeql-path-safety.md | Ideation verification: .claude/rules/ideation-verification-architecture.md | Blocker dedupe: .claude/rules/followup-blocker-dedupe.md | Agent types: .claude/rules/agent-type-map.md | Detail views: .claude/rules/task-detail-views.md | Frontend perf: .claude/rules/frontend-interaction-performance.md | Icons: .claude/rules/icon-only-buttons.md | Rust API: .claude/rules/rust-stable-apis.md | Rust tests: .claude/rules/rust-test-execution.md | WKWebView CSS: .claude/rules/wkwebview-css-vars.md | Release scripts: .claude/rules/release-script-validation.md | Assets: .claude/rules/assets.md | Tauri invoke: .claude/rules/tauri-invoke-conventions.md | PR body (READ): .claude/rules/pr-descriptions.md CodeQL path safety applies to production and tests; use process-owned runtime roots, fixed entry lists, pure test builders, and suppress rust/path-injection only after containment validation. Production CLI resolution applies to installed app launches; all runtime subprocess binaries must go through the shared resolver surface.

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 · 3,783 tokens per session scan A 083630ca9b6a

Subscribe to this mod's changes

RalphX CLAUDE.md is an instructions file published in the GitHub repository aigentive/RalphX (5 stars, last pushed 3d ago), licensed Apache-2.0. It adds 3,783 tokens to every session, about $0.0189 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-31.

Related

Other instructions, from other repositories

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,345 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

next.js AGENTS.md

Instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens