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/yigitkonur/cli-continues/cigit clone --depth 1 https://github.com/yigitkonur/cli-continuesWhat 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.00400 | $0.00400 |
| Opus 5 | $0.00200 | $0.00200 |
| Sonnet 5 | $0.00080 | $0.00080 |
| Haiku 4.5 | $0.00040 | $0.00040 |
Grade A, and why
cli-continues ci.instructions.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.
What it actually says
CI Workflow Review Guidelines
Security
- Pin action versions to at least a named tag (
actions/checkout@v4); prefer full commit SHA for security-critical actions - Set
permissionsexplicitly on any job that needs elevated access (e.g.,pull-requests: write) — do not rely on repository-wide defaults - Never print secret values to logs — use GitHub's secret masking for dynamic secrets
# Prefer explicit permissions scoping
permissions:
pull-requests: write
contents: read
Node.js Version Requirements
- Node 22 is the minimum supported version (
engines.node >= 22.0.0inpackage.json) - The CI matrix must include at least Node 22 and the latest even-numbered LTS — do not drop below 22
node:sqlite(built-in, Node 22.5+) is used by OpenCode and Crush parsers — do not add third-party SQLite packages
Package Manager
- Use
pnpmexclusively — notnpm cioryarn— to stay consistent withpnpm-lock.yaml - Always run
pnpm install --frozen-lockfilein CI to prevent accidental lockfile mutations - Use
pnpm/action-setup@v4for pnpm setup
Build and Test Order
- Run
pnpm run build(TypeScript compile) beforepnpm test—tscvalidates type correctness; test failures may be caused by type errors caught at build time - The
test-qualityjob posts a PR comment summarizing test counts and flags source-file changes without corresponding test changes — do not remove this job without an equivalent replacement - The
test-qualityjob should only run onpull_requestevents (not push tomain)
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 · 37 lines · 400 tokens per session scan A 4ef46cc3b48d
cli-continues ci.instructions.md is an instructions file published in the GitHub repository yigitkonur/cli-continues (1,479 stars, last pushed 3mo ago), licensed MIT. It adds 400 tokens to every session, about $0.0020 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
skills CLAUDE.md
Instructions for lovstudio/skills, covering claude.md, what this is, repo layout, how users install and skills.yaml schema.
AgentHarbor CLAUDE.md
Instructions for abhiunix/AgentHarbor, covering claude.md, commands, architecture, two tauri windows and adapter trait — the core abstraction.
AgentHarbor AGENTS.md
Instructions for abhiunix/AgentHarbor, a project described as: 🚢 One native app for all your AI coding agents - live rate limits, session usage, deep analysis of your & monthly spend for Claude Code, Cursor, Codex, Gemini etc plus one-click MCP/rules/skills/sub-agent deploy.
agent-hook-schemas CLAUDE.md
Claude Code instructions for mherod/agent-hook-schemas, covering claude.md, build & test commands, npm publish, architecture and key patterns.
Dragon-Brain CLAUDE.md
Instructions for iikarus/Dragon-Brain, covering dragon brain — claude.md, the harness, audit remediation (april–may 2026, complete 2026-05-09), the lie this audit closed and the contract that matters now.
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.