unsloth-mcp-server: Command for Claude Code

.claude/commands/build.md

build is a command for Claude Code from ScientiaCapital/unsloth-mcp-server. It costs 14 tokens per session (1,278 once invoked), scanned A, original, Apache-2.0.

A feature-building workflow for planning and delivering code changes. It sets up a written contract, divides the work, checks security, and prepares the result for shipping.

In plain words
What is it for?
Use it to build a feature from an approved sprint plan, define its inputs, outputs, and errors, assign independent tasks, and review the result before shipping.
Why use it?
It reduces unclear requirements, uncoordinated work, and missed checks before code is released.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; positional $N argument.

This is ScientiaCapital/unsloth-mcp-server's own configuration. It tells Claude Code how to work on unsloth-mcp-server 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 unsloth-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ScientiaCapital/unsloth-mcp-server. 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/ScientiaCapital/unsloth-mcp-server/main/.claude/commands/build.md
Clone the repo
git clone --depth 1 https://github.com/ScientiaCapital/unsloth-mcp-server

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 build

README.md
[![agentmods](https://agentmods.dev/badge/commands/scientiacapital/unsloth-mcp-server/build.svg)](https://agentmods.dev/commands/scientiacapital/unsloth-mcp-server/build)
Your own site
<a href="https://agentmods.dev/commands/scientiacapital/unsloth-mcp-server/build"><img src="https://agentmods.dev/badge/commands/scientiacapital/unsloth-mcp-server/build.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,278 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00014 $0.01278
Opus 5 $0.00007 $0.00639
Sonnet 5 $0.00003 $0.00256
Haiku 4.5 $0.00001 $0.00128

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

Security

Grade A, and why

build scanned grade A with 1 finding 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 7d 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.

Reads agent configuration directorieslowAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

! `cat .claude/PROJECT_CONTEXT.md 2>/dev/null || echo "No PROJECT_CONTEXT.md — run /begin first."`

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

.claude/commands/build.md · 151 lines

How it starts

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

/build — Feature Build Workflow v2

You are executing Tim's Build workflow for feature: $ARGUMENTS

Dynamic Context

Project context: ! cat .claude/PROJECT_CONTEXT.md 2>/dev/null || echo "No PROJECT_CONTEXT.md — run /begin first."

Current sprint plan (if exists): ! grep -A 20 "Sprint Plan" .claude/TASK.md 2>/dev/null || echo "No sprint plan found."

Active worktrees: ! git worktree list 2>/dev/null

Cost state: ! jq '.' ~/.claude/daily-cost.json 2>/dev/null || echo '{"spent": 0, "budget_monthly": 100}'

Existing contracts: ! ls .claude/contracts/ 2>/dev/null || echo "No contracts directory yet."

Instructions

Phase 1: Contract + Team Setup (~5 min)

  1. Load .claude/PROJECT_CONTEXT.md — confirm build targets match approved sprint plan
  2. Check for feature contract at .claude/contracts/$1.ts (or .claude/contracts/$1.py)
    • If exists → load and confirm scope
    • If missing → create it now with interface definitions, input/output types, error contracts
    • No builder touches code without a contract
  3. Decompose work into independent tasks
  4. Route each task through agent-capability-matrix (use skills on-demand, don't preload)
  5. Present assignment map:
## Build Assignment — $ARGUMENTS

| Task | Agent | Skill | Worktree | Model | Est Cost |
| ---- | ----- | ----- | -------- | ----- | -------- |

Contract: .claude/contracts/$1.ts

GATE: Wait for user approval before spawning any agents or writing code.

Phase 2: Execute (~variable)

Builders — each receives a task with:

  • Task description (< 50 words)
  • Contract file path
  • Scope boundary (what this agent owns / does NOT touch)
  • Verification checklist

Builders run tests inline. Commit only when checklist is green. Push branch — never merge to main directly.

Use conventional commits: feat:, fix:, test:, refactor:, docs:

Observers — run at commit boundaries (point-in-time, not persistent):

  • Code Quality Observer: audit git diff across builder work
  • Architecture Observer: check for contract drift, scope creep, duplicate logic
  • Devil's Advocate: at each gate, challenge both teams per §Roles

Read the full file on GitHub · 151 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. 7d ago First seen · 151 lines · 14 tokens per session scan A d396c252d88e

Subscribe to this mod's changes

build is a command published in the GitHub repository ScientiaCapital/unsloth-mcp-server (2 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 14 tokens to every session and 1,278 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.