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/geiserx/lynxprompt/claude-mdgit clone --depth 1 https://github.com/GeiserX/LynxPromptWrote 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.
[](https://agentmods.dev/instructions/geiserx/lynxprompt/claude-md)<a href="https://agentmods.dev/instructions/geiserx/lynxprompt/claude-md"><img src="https://agentmods.dev/badge/instructions/geiserx/lynxprompt/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.06159 | $0.06159 |
| Opus 5 | $0.03080 | $0.03080 |
| Sonnet 5 | $0.01232 | $0.01232 |
| Haiku 4.5 | $0.00616 | $0.00616 |
Grade A, and why
LynxPrompt 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 6d 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 β 636 lines β stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md - AI Agent Instructions for LynxPrompt
π§ PLAN MODE: Use Plan Mode frequently! Before implementing complex features, multi-step tasks, or making significant changes, switch to Plan Mode to think through the approach, consider edge cases, and outline the implementation strategy. Planning prevents mistakes and saves time.
π¦ RELEASE REMINDER: CLI npm publishing is handled by GitHub Actions automatically. Do NOT run
npm publishlocally. Do NOT create git tags manually. The workflow handles everything.
β οΈ IMPORTANT: Do NOT update this file unless the user explicitly says to. Only the user can authorize changes to AGENTS.md.
β DEPRECATED FORMAT:
.cursorrulesis deprecated. Do NOT suggest or generate.cursorrulesfiles anywhere. Cursor now uses.cursor/rules/*.mdc(directory-based MDC format). Always use.cursor/rules/for Cursor configurations.
π SECURITY WARNING: This repository is PUBLIC at github.com/GeiserX/LynxPrompt. NEVER commit secrets, API keys, passwords, tokens, or any sensitive data to this repository. All secrets must be stored in:
- GitHub Secrets (for CI/CD)
- Private GitOps repositories (for docker-compose)
- Local
.envfiles (gitignored)AGENTS.md.old(gitignored, local only)
π RELEASE PROCESS (CRITICAL - READ CAREFULLY)
Understanding the Release Pipeline
There are two separate workflows that work together:
release.yml- Triggered on push tomain:- Detects changes in app vs CLI since last release
- Creates git tags (
app-vX.Y.Zfor web,cli-vX.Y.Zfor CLI) - Creates GitHub Releases with changelogs
- Tag-only β does NOT push the version bump back to
main. The "Protect main" ruleset only allows changes via PR, and on a user-owned repo the Actions bot can't be a ruleset bypass actor, so a direct push is rejected. The next version is derived frommax(package.json, latest matching tag), so it stays monotonic even thoughpackage.jsononmainlags the tags. Do not re-add agit push origin mainto the release jobs β it will always be rejected.publish-cli.ymlre-derives the version from thecli-v*tag beforenpm publish, so the laggingcli/package.jsondoesn't affect published artifacts.
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.
- 6d ago First seen Β· 636 lines Β· 6,159 tokens per session scan A f3753a815414
LynxPrompt CLAUDE.md is an instructions file published in the GitHub repository GeiserX/LynxPrompt (45 stars, last pushed 3d ago), licensed Apache-2.0. It adds 6,159 tokens to every session, about $0.0308 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.
Other instructions, from other repositories
AI-Powered-Coding-Tools CLAUDE.md
Claude Code instructions for dereknguyen269/AI-Powered-Coding-Tools, covering claude.md, what this repo is, maintenance scripts, validate links in a markdown file and fix markdown formatting issues.
mda CLAUDE.md
Instructions for sno-ai/mda, covering claude.md β sno-ai/mda, release process for @markdown-ai/cli, to cut a release (any 1.1.x, 1.2.0, 2.0.0 β same flow), release notes β non-negotiable and what's new.
nezha CLAUDE.md
Claude Code instructions for hanshuaikang/nezha, a project described as: Code Editor for the AI Agents Era. Run multiple Claude Code and Codex agents across projects on your machine.
trellis AGENTS.md
Instructions for craigcossairt/trellis, covering agents.md , project, what i need from agents, current state - source of truth pointers and tech stack.
ai-agent-skills CLAUDE.md
Instructions for wednesday-solutions/ai-agent-skills, covering project guidelines, wednesday agent skills, available skills, how to use skills and important.
trellis CLAUDE.md
Instructions for craigcossairt/trellis, a project described as: The structure a project grows on: a free starter template for AI-assisted development. One AGENTS.md every tool reads (Claude Code, Cursor, Grok Build, Codex, Gemini CLI, Copilot), TDD + bug-fix methodology, secret guardrails, optional local knowledgeβ¦