metaxy CLAUDE.md

metaxy CLAUDE.md is an instructions file for coding agents from anam-org/metaxy. It costs 744 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for Metaxy, a Python system that manages feature metadata, versions, dependencies, and data lineage for machine-learning pipelines.

In plain words
What is it for?
Use them when planning, writing, formatting, type-checking, or testing Metaxy code.
Why use it?
They tell coding agents which workflow, tools, and compatibility rules to follow when changing the project.

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/anam-org/metaxy/claude-md
Clone the repo
git clone --depth 1 https://github.com/anam-org/metaxy

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/anam-org/metaxy/claude-md.svg)](https://agentmods.dev/instructions/anam-org/metaxy/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/anam-org/metaxy/claude-md"><img src="https://agentmods.dev/badge/instructions/anam-org/metaxy/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 744 This file is loaded in full into every session.
When invoked 744 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.1 $0.00744 $0.00744
Opus 5 $0.00372 $0.00372
Sonnet 5 $0.00149 $0.00149
Haiku 4.5 $0.00074 $0.00074

Measured 4d ago against content hash 6807737f0056, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

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

CLAUDE.md · 61 lines

How it starts

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

CLAUDE.md

Agent Workflow

Start each task with the planner agent. Use python-dev to write code, python-test-engineer to write tests. Iterate until qa is satisfied.

Python Code Standards

Always invoke the /dignified-python skill before writing or reviewing Python code. This skill enforces LBYL exception handling, modern type syntax, pathlib usage, and other project standards.

Project Status

Active Development - Stable Public API

The project has users. APIs marked with @public cannot have breaking changes between minor releases. Non-public internals can be refactored freely. Deprecated APIs must be preserved until a minor release.

Project Overview

Metaxy is a feature metadata management system for multimodal ML pipelines. It tracks feature versions, dependencies, and data lineage with declarative definitions, automatic change detection, and smart migrations.

Commands

just sync        # Install all dependencies
just ruff        # Lint and format
just typecheck   # Type check with ty
uv run pytest    # Run tests (add -k "pattern" to filter)

Guardrails

Git commits: Do not create commits unless explicitly requested. When asked to commit, follow standard git workflow.

Tests:

  • Always add or update tests when modifying features. Run uv run pytest tests/path/to/test.py to verify changes before considering work complete.
  • Never run the full test suite unless instructed. Only run relevant tests by filtering with -k "pattern", specific files or specific tests uv run pytest tests/test_migrations.py::test_migration_generation
  • Use uv run pytest --tach to automatically skip tests unaffected by your changes (uses tach's module dependency graph). Prefer this over running the full suite.
  • Always use fixtures to setup data and common values. Always request fixtures with appropriate type annotations.

Type safety: Code must pass just typecheck. Fix type errors before submitting.

Snapshot tests: If tests fail due to snapshot mismatches after intentional changes, update with uv run pytest --snapshot-update path/to/test.py.

Read the full file on GitHub · 61 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 · 61 lines · 744 tokens per session scan A 6807737f0056

Subscribe to this mod's changes

metaxy CLAUDE.md is an instructions file published in the GitHub repository anam-org/metaxy (119 stars, last pushed 15d ago), licensed Apache-2.0. It adds 744 tokens to every session, about $0.0037 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-09-01.

Related

Other instructions, from other repositories

python-sdk AGENTS.md

AGENTS.md instructions for modelcontextprotocol/python-sdk, covering development guidelines, note for ai agents, branching model, package management and code quality.

modelcontextprotocol/python-sdk · 2,207 tokens

GPT-RAG config-python.instructions.md

Instructions for Azure/GPT-RAG, a project described as: Enterprise-grade accelerator for agentic RAG on Azure. Built on Microsoft Foundry with Foundry IQ as the default retrieval backend, Microsoft Agent Framework orchestration, Zero-Trust architecture and IaC.

Azure/GPT-RAG · 180 tokens

weightslab AGENTS.md

AGENTS.md instructions for GrayboxTech/weightslab, covering weightslab — agent context for users & debugging, 0. how to load this guide into claude code, 1. what it is and how the pieces connect, 2. install & run (the happy path) and ... your training loop ...

GrayboxTech/weightslab · 4,324 tokens

sports-skills CLAUDE.md

Claude Code instructions for machina-sports/sports-skills, covering claude.md - sports-skills guidelines, tech stack, commands and code conventions.

machina-sports/sports-skills · 222 tokens

OpenGradient-SDK CLAUDE.md

Instructions for OpenGradient/OpenGradient-SDK, covering claude.md, project overview, development commands, build & installation and install dependencies (syncs from pyproject.toml/uv.lock).

OpenGradient/OpenGradient-SDK · 1,311 tokens

pydantic-ai-gepa AGENTS.md

AGENTS.md instructions for indexedlabs/pydantic-ai-gepa, covering repository guidelines, mighty workflow, project structure & module organization, build, test, and development commands and coding style & naming conventions.

indexedlabs/pydantic-ai-gepa · 636 tokens