sas-score-mcp-serverjs: Skill for Claude Code

.skills/skills/list-mas-job-jobdef/SKILL.md

list-mas-job-jobdef is a skill for Claude Code, Codex from sassoftware/sas-score-mcp-serverjs. It costs 51 tokens per session (327 once invoked), scanned A, original, Apache-2.0.

A routing guide for listing models, jobs, and job definitions in SAS Viya, a platform for managing and running analytics models and programs. It chooses the appropriate listing tool and handles pagination.

In plain words
What is it for?
Browsing MAS models, jobs, or job definitions, retrieving additional pages, and explaining when a specific SCR model URL is required.
Why use it?
It prevents requests from being sent to the wrong SAS Viya resource or tool, including requests for SCR models, which have no listing tool here.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is sassoftware/sas-score-mcp-serverjs's own configuration. It tells Claude Code and Codex how to work on sas-score-mcp-serverjs 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 sas-score-mcp-serverjs configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sassoftware/sas-score-mcp-serverjs. 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/sassoftware/sas-score-mcp-serverjs/main/.skills/skills/list-mas-job-jobdef/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sassoftware/sas-score-mcp-serverjs

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 list-mas-job-jobdef

README.md
[![agentmods](https://agentmods.dev/badge/skills/sassoftware/sas-score-mcp-serverjs/list-mas-job-jobdef/github.svg)](https://agentmods.dev/skills/sassoftware/sas-score-mcp-serverjs/list-mas-job-jobdef)
Your own site
<a href="https://agentmods.dev/skills/sassoftware/sas-score-mcp-serverjs/list-mas-job-jobdef"><img src="https://agentmods.dev/badge/skills/sassoftware/sas-score-mcp-serverjs/list-mas-job-jobdef/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 list-mas-job-jobdef

Your own site · 80×15
<a href="https://agentmods.dev/skills/sassoftware/sas-score-mcp-serverjs/list-mas-job-jobdef"><img src="https://agentmods.dev/badge/skills/sassoftware/sas-score-mcp-serverjs/list-mas-job-jobdef.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 327 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 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.1 $0.00051 $0.00327
Opus 5 $0.00026 $0.00163
Sonnet 5 $0.00010 $0.00065
Haiku 4.5 $0.00005 $0.00033

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

Security

Grade A, and why

list-mas-job-jobdef 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 12d 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/skills/list-mas-job-jobdef/SKILL.md · 32 lines

What it actually says

List MAS Models, Jobs, and JobDefs

Trigger: user says "list models", "show all jobs", "browse jobdefs", "enumerate MAS models", etc.

Do not use this skill for libraries or tables — use the list-library or list-tables skills for those.

Workflow

Resource List Tool Notes
MAS Models sas-score-list-mas Default when model type is unspecified
Jobs sas-score-list-jobs
JobDefs sas-score-list-jobdefs
SCR Models (no list tool) Explain no list tool exists; ask user for a specific SCR URL

Call the appropriate tool directly with pagination parameters and return results.

If the user asks to list SCR Models, explain that no list tool is available for SCR Models and ask the user to provide a specific SCR URL instead.

Pagination

For the first page pass start=1 and limit=10. For subsequent pages compute start = previous_start + limit.

  • If returned count equals limit: hint that more items are available and offer a next page.
  • If returned count is less than limit: inform the user that all results have been returned.
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. 12d ago First seen · 32 lines · 51 tokens per session scan A 8cfb42a4fd85

Subscribe to this mod's changes

list-mas-job-jobdef is a skill published in the GitHub repository sassoftware/sas-score-mcp-serverjs (1 stars, last pushed 2d ago), licensed Apache-2.0. It adds 51 tokens to every session and 327 once invoked, about $0.0003 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens