repo-context

repo-context is a skill for Claude Code, Codex from JakeTRogers/my-awesome-copilot. It costs 79 tokens per session (1,469 once invoked), scanned A, original, no licence file.

A repository onboarding tool that creates or updates AGENTS.md, a shared instruction file for coding agents, and adds CLAUDE.md as a pointer to it.

In plain words
What is it for?
Use it to inspect a codebase, document how it is organised, refresh its agent context, or prepare a repository for GitHub Copilot and Claude Code.
Why use it?
It gives AI coding tools a common description of the repository, reducing repeated explanations when an agent starts work.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to inspect a codebase, document how it is organised, refresh its agent context, or prepare a repository for GitHub Copilot and Claude Code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jaketrogers/my-awesome-copilot/repo-context
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.

Any agent
npx skills add JakeTRogers/my-awesome-copilot --skill repo-context
Clone the repo
git clone --depth 1 https://github.com/JakeTRogers/my-awesome-copilot

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for repo-context

README.md
[![agentmods](https://agentmods.dev/badge/skills/jaketrogers/my-awesome-copilot/repo-context/github.svg)](https://agentmods.dev/skills/jaketrogers/my-awesome-copilot/repo-context)
Your own site
<a href="https://agentmods.dev/skills/jaketrogers/my-awesome-copilot/repo-context"><img src="https://agentmods.dev/badge/skills/jaketrogers/my-awesome-copilot/repo-context/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for repo-context

Your own site · 80×15
<a href="https://agentmods.dev/skills/jaketrogers/my-awesome-copilot/repo-context"><img src="https://agentmods.dev/badge/skills/jaketrogers/my-awesome-copilot/repo-context.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,469 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00079 $0.01469
Opus 5 $0.00039 $0.00734
Sonnet 5 $0.00016 $0.00294
Haiku 4.5 $0.00008 $0.00147

Measured 11d ago against content hash 86c5cdb1a871, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

repo-context 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 11d 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.

skills/repo-context/SKILL.md · 124 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 11d ago First seen · 124 lines · 79 tokens per session scan A 86c5cdb1a871

Subscribe to this mod's changes

repo-context is a skill published in the GitHub repository JakeTRogers/my-awesome-copilot (1 stars, last pushed 4d ago), with no licence file. It adds 79 tokens to every session and 1,469 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

skill-meta-prompt

Craft better prompts using proven optimization techniques — use when your prompt needs refinement.

nyldn/claude-octopus · 19 tokens

coding-agents-prompt-authoring

To author, adapt, review, and validate prompts (skills, agents, workflows, rules, etc.) with brief, contracts, and a validation pack.

griddynamics/rosetta · 39 tokens

prompt-enhancer

Transform poor or overly simple prompts with expert-level framing. Use when the user explicitly asks to improve, refine, or rewrite a prompt, or wants help framing a request for another AI system. Do NOT use for authoring, reviewing, or migrating system prompts or skills targeting a specific Claude model…

sammcj/agentic-coding · 67 tokens

vendor-prompting

ANALYSIS SKILL — Audit-grade reference for Anthropic Claude and OpenAI GPT-5.6 prompting best practices. WHEN: "claude prompting", "gpt-5.6 prompting", "audit agent", "review prompt", "vendor best practices", "anthropic best practices", "openai prompting". DO NOT USE FOR: routine prompt edits where rules are already…

jonathan-vella/apex-accelerator · 94 tokens

llm-prompting-guide

Prompt format rules for generative video and music models. Use when writing or reviewing a prompt for MiniMax H3 (text/image/reference-to-video with native audio) or MiniMax Music 3 (song generation from caption plus lyrics), in ComfyUI or elsewhere. Do NOT use for chat-assistant prompts, or for generative models not…

sammcj/agentic-coding · 79 tokens

creating-prompts

Creates GitHub Copilot prompt files (.prompt.md) for VS Code. Use when building reusable workflow starters that route work to the right agent, collect the right inputs, and ship with install-ready templates, examples, and validation guidance.

jaktestowac/awesome-copilot-for-testers · 52 tokens