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.
npx agentmods add instructions/chicogong/codepod/claude-mdgit clone --depth 1 https://github.com/chicogong/codepodWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.04669 | $0.04669 |
| Opus 5 | $0.02335 | $0.02335 |
| Sonnet 5 | $0.00934 | $0.00934 |
| Haiku 4.5 | $0.00467 | $0.00467 |
Grade A, and why
codepod 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 492 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
CodePod is a desktop application that provides a ChatGPT-like user experience for Claude Code CLI. It's built as a Tauri v2 app with a Vue 3 frontend and Rust backend.
Development Commands
Frontend (Vue/TypeScript)
# Development
npm run dev # Vite dev server (web only)
npm run tauri:dev # Tauri + Vite (full desktop app)
# Build
npm run build # Build Vue app
npm run tauri:build # Build Tauri desktop app
# Testing
npm run test # Run tests in watch mode
npm run test:run # Run tests once
npm run test:ui # Run tests with UI
npm run test:coverage # Generate coverage report
npm run test:e2e # Run E2E tests with Playwright
npm run test:e2e:ui # Run E2E tests with Playwright UI
npm run test:e2e:headed # Run E2E tests in headed mode
npm run test:all # Run all tests (unit + E2E)
# Code Quality
npm run lint # ESLint with auto-fix
npm run lint:check # ESLint check only
npm run format # Prettier format
npm run format:check # Prettier check only
npm run typecheck # TypeScript type checking
Backend (Rust)
cd src-tauri
# Testing
cargo test # Run all Rust tests
cargo test -- --nocapture # Show test output
# Code Quality
cargo clippy # Rust linter
cargo fmt # Format Rust code
cargo build # Build debug version
cargo build --release # Build release version
Note: This project uses npm (not bun) as specified in src-tauri/tauri.conf.json.
Architecture
Dual-Mode Communication Architecture
The app supports two communication modes with Claude CLI:
- Tauri IPC Mode (Desktop): Direct IPC calls to Rust backend which spawns Claude CLI
- HTTP API Mode (Fallback): HTTP proxy server for development/alternative environments
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.
- 2d ago First seen · 492 lines · 4,669 tokens per session scan A b4d470aeb73c
codepod CLAUDE.md is an instructions file published in the GitHub repository chicogong/codepod (2 stars, last pushed 1mo ago), licensed MIT. It adds 4,669 tokens to every session, about $0.0233 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.
Other instructions, from other repositories
nextclaw AGENTS.md
Instructions for Peiiii/nextclaw, covering nextclaw ai 常驻内核, 产品愿景, 沟通与推进, 深思与目标模式 and 协作与 git 安全.
hope-agent AGENTS.md
AGENTS.md instructions for shiwenwen/hope-agent, covering hope agent, 安全红线, 提交前检查(强制), 分支与发布 and 设置约定.
ovo AGENTS.md
Instructions for dushaobindoudou/ovo, covering agents.md, project overview, common commands, development and build.
Abu-Cowork AGENTS.md
AGENTS.md instructions for PM-Shawn/Abu-Cowork, covering abu (阿布) — ai desktop office assistant, project overview, tech stack, git workflow & development constraints and branches.
P-ai AGENTS.md
AGENTS.md instructions for kawayiYokami/P-ai, covering agents.md, 项目概述, 构建与开发命令, 开发模式(前端热重载 + rust 自动重编译) and 仅启动前端 dev server(端口 1420).
Abu-Cowork CLAUDE.md
Claude Code instructions for PM-Shawn/Abu-Cowork, a project described as: Open-source alternative to Claude Cowork — a local-first AI agent desktop app · multi-model · self-evolving skills · privacy-first · multi-Harness roadmap · DeepSeek Harness integration in progress.