goldenflow copilot-instructions.md

goldenflow copilot-instructions.md is an instructions file for GitHub Copilot from benseverndev-oss/goldenflow. It costs 4,291 tokens per session, scanned A, original, MIT.

A set of Copilot instructions for GoldenFlow, a toolkit that standardizes, reshapes, and normalizes messy data. It also documents related projects, development commands, and team procedures.

In plain words
What is it for?
Working on GoldenFlow and related repositories while following the documented commands, pull-request process, and account-switching requirements.
Why use it?
It gives Copilot project-specific rules for development, branching, merging, testing, and the working environment.

Instructions file for GitHub Copilot

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/benseverndev-oss/goldenflow/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/benseverndev-oss/goldenflow

Made for: GitHub Copilot.

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 goldenflow copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/benseverndev-oss/goldenflow/copilot-instructions.svg)](https://agentmods.dev/instructions/benseverndev-oss/goldenflow/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/benseverndev-oss/goldenflow/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/benseverndev-oss/goldenflow/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 4,291 This file is loaded in full into every session.
When invoked 4,291 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.04291 $0.04291
Opus 5 $0.02145 $0.02145
Sonnet 5 $0.00858 $0.00858
Haiku 4.5 $0.00429 $0.00429

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

Security

Grade A, and why

goldenflow copilot-instructions.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 4d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.github/copilot-instructions.md · 390 lines

How it starts

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

GoldenFlow

Data transformation toolkit -- standardize, reshape, and normalize messy data. DQBench Transform Score: 100/100.

  • GoldenCheck: D:\show_case\goldencheck -- Data validation. Has its own CLAUDE.md.
  • GoldenMatch: D:\show_case\goldenmatch -- Entity resolution. Has its own CLAUDE.md.
  • GitHub: benzsevern/goldenflow, benzsevern/goldencheck, benzsevern/goldenmatch

Branch & Merge SOP (all Golden Suite repos)

  • Feature work goes on feature/<name> branches, never directly to main
  • Merge via squash merge PR (watchers see PR activity, history stays clean)
  • PR title format: feat: <description> or fix: <description>
  • PR body: summary bullets + test plan
  • Merge when: tests pass, docs updated. Days not weeks.
  • After merge: delete remote branch

Environment

  • Windows 11, bash shell (Git Bash)
  • Python 3.12 at C:\Users\bsevern\AppData\Local\Programs\Python\Python312\python.exe
  • Two GitHub accounts: benzsevern (personal) and benzsevern-mjh (work)
  • MUST gh auth switch --user benzsevern before push, switch back to benzsevern-mjh after

Commands

pip install -e ".[dev]"             # Dev install
pip install -e ".[check]"           # With GoldenCheck integration
pip install -e ".[mcp]"             # With MCP server
pip install -e ".[all]"             # Everything
pytest --tb=short -v                # Run tests (158 passing)
ruff check .                        # Lint
ruff check . --fix                  # Auto-fix lint

# 14 CLI commands:
goldenflow transform data.csv                    # Zero-config: auto-detect and fix
goldenflow transform data.csv -c goldenflow.yaml # Apply saved config
goldenflow transform data.csv --domain healthcare # Use a domain pack
goldenflow transform data.csv --strict           # Fail on any transform error
goldenflow transform data.csv --llm              # Enable LLM-enhanced transforms
goldenflow data.csv                              # Shorthand: auto-routes to transform
goldenflow map -s a.csv -t b.csv                 # Auto-map schemas between files
goldenflow learn data.csv -o config.yaml         # Generate config from data patterns
goldenflow validate data.csv                     # Dry-run: show what would change
goldenflow diff before.csv after.csv             # Compare pre/post transform
goldenflow profile data.csv                      # Show column profiles
goldenflow watch ./data/                         # Auto-transform new/changed files
goldenflow schedule data.csv --every 1h          # Run on a schedule
goldenflow stream large_file.csv                 # Stream-process in batches
goldenflow init data.csv                         # Interactive setup wizard
goldenflow demo                                  # Generate sample data to try
goldenflow history                               # Show recent transform runs
goldenflow interactive data.csv                  # Launch TUI
goldenflow serve                                 # REST API for real-time transforms
goldenflow mcp-serve                             # MCP server for Claude Desktop

Read the full file on GitHub · 390 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. 4d ago First seen · 390 lines · 4,291 tokens per session scan A 749ee52a5306

Subscribe to this mod's changes

goldenflow copilot-instructions.md is an instructions file published in the GitHub repository benseverndev-oss/goldenflow (1 stars, last pushed 4mo ago), licensed MIT. It adds 4,291 tokens to every session, about $0.0215 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

operator-etl AGENTS.md

AGENTS.md instructions for khaosans/operator-etl, covering agent instructions — operator etl, fast verify (do this first), load order (extended work), non-negotiables and multi-session work.

khaosans/operator-etl · 836 tokens

goldenpipe AGENTS.md

AGENTS.md instructions for benseverndev-oss/goldenpipe, covering goldenpipe, related projects, branch & merge sop (all golden suite repos), environment and architecture.

benseverndev-oss/goldenpipe · 1,839 tokens

goldenmatch AGENTS.md

AGENTS.md instructions for benseverndev-oss/goldenmatch, covering golden suite monorepo — agent guide, what this is, layout, build & test and landmines to know before you touch anything.

benseverndev-oss/goldenmatch · 1,505 tokens

goldenmatch CLAUDE.md

Claude Code instructions for benseverndev-oss/goldenmatch, covering golden suite monorepo, typescript: pnpm + turborepo (post-2026-05-02 fold), ci (.github/workflows/ci.yml), ci path filters (post-2026-05-06, pr #89) and merge queue: main serializes merges fifo (since 2026-06-15).

benseverndev-oss/goldenmatch · 5,169 tokens

databricks-template CLAUDE.md

Instructions for andre-salvati/databricks-template, covering claude.md, project overview, tooling: mcp servers, cli, skills → see specs/tooling.md, commands and architecture & data model → see specs/.

andre-salvati/databricks-template · 2,478 tokens

dbt_duckdb_demo_public CLAUDE.md

Instructions for edwinweber/dbt_duckdb_demo_public, covering claude.md — project context for ai assistants, project overview, tech stack, architecture and directory structure.

edwinweber/dbt_duckdb_demo_public · 7,477 tokens