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/dongduong2001/pudo-code-system/pudo-apigit clone --depth 1 https://github.com/DongDuong2001/pudo-code-systemWhat 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.00182 | $0.00182 |
| Opus 5 | $0.00091 | $0.00091 |
| Sonnet 5 | $0.00036 | $0.00036 |
| Haiku 4.5 | $0.00018 | $0.00018 |
Grade A, and why
pudo-code-system pudo-api.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 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.
What it actually says
Backend Code Guidelines
Follow PUDO workflow: Plan -> Understand -> Develop -> Optimize.
API Changes
- Inspect existing API patterns and route structure before editing.
- Preserve API contracts and response formats.
- Keep request validation at trust boundaries.
- Document breaking changes in the PR description.
Database Changes
- Treat migrations as release-risk changes.
- Preserve existing model conventions.
- Check queryset performance and N+1 risks.
- Add rollback notes for database changes.
Authentication & Permissions
- Inspect auth middleware before adding endpoints.
- Preserve existing permission patterns.
- Add security review for auth/data changes.
Verification
Run before submitting:
npm testor project-specific test command- API integration tests if available
- Lint and type checks
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.
- yesterday First seen · 34 lines · 182 tokens per session scan A 0bed504975b9
pudo-code-system pudo-api.instructions.md is an instructions file published in the GitHub repository DongDuong2001/pudo-code-system (5 stars, last pushed 25d ago), licensed MIT. It adds 182 tokens to every session, about $0.0009 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
supergraph AGENTS.md
Instructions for datit309/supergraph, covering supergraph — mandatory workflows, skills, auto language detection, tiered workflow — pick the right tier first and full pipeline (tier 3).
agentic-coding-workflow AGENTS.md
Instructions for abhilash-m96/agentic-coding-workflow, covering agentic coding workflow, rules, step 1 — understand the full scope, step 2 — propose the chunk plan and step 3 — write the finalised plan.
docs AGENTS.md
Instructions for argos-ci/docs, covering agents.md, always use the documentation skills and keep the table of contents in sync.
EduOrchestrate AGENTS.md
Instructions for haroontrailblazer/EduOrchestrate, covering eduorchestrate agent instructions, command and workflow.
kleosrules AGENTS.md
Instructions for kleosr/kleosrules, a project described as: Cursor harness pack: user rules, skills, Bash hooks, local HANDOFF memory. macOS, Linux, Windows (WSL).
cinematic-ui GEMINI.md
Instructions for akseolabs-seo/cinematic-ui, covering gemini.md, project summary, core workflow, primary platform note and repo guidance.