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/madgapun/pbp/agents-mdgit clone --depth 1 https://github.com/MadGapun/PBPWhat 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.00936 | $0.00936 |
| Opus 5 | $0.00468 | $0.00468 |
| Sonnet 5 | $0.00187 | $0.00187 |
| Haiku 4.5 | $0.00094 | $0.00094 |
Grade A, and why
PBP 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.
How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — PBP (Persönliches Bewerbungs-Portal)
Version: 1.7.0-beta.100 (Stand: 2026-06-09) Detaillierte Doku:
README.md,CHANGELOG.md, Wiki Master-Plan
Projektübersicht
PBP ist ein MCP-Server für Claude Desktop, der bei der gesamten Jobsuche und Bewerbung unterstützt — vom Profil-Aufbau über die Stellensuche bis zum Bewerbungstracking.
Sprache: Deutsch Tech-Stack: Python 3.11+, FastMCP 3.x, SQLite (WAL Mode), FastAPI, React 19, Playwright Tests: 1683 Tests (1 bewusst geskippt)
Architektur
Claude Desktop
│ stdio (MCP Protocol)
▼
server.py (FastMCP, ~140 Zeilen) ◄── Composition Root, registriert Module
│
├── tools/ ◄── 177 MCP-Tools in 11 Modulen
│ ├── profil.py — Profilverwaltung, Multi-Profil, Erfassungsfortschritt
│ ├── dokumente.py — Dokumenten-Analyse, Extraktion, Profil-Im/Export
│ ├── jobs.py — Jobsuche, Stellenverwaltung, Fit-Analyse
│ ├── bewerbungen.py — Bewerbungstracking, Status, Statistiken
│ ├── analyse.py — Gehalt, Trends, Skill-Gap, Follow-ups
│ ├── export_tools.py — Lebenslauf/Anschreiben als PDF/DOCX
│ ├── suche.py — Suchkriterien und Blacklist
│ └── workflows.py — Geführte Workflows
│
├── prompts.py ◄── 24 MCP-Prompts
├── resources.py ◄── 6 MCP-Resources
│
├── services/ ◄── Service-Layer (profile/search/workspace/email/daily_impulse)
├── database.py ◄── Schema v46, WAL, CASCADE
│
├── dashboard.py ◄── FastAPI, React-SPA, REST-API
│
├── export.py ◄── Lebenslauf + Anschreiben (PDF/DOCX)
│
└── job_scraper/ ◄── 34 Quellen (6 produktiv, Rest defekt/zurueckgestellt)
├── __init__.py — Dispatcher, Scoring, Deduplizierung
└── *.py — Bundesagentur, StepStone, LinkedIn, XING, etc.
Setup & Tests
# Windows: Doppelklick
INSTALLIEREN.bat
# Entwicklung
pip install -e ".[all,dev]"
playwright install chromium
# Tests
python -m pytest tests/ -v
# Dashboard
python start_dashboard.py # → http://localhost:8200
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 · 86 lines · 936 tokens per session scan A 828b54a366a6
PBP AGENTS.md is an instructions file published in the GitHub repository MadGapun/PBP (5 stars, last pushed 5d ago), licensed MIT. It adds 936 tokens to every session, about $0.0047 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.
Other instructions, from other repositories
commonly CLAUDE.md
Instructions for Team-Commonly/commonly, covering claude.md / agents.md, 🧠 product vision & architecture philosophy, what commonly is, the architecture model and key concepts.
1flowbase AGENTS.md
Instructions for taichuy/1flowbase, covering 记忆, 用户偏好, 本项目相关skill在, 本项目 skills and 质量控制.
llm-context.py CLAUDE.md
Instructions for cyberchitta/llm-context.py, covering claude.md, working notes (gitignored) and draining the field notes.
lobster0 AGENTS.md
Instructions for NEDONION/lobster0, covering lobster0 agent 工程规范, 适用范围与优先级, 项目事实, 常用命令 and 首次安装或依赖变化后.
VaultysClaw agent-controller.instructions.md
Use when working on the agent-controller package: tools, skills, agent runtime, WebSocket client, local SQLite DB, LLM integration, or CLI modes.
homelab-monitor CLAUDE.md
Instructions for SikamikanikoBG/homelab-monitor, covering claude.md and conventions.