Borrowing it
Nothing to install: this file belongs to joshuasundance-swca/paper-chaser-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/joshuasundance-swca/paper-chaser-mcp/master/.github/copilot-instructions.mdgit clone --depth 1 https://github.com/joshuasundance-swca/paper-chaser-mcpWrote 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.
[](https://agentmods.dev/instructions/joshuasundance-swca/paper-chaser-mcp/copilot-instructions)<a href="https://agentmods.dev/instructions/joshuasundance-swca/paper-chaser-mcp/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/joshuasundance-swca/paper-chaser-mcp/copilot-instructions/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.
<a href="https://agentmods.dev/instructions/joshuasundance-swca/paper-chaser-mcp/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/joshuasundance-swca/paper-chaser-mcp/copilot-instructions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.01514 | $0.01514 |
| Opus 5 | $0.00757 | $0.00757 |
| Sonnet 5 | $0.00303 | $0.00303 |
| Haiku 4.5 | $0.00151 | $0.00151 |
Grade A, and why
paper-chaser-mcp 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 148 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GitHub Copilot Instructions
This repository is optimized for the GitHub cloud coding agent as the primary development engine. Treat these instructions as the durable GitHub-side counterpart to the in-app MCP onboarding resource and planning prompt.
Start Here
Before changing code, read these files in order:
README.mdfor the public MCP surface, validation commands, and workflow notes.docs/golden-paths.mdfor the default guided workflows and expert fallbacks.docs/guided-reset-migration-note.mdfor the breaking guided-default reset.docs/agent-handoff.mdfor current repo status, validation baseline, and next steps.
For release, publishing, or version-prep work, also read
docs/release-publishing-plan.md before changing workflows, tags, or package
metadata.
Development Priorities
- Keep the default tool surface small and obvious for low-context agents.
- Treat the guided tools as the public contract of record:
research,follow_up_research,resolve_reference,inspect_source, andget_runtime_status. - Use expert tools only intentionally when there is a concrete control gap
or the workflow is explicitly running with
PAPER_CHASER_TOOL_PROFILE=expert. - Make abstention safe and explicit. Weak evidence should produce
abstained,insufficient_evidence, orneeds_disambiguation, not answer-shaped filler. - Keep
leadsseparate fromevidence. Weak, filtered, or off-topic items may be useful for auditability, but they must not quietly re-enter grounded evidence or trusted summaries. LegacyunverifiedLeadsandverifiedFindingsshould be treated as compatibility views, not the primary contract. - Keep runtime truth internally consistent. The top-level runtime summary, active/disabled provider sets, and smart-provider fields must agree with the detailed provider rows.
- Minimize agent round trips: every tool should give agents enough context in a single response to take the obvious next step. When a task requires 3+ calls where 1-2 should suffice, that is a UX bug worth filing an issue for.
- Prioritize intuitiveness: tool names, parameter names, and response fields should be self-explanatory. Agents should not need to read the full docs to use a tool correctly on the first try.
- Eliminate dead ends: every response should include clear next-step
guidance (
nextActions,clarification, provenance hints, or direct-read recommendations). - Preserve the workflow hierarchy:
researchfor discovery, literature review, known-item recovery, citation repair, and regulatory routing.follow_up_researchfor one grounded follow-up over a savedsearchSessionId.resolve_referencefor DOI/arXiv/URL/citation/reference cleanup.inspect_sourcefor source-level trust and provenance checks.get_runtime_statusfor environment/profile/provider sanity checks.- Expert fallback only when needed:
search_papers_smart,ask_result_set,map_research_landscape,expand_research_graph,search_papers,search_papers_bulk, provider-specific families, and direct regulatory primary-source tools.
- Prefer progressive disclosure over adding overlapping entry points.
- Keep provider complexity explainable but mostly hidden behind the guided and brokered paths.
- Keep continuation semantics explicit:
search_papers_bulkis not a generic "next page" for guided discovery, and should be described as an expert pivot whenever it changes provider or retrieval semantics. - Keep reusable result-set handles explicit:
searchSessionIdshould always be enough to continue grounded QA, source inspection, clustering, or graph expansion without hidden session state. - Keep provider-specific tool contracts honest: CORE, SerpApi, arXiv, OpenAlex, ScholarAPI, and regulatory tools should not casually advertise filters or guarantees they do not honor.
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.
- 10d ago First seen · 148 lines · 1,514 tokens per session scan A 2a3ed0eb2d58
paper-chaser-mcp copilot-instructions.md is an instructions file published in the GitHub repository joshuasundance-swca/paper-chaser-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 1,514 tokens to every session, about $0.0076 per session on Opus 5. A static security scan graded it A with 0 findings. It comes from a forked repository.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).