audius-mcp-atris: Skill for Claude Code

.claude/skills/code-mode-servers/SKILL.md

mcp-code-mode is a skill for Claude Code from glassBead-tc/audius-mcp-atris. It costs 145 tokens per session (3,045 once invoked), scanned A, original, no licence file.

A guide to Code Mode for MCP servers, where a language model writes and runs code to coordinate several API calls. MCP, or Model Context Protocol, is a way for agents to use external tools.

In plain words
What is it for?
Designing, implementing, or explaining MCP servers that use code to combine API calls.
Why use it?
It addresses tool overload and excessive context use when an MCP server exposes many separate operations.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is glassBead-tc/audius-mcp-atris's own configuration. It tells Claude Code how to work on audius-mcp-atris 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 audius-mcp-atris configures →

Reuse

Borrowing it

Nothing to install: this file belongs to glassBead-tc/audius-mcp-atris. 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/glassBead-tc/audius-mcp-atris/main/.claude/skills/code-mode-servers/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/glassBead-tc/audius-mcp-atris

Made for: Claude Code.

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 mcp-code-mode

README.md
[![agentmods](https://agentmods.dev/badge/skills/glassbead-tc/audius-mcp-atris/code-mode-servers/github.svg)](https://agentmods.dev/skills/glassbead-tc/audius-mcp-atris/code-mode-servers)
Your own site
<a href="https://agentmods.dev/skills/glassbead-tc/audius-mcp-atris/code-mode-servers"><img src="https://agentmods.dev/badge/skills/glassbead-tc/audius-mcp-atris/code-mode-servers/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 mcp-code-mode

Your own site · 80×15
<a href="https://agentmods.dev/skills/glassbead-tc/audius-mcp-atris/code-mode-servers"><img src="https://agentmods.dev/badge/skills/glassbead-tc/audius-mcp-atris/code-mode-servers.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 145 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,045 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 unknown 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.00145 $0.03045
Opus 5 $0.00072 $0.01522
Sonnet 5 $0.00029 $0.00609
Haiku 4.5 $0.00015 $0.00304

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

Security

Grade A, and why

mcp-code-mode 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.

.claude/skills/code-mode-servers/SKILL.md · 362 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 362 lines · 145 tokens per session scan A 91142db62283

Subscribe to this mod's changes

mcp-code-mode is a skill published in the GitHub repository glassBead-tc/audius-mcp-atris (5 stars, last pushed 1mo ago), with no licence file. It adds 145 tokens to every session and 3,045 once invoked, about $0.0007 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

utcp-cli

Call external APIs, MCP servers, and CLI tools by writing TypeScript code that runs in a sandbox — without MCP. Use when the user wants the agent to use a tool/API/integration (e.g. "search Open Library", "read my Notion", "call this REST API") in an environment that has a shell but no MCP config and no settable…

universal-tool-calling-protocol/code-mode · 146 tokens

mcpc

Use the mcpc CLI to work with MCP (Model Context Protocol) servers from the shell - connect to a server as a persistent session, then list and call tools, read resources, get prompts, and run async tasks. Use --json for scripting and code mode. Reach for this whenever interacting with MCP servers, calling MCP tools…

apify/mcpc · 77 tokens

record-demo

Record or regenerate the mcpc demo GIFs (the README hero docs/images/mcpc-demo.gif and the focused tapes in docs/vhs/) with VHS. Use whenever asked to create, refresh, restyle, shorten, or fix a terminal demo/animation/GIF of mcpc. The tapes drive real mcpc commands; for the authenticated step this skill ALWAYS…

apify/mcpc · 114 tokens

next-cache-components

Next.js 16 Cache Components guidance. Use when refactoring React Server Components for performance, debugging Partial Prerendering (PPR) issues, or applying the use cache directive, cacheLife, cacheTag, updateTag, and revalidateTag. Also use when deciding whether data should be static, cached, or dynamic, or when…

neverinfamous/memory-journal-mcp · 99 tokens

agents-sdk

Build AI agents on Cloudflare Workers using the Agents SDK or build Model Context Protocol (MCP) servers. Load when creating stateful agents, durable workflows, MCP servers, checking MCP schema/error responses, or reviewing MCP code quality. Covers Agent class, state management, callable RPC, Workflows integration…

neverinfamous/memory-journal-mcp · 95 tokens

github-actions

Master GitHub Actions CI/CD workflows with production-grade security and performance patterns. Use ONLY when explicitly setting up CI/CD pipelines specifically via GitHub Actions, setting up matrix strategies, caching dependencies, managing artifacts, or implementing reusable workflows. For deployment requests, use…

neverinfamous/memory-journal-mcp · 121 tokens