codingbuddy AGENTS.md

A project instruction file for codingbuddy, an MCP server for managing AI agents. It explains setup, workflow modes, and special keywords such as PLAN, ACT, and EVAL.

In plain words
What is it for?
Configuring codingbuddy, choosing a planning or implementation mode, and helping contributors follow the repository's documented workflow.
Why use it?
It gives agents and contributors shared rules for planning, implementing, and reviewing changes, including work in a monorepo—a repository containing multiple related packages.

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/jeremydev87/codingbuddy/agents-md
Clone the repo
git clone --depth 1 https://github.com/JeremyDev87/codingbuddy

Made for: Codex, OpenCode.

Per session 574 This file is loaded in full into every session.
When invoked 574 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.00574 $0.00574
Opus 5 $0.00287 $0.00287
Sonnet 5 $0.00115 $0.00115
Haiku 4.5 $0.00057 $0.00057

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

Security

Grade A, and why

codingbuddy 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 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.

AGENTS.md · 81 lines

How it starts

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

AGENTS.md

This project uses codingbuddy MCP server to manage AI Agents.

Quick Start

For End Users (Your Project)

  1. Install MCP Server

    // Claude Code: .claude/settings.json
    {
      "mcpServers": {
        "codingbuddy": {
          "command": "npx",
          "args": ["-y", "codingbuddy"]
        }
      }
    }
    
    // Cursor: .cursor/mcp.json
    {
      "mcpServers": {
        "codingbuddy": {
          "command": "npx",
          "args": ["-y", "codingbuddy"]
        }
      }
    }
    
  2. Use Mode Keywords

    PLAN Design a login feature
    

    parse_mode tool is automatically called, loading appropriate Agent and rules.

For Monorepo Contributors

Direct file references work within this repository:

  • Workflow: packages/rules/.ai-rules/rules/core.md
  • Coding principles: packages/rules/.ai-rules/rules/augmented-coding.md
  • Agent list: packages/rules/.ai-rules/agents/README.md

Workflow Modes

Keyword Mode Description
PLAN Plan Design and planning before implementation
ACT Act Implement code following the plan
EVAL Eval Code quality review and improvement

Multi-language keywords supported:

  • 한국어: 계획, 실행, 평가
  • 日本語: 計画, 実行, 評価
  • 中文: 计划, 执行, 评估
  • Español: PLANIFICAR, ACTUAR, EVALUAR

MCP Tools

Tool Purpose
parse_mode Parse mode keywords, load Agent and rules
get_agent_details Get specific Agent details
get_project_config Get project configuration
recommend_skills Recommend skills based on prompt
search_rules Search across all rules

Reference

Read the full file on GitHub · 81 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. 2d ago First seen · 81 lines · 574 tokens per session scan A ad409365113e

Subscribe to this mod's changes

codingbuddy AGENTS.md is an instructions file published in the GitHub repository JeremyDev87/codingbuddy (31 stars, last pushed 4mo ago), licensed MIT. It adds 574 tokens to every session, about $0.0029 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.

Related

Other instructions, from other repositories

MonkeyCode AGENTS.md

AGENTS.md instructions for chaitin/MonkeyCode, covering git 提交与推送规则, ohmydesign-tmp 例外, 启动 monkeycode debug app(开发与测试), 1. 编译 agent(必须用最新功能分支代码) and 2. 启动 debug app(ui-next 热加载).

chaitin/MonkeyCode · 863 tokens

claude-code-plugins AGENTS.md

Instructions for DropFan/claude-code-plugins, covering claude code plugins collection, repository structure, plugin management, development guidelines and adding a self-developed plugin.

DropFan/claude-code-plugins · 794 tokens

codeframe AGENTS.md

AGENTS.md instructions for frankbria/codeframe: The guidelines for this repo live in CLAUDE.md. Read that file.

frankbria/codeframe · 145 tokens

open-mercato CLAUDE.md

Instructions for open-mercato/open-mercato, a project described as: The AI-Engineering Foundation Framework for CRM/ERP and commerce: open-source TypeScript, with multi-tenancy, RBAC, events and domain modules already decided as conventions and specs, so Cursor, Claude Code and Codex build features instead of…

open-mercato/open-mercato · 5 tokens

claude-skills AGENTS.md

AGENTS.md instructions for heymegabyte/claude-skills, covering emdash skills — agent instructions, stack, usage, key files and for ai coding tools.

heymegabyte/claude-skills · 564 tokens

claude-skills copilot-instructions.md

Copilot instructions for heymegabyte/claude-skills, covering emdash skills for github copilot, stack and rules.

heymegabyte/claude-skills · 196 tokens