paper-chaser-mcp: Instructions file for GitHub Copilot

.github/copilot-instructions.md

paper-chaser-mcp copilot-instructions.md is an instructions file for GitHub Copilot from joshuasundance-swca/paper-chaser-mcp. It costs 1,514 tokens per session, scanned A, original, from a forked repository, MIT.

Project instructions for GitHub Copilot working on paper-chaser-mcp, an MCP server whose documented workflows involve finding and checking research papers and their sources.

In plain words
What is it for?
Use them when developing, validating, releasing, or preparing versions of the paper-chaser-mcp project.
Why use it?
They give the coding agent a fixed reading order, development priorities, validation expectations, and release guidance before it changes the repository.

Instructions file for GitHub Copilot

Written for GitHub Copilot: a Copilot instructions file.

This is joshuasundance-swca/paper-chaser-mcp's own configuration. It tells GitHub Copilot how to work on paper-chaser-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything paper-chaser-mcp configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/validate_psrule_azure.py.

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/joshuasundance-swca/paper-chaser-mcp/master/.github/copilot-instructions.md
Clone the repo
git clone --depth 1 https://github.com/joshuasundance-swca/paper-chaser-mcp

Made for: GitHub Copilot.

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 paper-chaser-mcp copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/joshuasundance-swca/paper-chaser-mcp/copilot-instructions/github.svg)](https://agentmods.dev/instructions/joshuasundance-swca/paper-chaser-mcp/copilot-instructions)
Your own site
<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.

agentmods 80×15 button for paper-chaser-mcp copilot-instructions.md

Your own site · 80×15
<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>
Per session 1,514 This file is loaded in full into every session.
When invoked 1,514 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin fork From a forked repository.
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.01514 $0.01514
Opus 5 $0.00757 $0.00757
Sonnet 5 $0.00303 $0.00303
Haiku 4.5 $0.00151 $0.00151

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

Security

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.

.github/copilot-instructions.md · 148 lines

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:

  1. README.md for the public MCP surface, validation commands, and workflow notes.
  2. docs/golden-paths.md for the default guided workflows and expert fallbacks.
  3. docs/guided-reset-migration-note.md for the breaking guided-default reset.
  4. docs/agent-handoff.md for 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, and get_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, or needs_disambiguation, not answer-shaped filler.
  • Keep leads separate from evidence. Weak, filtered, or off-topic items may be useful for auditability, but they must not quietly re-enter grounded evidence or trusted summaries. Legacy unverifiedLeads and verifiedFindings should 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:
    • research for discovery, literature review, known-item recovery, citation repair, and regulatory routing.
    • follow_up_research for one grounded follow-up over a saved searchSessionId.
    • resolve_reference for DOI/arXiv/URL/citation/reference cleanup.
    • inspect_source for source-level trust and provenance checks.
    • get_runtime_status for 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_bulk is 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: searchSessionId should 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.

Read the full file on GitHub · 148 lines

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. 10d ago First seen · 148 lines · 1,514 tokens per session scan A 2a3ed0eb2d58

Subscribe to this mod's changes

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.

Related

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.

vercel/next.js · 7,296 tokens

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.

openai/codex · 5,153 tokens

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

microsoft/vscode · 6,785 tokens

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.

github/spec-kit · 7,104 tokens

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.

langchain-ai/langchain · 4,469 tokens

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

microsoft/vscode · 5,001 tokens