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/muba00/gitstandup/copilot-instructionsgit clone --depth 1 https://github.com/muba00/gitstandupWhat 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.00562 | $0.00562 |
| Opus 5 | $0.00281 | $0.00281 |
| Sonnet 5 | $0.00112 | $0.00112 |
| Haiku 4.5 | $0.00056 | $0.00056 |
Grade A, and why
gitstandup copilot-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.
How it starts
The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GitStandup MCP Server
MCP server for generating daily standup notes from git commits across multiple repositories.
Project Status
- Create project structure and copilot instructions
- Get MCP project setup information
- Scaffold MCP server project
- Implement git operations module
- Implement config management
- Implement MCP tools
- Test and verify the MCP server
Project Details
- Type: MCP (Model Context Protocol) Server
- Language: TypeScript
- Purpose: Collect git commits from multiple repos and generate standup summaries via AI
- Config Storage: ~/.gitstandup/config.json
Implementation Complete
The GitStandup MCP server is now fully implemented with the following features:
Core Functionality
- Git Operations (
src/git.ts): Collects commits from repositories, filters by current user, includes diffs with smart truncation - Config Management (
src/config.ts): Persists repository paths in~/.gitstandup/config.json - MCP Server (
src/index.ts): Exposes 4 tools via Model Context Protocol
Available MCP Tools
-
generate_standup: Generates standup notes from configured repos
- Optional
hoursparameter (default: 24) - Optional
reposarray to override configured repos - Returns structured data with commits, diffs, and summary
- Optional
-
add_repos: Add repository paths to configuration
- Accepts array of absolute paths
- Persists to
~/.gitstandup/config.json
-
list_repos: List currently configured repositories
- No parameters
- Returns array of configured repo paths
-
remove_repos: Remove repositories from configuration
- Accepts array of paths to remove
- Updates
~/.gitstandup/config.json
Smart Features
- Filters commits by current git user (per repo)
- Truncates large diffs (500 lines per file, 2000 per commit)
- Skips generated files (lock files, minified files)
- Graceful error handling for invalid repos
- Parallel processing of multiple repositories
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 · 84 lines · 562 tokens per session scan A d8d055e940d8
gitstandup copilot-instructions.md is an instructions file published in the GitHub repository muba00/gitstandup (5 stars, last pushed 7mo ago), licensed MIT. It adds 562 tokens to every session, about $0.0028 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
emdash AGENTS.md
Instructions for generalaction/emdash, covering project overview, repository structure, build & development commands, code style & conventions and architecture notes.
mcp-atlassian AGENTS.md
Instructions for sooperset/mcp-atlassian, covering mcp atlassian, repository map, architecture, dev workflow and rules.
JIRA-Assistant-Skills CLAUDE.md
Instructions for grandcamel/JIRA-Assistant-Skills, covering jira assistant skills, project overview, architecture, directory structure and shared library pattern.
minutes AGENTS.md
Instructions for silverstein/minutes, covering agent instructions, quick reference, github discussions, then regenerate every host surface from one place and verify generated outputs are current.
AllBeads CLAUDE.md
Instructions for thrashr888/AllBeads, covering claude.md, project overview, what allbeads does, current state (v0.2.0) and rust development commands.
atlassian-skills CLAUDE.md
Instructions for eunsanMountain/atlassian-skills, covering atlassian-skills — claude.md, project overview, build & run, install (uv recommended) and run the cli.