second-brain-starter-kit AGENTS.md

second-brain-starter-kit AGENTS.md is an instructions file for Codex, OpenCode from tonydzi/second-brain-starter-kit. It costs 1,104 tokens per session, scanned A, original, MIT.

A repository-specific AGENTS.md instruction file for working in the second-brain-starter-kit project. AGENTS.md files tell coding agents how a repository is organized, what it contains, and how to verify changes.

In plain words
What is it for?
It is for guiding contributions to a portable Claude Code second-brain setup containing skills, CRM templates, engines, documentation, and sample data.
Why use it?
It gives an agent unfamiliar with the project the background, file layout, conventions, and verification rules needed to work safely in the repository.

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/tonydzi/second-brain-starter-kit/agents-md
Clone the repo
git clone --depth 1 https://github.com/tonydzi/second-brain-starter-kit

Made for: Codex, OpenCode.

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 second-brain-starter-kit AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/tonydzi/second-brain-starter-kit/agents-md.svg)](https://agentmods.dev/instructions/tonydzi/second-brain-starter-kit/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/tonydzi/second-brain-starter-kit/agents-md"><img src="https://agentmods.dev/badge/instructions/tonydzi/second-brain-starter-kit/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,104 This file is loaded in full into every session.
When invoked 1,104 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.01104 $0.01104
Opus 5 $0.00552 $0.00552
Sonnet 5 $0.00221 $0.00221
Haiku 4.5 $0.00110 $0.00110

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

Security

Grade A, and why

second-brain-starter-kit 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 3d 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.

AGENTS.md · 83 lines

How it starts

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

AGENTS.md — working in this repo

Written for AI coding agents, and equally readable by a human contributor. Short on purpose. Русская сводка — в конце.

What this repo is

A working "Claude Code as a second brain + working assistant" setup, stripped of personal data and cut down to a portable core: the method, not the data. 101 skills, a CRM engine with sample data, vault templates, engine passports, and the seed message that starts the first session.

The primary reader is someone else's agent, bootstrapping a system for its own operator. That shapes everything below: instructions must survive being executed by a model that has never seen this repo, on a machine you know nothing about.

Layout

  • SEED.md — the first message a user pastes into Claude Code. Everything starts here.
  • BOOTSTRAP-CLAUDE.md — instructions to the installing agent.
  • CLAUDE-EXTERNAL.md — the working principles that become the user's own CLAUDE.md.
  • skills/ — 101 skill commands, mapped in skills/INDEX.md.
  • crm-template/ — markdown "card = file" CRM plus the scoring engine and demo data.
  • engines/ — the published engines; engines/PASSPORTS.md is their catalogue.
  • templates/, docs/ — note templates, onboarding, and what is/isn't shared.
  • HANDOVER.md — entry point if the reader already runs a fleet of agents.

How to verify a change

The one command that exercises real logic end to end, offline:

cd crm-template/reference
python demo.py     # scores the shipped sample, prints bands, queue, and an agreement check

Read what it prints before you "fix" it: the priority column is expected not to reproduce exactly, because the export deliberately does not carry three signals that live in the message store. That gap is documented, not a bug — a PR that makes the numbers agree by changing the model is going the wrong way.

If you changed a skill or a doc, verification is different: paste the before/after of the concrete file, per docs/HOW-TO-CONTRIBUTE.md. Abstract "this could be improved" is nearly impossible to judge and will come back as a question.

Read the full file on GitHub · 83 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. 3d ago First seen · 83 lines · 1,104 tokens per session scan A 9c9dc74e90b3

Subscribe to this mod's changes

second-brain-starter-kit AGENTS.md is an instructions file published in the GitHub repository tonydzi/second-brain-starter-kit (5 stars, last pushed 4d ago), licensed MIT. It adds 1,104 tokens to every session, about $0.0055 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

claude-obsidian GEMINI.md

Gemini CLI instructions for AgriciDaniel/claude-obsidian: Read AGENTS.md as the canonical host-neutral contract. Skills live in skills/ /SKILL.md and the portable core lives in claudeobsidian/.

AgriciDaniel/claude-obsidian · 219 tokens

claude-obsidian AGENTS.md

AGENTS.md instructions for AgriciDaniel/claude-obsidian, covering claude-obsidian: agent instructions, product and vault boundaries, bootstrap, canonical skills and mutation protocol.

AgriciDaniel/claude-obsidian · 1,123 tokens

claude-obsidian copilot-instructions.md

Copilot instructions for AgriciDaniel/claude-obsidian: Read AGENTS.md before proposing changes. The repository is an Agent Skills package, Claude Code adapter, standard-library Python core, and deterministic vault template—not the default live user vault.

AgriciDaniel/claude-obsidian · 186 tokens

llm-brain CLAUDE.md

Instructions for kimsanguine/llm-brain, covering llm-brain — claude code 운영 지침, 가드레일 (절대 위반 금지), 프라이버시 경계 (agent memory os), 명령어 and ingest.

kimsanguine/llm-brain · 3,289 tokens

superbrain CLAUDE.md

Instructions for m3talux/superbrain, covering superbrain — repository rules, non-negotiables, public-facing content, versioning and workflow.

m3talux/superbrain · 566 tokens

cmds-llm-wiki AGENTS.md

Schema and harness document for the CMDS LLM Wiki vault. Defines the 3-layer architecture (Raw Sources / Wiki / Schema), ingest-query-lint operations, file conventions, and frontmatter standards. This is the single source of truth for LLM behavior in this vault.

johnfkoo951/cmds-llm-wiki · 14,302 tokens