goldfxgraph AGENTS.md

goldfxgraph AGENTS.md is an instructions file for Codex, OpenCode from michael-chow-arch/goldfxgraph. It costs 3,186 tokens per session, scanned A, original, MIT.

A set of instructions for GoldFXGraph, a full-stack research application for analyzing XAUUSD, the market symbol for gold priced in US dollars. It defines the project layout, allowed scope, and rules for handling market data and forecasts.

In plain words
What is it for?
Use it when building or changing GoldFXGraph's market-data processing, technical indicators, LangGraph analysis, forecast storage, or Vue web interface.
Why use it?
It keeps development aligned with the project's research and decision-support purpose and prevents unrequested trading or infrastructure features from being added.

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/michael-chow-arch/goldfxgraph/agents-md
Clone the repo
git clone --depth 1 https://github.com/michael-chow-arch/goldfxgraph

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 goldfxgraph AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/michael-chow-arch/goldfxgraph/agents-md.svg)](https://agentmods.dev/instructions/michael-chow-arch/goldfxgraph/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/michael-chow-arch/goldfxgraph/agents-md"><img src="https://agentmods.dev/badge/instructions/michael-chow-arch/goldfxgraph/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,186 This file is loaded in full into every session.
When invoked 3,186 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.03186 $0.03186
Opus 5 $0.01593 $0.01593
Sonnet 5 $0.00637 $0.00637
Haiku 4.5 $0.00319 $0.00319

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

Security

Grade A, and why

goldfxgraph 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 5d 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 · 722 lines

How it starts

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

AGENTS.md

1. Project Identity

This repository is GoldFXGraph.

GoldFXGraph is a full-stack gold research project for XAUUSD daily and near-real-time analysis.

The system should:

  • read real XAUUSD market data
  • fetch current/latest gold data when required
  • compute deterministic technical indicators
  • run explicit LangGraph multi-agent analysis
  • produce structured forecast results
  • persist research runs and forecasts
  • display the forecast result in a Vue 3 + Tailwind frontend

This project is for research and decision support only.

Do not implement automatic trading, broker integration, real order execution, MCP, n8n, multi-model routing, full evaluation jobs, scorecards, or complex observability unless explicitly requested.


2. Repository Layout

Use a professional full-stack layout.

Expected structure:

goldfxgraph/
├── AGENTS.md
├── README.md
├── pyproject.toml
├── docker-compose.yml
├── .env.example
├── openspec/
├── data/
│   └── raw/
├── src/
│   └── goldfxgraph/
├── tests/
└── apps/
    └── web/
        ├── package.json
        ├── index.html
        ├── vite.config.ts
        ├── tailwind.config.ts
        ├── postcss.config.js
        └── src/
            ├── main.ts
            ├── App.vue
            ├── router/
            │   └── index.ts
            ├── styles/
            │   └── main.css
            ├── pages/
            │   └── GoldForecastDashboard.vue
            ├── components/
            ├── services/
            ├── types/
            └── constants/

Backend application code must live under:

src/goldfxgraph/

Backend tests must live under:

tests/

Frontend application code must live under:

apps/web/src/

Frontend global CSS must live under:

apps/web/src/styles/main.css

OpenSpec files must live under:

openspec/

Do not invent a different package structure unless the user explicitly approves it.


3. OpenSpec Rules

This project uses OpenSpec for non-trivial changes.

Read the full file on GitHub · 722 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. 5d ago First seen · 722 lines · 3,186 tokens per session scan A d1ddd46c084c

Subscribe to this mod's changes

goldfxgraph AGENTS.md is an instructions file published in the GitHub repository michael-chow-arch/goldfxgraph (28 stars, last pushed 3mo ago), licensed MIT. It adds 3,186 tokens to every session, about $0.0159 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.

Related

Other instructions, from other repositories

TradingAgents-Telegram CLAUDE.md

Instructions for IvanWng97/TradingAgents-Telegram, covering tradingagents-telegram — architecture reference, layout, architecture (for code reviewers), request lifecycle (manual /watch tap) and state ownership.

IvanWng97/TradingAgents-Telegram · 9,679 tokens

bitcoin-risk-brief AGENTS.md

AGENTS.md instructions for akarazhev/bitcoin-risk-brief, covering repository guidelines, project structure & module organization, build, test, and development commands, required project context and superpowers workflow.

akarazhev/bitcoin-risk-brief · 1,416 tokens

ClawRouter CLAUDE.md

Claude Code instructions for BlockRunAI/ClawRouter, covering clawrouter, commands, project structure, key dependencies and conventions.

BlockRunAI/ClawRouter · 535 tokens

InvestSkill GEMINI.md

Gemini CLI instructions for yennanliu/InvestSkill, covering investskill — gemini cli setup & usage guide, installation & setup, quick start, navigate to the investskill directory and start gemini cli (loads gemini.md automatically).

yennanliu/InvestSkill · 3,074 tokens

nulnul-harness AGENTS.md

AGENTS.md instructions for SeoNaRu/nulnul-harness: This repository builds plugins/nulnul-harness/, a Codex plugin that selects the strongest justified project-local capability system for the requested outcome, verifies the user's work, removes non-contributing setup, and evolves from measured outcomes without…

SeoNaRu/nulnul-harness · 1,707 tokens

agent-ship CLAUDE.md

Claude Code instructions for Agent-Ship/agent-ship, covering claude.md, project overview, commands, docker development (recommended) and local development (no docker).

Agent-Ship/agent-ship · 6,592 tokens