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/wildanniam/github-profile-console/agents-mdgit clone --depth 1 https://github.com/wildanniam/GitHub-Profile-ConsoleWhat 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.00244 | $0.00244 |
| Opus 5 | $0.00122 | $0.00122 |
| Sonnet 5 | $0.00049 | $0.00049 |
| Haiku 4.5 | $0.00024 | $0.00024 |
Grade A, and why
GitHub-Profile-Console 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.
What it actually says
Agent Instructions
This repository generates a public GitHub Profile README from structured configuration and a private portrait source.
Source of Truth
- Edit public profile content in
profile.config.json. - Generate assets with
npm run generate -- --source /absolute/path/to/portrait.png. - Do not hand-edit files in
assets/hero/; they are generated. - A generated profile
README.mdcontains a notice at the top. Regenerate it instead of manually changing generated sections.
Privacy
- Never copy or commit the original portrait.
- Prefer a portrait path outside the repository.
- Only generated ASCII SVG assets may be committed.
- Never add credentials, private email addresses, or unpublished project information to the profile without explicit approval.
Quality Checks
Run these commands after changes:
npm run check
For visual changes, render and inspect desktop/mobile plus dark/light SVG variants.
GitHub Profile Constraints
- Keep the hero readable at GitHub's profile width.
- Preserve
<picture>sources for responsive dark/light variants. - Keep generated activity inside its bounded marker block.
- Use new hash-based asset filenames when the portrait or configuration changes to avoid GitHub image caching.
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 · 35 lines · 244 tokens per session scan A 6089a9a4ce41
GitHub-Profile-Console AGENTS.md is an instructions file published in the GitHub repository wildanniam/GitHub-Profile-Console (57 stars, last pushed 1mo ago), licensed MIT. It adds 244 tokens to every session, about $0.0012 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.
Other instructions, from other repositories
glyphloop AGENTS.md
AGENTS.md instructions for ideoshi/glyphloop, covering glyphloop - agent guide, quick start (cli), mcp server (use from any project), embedding in a website and preset schema (all fields optional).
glyphloop CLAUDE.md
Claude Code instructions for ideoshi/glyphloop, covering glyphloop, commands, generating animations as an agent, architecture and conventions.
mcpexplained AGENTS.md
Instructions for reachjalil/mcpexplained: This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in nodemodules/next/dist/docs/ (resolved from this file's directory; in monorepos the next package may not be visible from the repo root)…
mcpexplained CLAUDE.md
Instructions for reachjalil/mcpexplained, a project described as: Interactive, replayable explainers for the Model Context Protocol.
Paperlab AGENTS.md
Instructions for NourMtir0722/Paperlab, covering paperlab — for coding agents, integrating paperlab into a project, stage mode — paper as architecture, content types and lighting is data, not an enum.
markdy-com copilot-instructions.md
Instructions for HoangYell/markdy-com, a project described as: 🎬 Open-source animated architecture diagrams as code. Diagram-native DSL, 17 layout engines, Web Animations API, and MCP server for AI agents.