GitHub-Profile-Console AGENTS.md

Repository instructions for an open-source project that generates a public GitHub profile page from configuration and a private portrait.

In plain words
What is it for?
Updating profile text, generating portrait assets, checking the result, and preserving GitHub's light/dark display and responsive layout rules.
Why use it?
They tell coding agents which files are the source of truth, which files are generated, and how to protect private information. They also define checks for readable profile changes.

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/wildanniam/github-profile-console/agents-md
Clone the repo
git clone --depth 1 https://github.com/wildanniam/GitHub-Profile-Console

Made for: Codex, OpenCode.

Per session 244 This file is loaded in full into every session.
When invoked 244 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.00244 $0.00244
Opus 5 $0.00122 $0.00122
Sonnet 5 $0.00049 $0.00049
Haiku 4.5 $0.00024 $0.00024

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

Security

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.

AGENTS.md · 35 lines

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.md contains 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.
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 · 35 lines · 244 tokens per session scan A 6089a9a4ce41

Subscribe to this mod's changes

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.

Related

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

ideoshi/glyphloop · 2,770 tokens

glyphloop CLAUDE.md

Claude Code instructions for ideoshi/glyphloop, covering glyphloop, commands, generating animations as an agent, architecture and conventions.

ideoshi/glyphloop · 722 tokens

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)…

reachjalil/mcpexplained · 154 tokens

mcpexplained CLAUDE.md

Instructions for reachjalil/mcpexplained, a project described as: Interactive, replayable explainers for the Model Context Protocol.

reachjalil/mcpexplained · 5 tokens

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.

NourMtir0722/Paperlab · 7,216 tokens

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.

HoangYell/markdy-com · 426 tokens