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/thejdubb02/clique/claude-mdgit clone --depth 1 https://github.com/thejdubb02/cliqueWrote 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/thejdubb02/clique/claude-md)<a href="https://agentmods.dev/instructions/thejdubb02/clique/claude-md"><img src="https://agentmods.dev/badge/instructions/thejdubb02/clique/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 | $0.01982 | $0.01982 |
| Opus 5 | $0.00991 | $0.00991 |
| Sonnet 5 | $0.00396 | $0.00396 |
| Haiku 4.5 | $0.00198 | $0.00198 |
Grade A, and why
clique 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 5d 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 — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLIque — standing rules
Folder-organised, CLI-agnostic coding sessions in a browser, persisted in tmux.
Replaces Codeman + CodemanPanel. Python stdlib only — no framework, no
node_modules, no build step. 24 MB resident against Codeman's 253 MB, and
that gap is the product.
Docs, each with one job — read the one that matches the question:
| Question | File |
|---|---|
| What is being built next, in order | docs/next.md (short-lived; shipped work drops off it) |
| Why it is ranked that way, what is refused | ROADMAP.md |
| Raised but not committed to | docs/ideas-inbox.md |
| What shipped | CHANGELOG.md |
Motion
Wanted, and cheap, or not at all. The whole argument for this tool is that it is 24 MB and starts instantly; motion that costs a library, a frame budget or a main-thread stall gives that away for polish.
- CSS transitions,
@starting-style, CSS animations, and WAAPI (element.animate()). Never a motion library. Those four are in every browser already and cost nothing to ship. - Animate
transformandopacity. Anything that moves layout — width, height, top, left — repaints the world on a box that is also running a dozen PTYs. - The frequency gate decides first, not the easing. Something opened hundreds of times a day should not animate at all: the command palette, tab switching, the sidebar rail. Modals, drawers, toasts and the settings sheet are where motion earns its place.
prefers-reduced-motionships with the animation, not after it — and as a gentler variant rather than nothing.- Hover effects go behind
@media (hover: hover) and (pointer: fine); touch fires a false hover on tap.
Guidance for the details is vendored in .claude/skills/ — see the README
there for what was left out and why.
Looking at it
Every other check here reasons about the code, and none of them can see that a control is invisible, that one thing is covering another, or that a theme did not reach the pane. That is where the bugs have actually been: a preview popup layered above the context menu broke right-click on every sidebar row and the suite stayed green through it.
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.
- 5d ago First seen · 174 lines · 1,982 tokens per session scan A 21ae9d753c21
clique CLAUDE.md is an instructions file published in the GitHub repository thejdubb02/clique (1 stars, last pushed 2d ago), licensed MIT. It adds 1,982 tokens to every session, about $0.0099 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
grok-register-panel AGENTS.md
AGENTS.md instructions for lij768423-svg/grok-register-panel, covering agents.md, project scope, architecture and ownership, runtime flows and setup and run.
neeko AGENTS.md
AGENTS.md instructions for tincopper/neeko, covering neeko — repository guidelines, 项目概览, 目录结构, 前端(feature-based 架构) and 后端(domain-driven 模块化架构).
neeko CLAUDE.md
Claude Code instructions for tincopper/neeko, covering neeko — claude.md, 项目概览, 常用命令速查, 键盘快捷键 and 预置 agent & ide.
grok-delegate AGENTS.md
Instructions for arthurkatcher/grok-delegate, covering agents.md — grok-delegate, what this repo is, layout (do not invent a second one), non-negotiables and how to work here.
flyreq-image-studio AGENTS.md
AGENTS.md instructions for doudou770/flyreq-image-studio, covering code commenting specifications, page modification compatibility standards, decision determinism & conflict resolution, the determinism principle and the "interruption & inquiry" mechanism.
grok-build-mcp AGENTS.md
AGENTS.md instructions for zai-one/grok-build-mcp, covering agents.md — grok-delegate / unofficial grok mcp, язык, typed tools vs navigator, откуда берётся корень and проект должен сам включить мост.