sas-score-mcp-serverjs copilot-instructions.md

sas-score-mcp-serverjs copilot-instructions.md is an instructions file for GitHub Copilot from sassoftware/sas-score-mcp-serverjs. It costs 912 tokens per session, scanned A, original, Apache-2.0.

A short guide for using GitHub Copilot with SAS Viya, a platform for statistical analysis and data work. It explains how to verify SAS resources, choose the mapped tool, execute the request, and format the result.

In plain words
What is it for?
Routing SAS Viya requests, checking available resources, running read, query, score, describe, or list operations, handling pagination, and adding a strategy summary.
Why use it?
It gives agents a defined process for finding the correct SAS resource and tool without inventing resource names, servers, or model types.

Instructions file for GitHub Copilot

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/sassoftware/sas-score-mcp-serverjs/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/sassoftware/sas-score-mcp-serverjs

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 sas-score-mcp-serverjs copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sassoftware/sas-score-mcp-serverjs/copilot-instructions.svg)](https://agentmods.dev/instructions/sassoftware/sas-score-mcp-serverjs/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/sassoftware/sas-score-mcp-serverjs/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/sassoftware/sas-score-mcp-serverjs/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 912 This file is loaded in full into every session.
When invoked 912 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.00912 $0.00912
Opus 5 $0.00456 $0.00456
Sonnet 5 $0.00182 $0.00182
Haiku 4.5 $0.00091 $0.00091

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

Security

Grade A, and why

sas-score-mcp-serverjs 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 4d 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 · 60 lines

How it starts

The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GitHub Copilot — SAS Viya (concise agent guide)

This file is a short, agent-facing reference. It delegates routing and detailed decision logic to the canonical SKILLs in the .skills/skills/ folder (especially .skills/skills/request-routing/SKILL.md). Keep this file minimal — use the SKILLs for examples and edge cases.

Core principle (single sentence): Verify resources, execute with the mapped tool, and format results.

Canonical workflow

  • Verify: confirm resources exist using find-* tools
  • Execute: call the execution tool mapped by the router (read/query/score/describe/list).
  • Format: merge outputs, present results, and append a short Strategy Summary.

Note: the five-step phrasing (Identify → Verify → Select → Execute → Format) maps to the same implementation; prefer the three-step mental model when implementing.

Agent defaults

  • Default model type: MAS (unless user specifies .job, .jobdef, .scr, .sas, or .casl).
  • Append a Strategy Summary to every response.
  • Always determine table server (CAS vs SAS) during verification; ask if ambiguous.
  • Do not invent resource names, servers, or model types — verify or ask.
  • Pagination: always pass start=1 and limit=10 when calling any tool that accepts these parameters, unless the user specifies different values.

Model types

All of the following are treated as models that can be scored:

  • MAS (.mas) — Micro Analytic Score: sas-score-mas-score
  • SCR (.scr) — Score Code Runtime: sas-score-scr-score
  • Job (.job) — SAS Viya Job model: sas-score-job-score
  • JobDef (.jobdef) — SAS Viya Job Definition model: sas-score-jobdef-score
  • Program (.sas) — SAS Program model: sas-score-program-score
  • CAS Program (.casl) — CASL Program model: sas-score-cas-program-score
  • Macro — SAS macro by name: sas-score-macro-score

Canonical tool mappings (short)

  • Find: sas-score-find-library, sas-score-find-table, sas-score-find-mas, sas-score-find-job, sas-score-find-jobdef
  • Read / Query: sas-score-read-table, sas-score-sas-query
  • Score models: sas-score-mas-score, sas-score-scr-score, sas-score-job-score, sas-score-jobdef-score, sas-score-program-score, sas-score-cas-program-score, sas-score-macro-score
  • List: sas-score-list-libraries, sas-score-list-tables, sas-score-list-mas, sas-score-list-jobs, sas-score-list-jobdefs
  • Detail: sas-score-mas-describe, sas-score-job-describe, sas-score-jobdef-describe, sas-score-scr-describe, sas-score-table-describe

Read the full file on GitHub · 60 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. 4d ago First seen · 60 lines · 912 tokens per session scan A 2f43a5758a41

Subscribe to this mod's changes

sas-score-mcp-serverjs copilot-instructions.md is an instructions file published in the GitHub repository sassoftware/sas-score-mcp-serverjs (1 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 912 tokens to every session, about $0.0046 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 instructions, from other repositories

bio-gene-to-reference-tree copilot-instructions.md

Copilot instructions for Hongda-Zhao/bio-gene-to-reference-tree, a project described as: Auditable agent skill for resolving protein queries, selecting references, and planning reproducible phylogenetic trees.

Hongda-Zhao/bio-gene-to-reference-tree · 105 tokens

braina GEMINI.md

Instructions for brainets/braina, covering project: braina (brain interaction analysis), 1. project context & purpose, 2. commands, verify environment (all core dependencies) and run the verification test suite for frites + hoi.

brainets/braina · 1,269 tokens

research-automation CLAUDE.md

Instructions for lucafusarbassini/research-automation, covering ricet - research automation framework, project overview, claude-flow mcp, workflow habits and file organization.

lucafusarbassini/research-automation · 904 tokens

shannon-prover CLAUDE.md

Claude Code instructions for SkyShannonProver/shannon-prover, covering shannon prover: claude entry point, current boundary, easycrypt environment, eval safety and current documentation.

SkyShannonProver/shannon-prover · 586 tokens

SciCrucible CLAUDE.md

Claude Code instructions for Xinyang-Li666/SciCrucible, covering 科学知识库, 知识库结构, 可用命令, 项目目录 and 工作原则.

Xinyang-Li666/SciCrucible · 1,107 tokens

torchcell CLAUDE.md

Claude Code instructions for Mjvolk3/torchcell, covering vision -- the virtual cell (north star), for local configs, git worktrees, programming guide and provenance & reproducibility.

Mjvolk3/torchcell · 12,957 tokens