cli AGENTS.md

A shared instruction file that defines how AI coding tools should behave in the FocusMCP CLI project. It documents the project, its related repositories, and the conventions those tools should follow.

In plain words
What is it for?
Use it to guide work on the FocusMCP command-line tool, its core library, marketplace, and related ecosystem. It is intended for tools such as Claude Code, Cursor, Aider, GitHub Copilot, and Codex.
Why use it?
It gives developers and AI tools one reference for project structure, terminology, and working rules instead of repeating them in separate tool-specific files.

Instructions file for CodexOpenCode

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/focus-mcp/cli/agents-md
Clone the repo
git clone --depth 1 https://github.com/focus-mcp/cli

Made for: Codex, OpenCode.

Per session 2,711 This file is loaded in full into every session.
When invoked 2,711 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.02711 $0.02711
Opus 5 $0.01355 $0.01355
Sonnet 5 $0.00542 $0.00542
Haiku 4.5 $0.00271 $0.00271

Measured yesterday against content hash 011c8fa3d4f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cli AGENTS.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 yesterday.

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.

AGENTS.md · 200 lines

How it starts

The opening of the file, as written. The whole thing — 200 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

This file is the single source of truth for AI agent behavior on this project. It follows the agents.md standard and is read by Claude Code, Cursor, Aider, GitHub Copilot, and any other AI coding tool.

Humans, this file is for you too — it documents our conventions and expectations.

Project

FocusMCP CLI — the primary entry point of FocusMCP. Published as @focus-mcp/cli on npm. This repo is the primary entry point: a Node CLI that embeds @focus-mcp/core and speaks stdio MCP (via @modelcontextprotocol/sdk) to AI clients (Claude Code, Cursor, Codex, Gemini CLI…). Read VISION.md for the complete CLI vision (commands, transport, distribution).

Ecosystem

Repo Status Role
focus-mcp/core active TS monorepo lib — 3 pillars (Registry/EventBus/Router) + SDK/Validator/Marketplace resolver. Consumed via file:../core/packages/core.
focus-mcp/cli (here) active @focus-mcp/cli — stdio MCP, brick manager (focus list/info/add/remove/search/catalog/browse). Published on npm.
focus-mcp/marketplace active Official catalog + bricks/* + modules/*.
focus-mcp/client archived Former Tauri desktop app, frozen after CLI-first pivot.

CLI-first architecture

AI client (Claude Code, Cursor, Codex, Gemini…)
       │ stdio (JSON-RPC / MCP)
       ▼
@focus-mcp/cli (focus start)
  ├─ @modelcontextprotocol/sdk StdioServerTransport
  ├─ @focus-mcp/core (createFocusMcp)
  │    Registry + EventBus + Router + bricks
  └─ ~/.focus/center.json + ~/.focus/center.lock

focus start is the only way AI clients attach. Do not add HTTP as the default transport; do not bundle a UI. A separate cli-manager (Phase 2) will consume a future admin API if needed.

Distribution: npm install -g @focus-mcp/cli or npx @focus-mcp/cli start.

Claude Code native plugin

The repo ships a native Claude Code plugin in .claude-plugin/plugin.json (v1.1.0):

Read the full file on GitHub · 200 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. yesterday First seen · 200 lines · 2,711 tokens per session scan A 011c8fa3d4f7

Subscribe to this mod's changes

cli AGENTS.md is an instructions file published in the GitHub repository focus-mcp/cli (0 stars, last pushed 3mo ago), licensed MIT. It adds 2,711 tokens to every session, about $0.0136 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.