clique CLAUDE.md

clique CLAUDE.md is an instructions file for coding agents from thejdubb02/clique. It costs 1,982 tokens per session, scanned A, original, MIT.

Project instructions for CLIque, a lightweight coding workspace that runs command-line sessions in a browser and keeps them running in tmux.

In plain words
What is it for?
Following project conventions, deciding what to build next, choosing how to handle motion, and understanding the project's command-line interface and releases.
Why use it?
It gives an agent the project's rules, priorities, and release process so changes stay consistent with the intended design.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/thejdubb02/clique/claude-md.svg)](https://agentmods.dev/instructions/thejdubb02/clique/claude-md)
Your own site
<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>
Per session 1,982 This file is loaded in full into every session.
When invoked 1,982 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 $0.01982 $0.01982
Opus 5 $0.00991 $0.00991
Sonnet 5 $0.00396 $0.00396
Haiku 4.5 $0.00198 $0.00198

Measured 5d ago against content hash 21ae9d753c21, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

CLAUDE.md · 174 lines

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 transform and opacity. 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-motion ships 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.

Read the full file on GitHub · 174 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. 5d ago First seen · 174 lines · 1,982 tokens per session scan A 21ae9d753c21

Subscribe to this mod's changes

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.

Related

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.

lij768423-svg/grok-register-panel · 2,364 tokens

neeko AGENTS.md

AGENTS.md instructions for tincopper/neeko, covering neeko — repository guidelines, 项目概览, 目录结构, 前端(feature-based 架构) and 后端(domain-driven 模块化架构).

tincopper/neeko · 7,575 tokens

neeko CLAUDE.md

Claude Code instructions for tincopper/neeko, covering neeko — claude.md, 项目概览, 常用命令速查, 键盘快捷键 and 预置 agent & ide.

tincopper/neeko · 790 tokens

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.

arthurkatcher/grok-delegate · 908 tokens

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.

doudou770/flyreq-image-studio · 688 tokens

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 проект должен сам включить мост.

zai-one/grok-build-mcp · 8,461 tokens