pixtuoid CLAUDE.md

pixtuoid CLAUDE.md is an instructions file for Claude Code from IvanWng97/pixtuoid. It costs 3,644 tokens per session, scanned B, original, MIT.

A set of instructions for AI coding agents working in the pixtuoid repository. It explains the project layout, nested guidance files, build and test expectations, and where different types of code belong.

In plain words
What is it for?
Use it when changing pixtuoid, a terminal-based visualizer for coding agents, especially when working across its Rust crates, Raycast integration, or website.
Why use it?
It gives an agent the repository context needed to avoid breaking documented design constraints or using the wrong checks for a particular component.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

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/ivanwng97/pixtuoid/claude-md
Clone the repo
git clone --depth 1 https://github.com/IvanWng97/pixtuoid

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ivanwng97/pixtuoid/claude-md.svg)](https://agentmods.dev/instructions/ivanwng97/pixtuoid/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ivanwng97/pixtuoid/claude-md"><img src="https://agentmods.dev/badge/instructions/ivanwng97/pixtuoid/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,644 This file is loaded in full into every session.
When invoked 3,644 The same file — it is already loaded in full.
Security scan B 1 finding. 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.03644 $0.03644
Opus 5 $0.01822 $0.01822
Sonnet 5 $0.00729 $0.00729
Haiku 4.5 $0.00364 $0.00364

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

Security

Grade B, and why

pixtuoid CLAUDE.md scanned grade B with 1 finding 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 2d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

- No direct `~/.claude/settings.json` writes — go through `install/io.rs` (`write_config_atomic` / `ConfigLock`).
CLAUDE.md · 133 lines

How it starts

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

CLAUDE.md

Instructions for Claude Code (or any AI coding agent) in this repo. (AGENTS.md symlinks here.) This is the workspace map; per-crate detail lives in nested guides, auto-loaded when you touch their tree:

What the guides hold. A nested CLAUDE.md says what its crate IS, plus the facts no single declaration can own: cross-file workflows, comment-less manifests, and directory-shape rules. Everything else a change needs — the constraint that looks like a bug, the WHY, the test that pins it — is on the declaration it constrains: read the item's doc comment before changing it.

A third consumer lives outside this repo: homebrew-core's pixtuoid formula asserts exact CLI output (test do) and needs pixtuoid man / completions <shell> on clean stdout — breakage surfaces in THEIR CI on an autobump we never see, while our suite stays green (it asserts the same strings as goldens). The asserted rows are marked "homebrew-core contract" at validate.rs, sources_cli.rs, claude_code.rs; release-side consequences in CONTRIBUTING.md.

What this is

Terminal-native, multi-agent pixel-art visualizer for AI coding agents: each running CC session is an animated sprite in an ASCII office. Rust workspace, five crates. Overview: README.md.

Read the full file on GitHub · 133 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. 2d ago Changed · +168 tokens per session 4d9b070997ce
  2. 6d ago First seen · 133 lines · 3,476 tokens per session scan B c75b62baff34

Subscribe to this mod's changes

pixtuoid CLAUDE.md is an instructions file published in the GitHub repository IvanWng97/pixtuoid (469 stars, last pushed today), licensed MIT. It adds 3,644 tokens to every session, about $0.0182 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.