MathModeling-skills: Skill for Claude Code

.claude/skills/solution-package-builder/SKILL.md

solution-package-builder is a skill for Claude Code from zhnnky329/MathModeling-skills. It costs 35 tokens per session (655 once invoked), scanned A, original, MIT.

A workflow for collecting approved methods, results, robustness checks, figures, and human decisions into one package for a writer. It also records the source and approval behind each important numerical claim.

In plain words
What is it for?
Use it to prepare a submission-ready writing package for a mathematical-modeling paper. It helps trace claims to source files, robustness evidence, and recorded decisions.
Why use it?
It prevents a paper draft from relying on unapproved, unsupported, or untraceable numbers. Claims can be kept, weakened, or removed before the final numbers are frozen.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is zhnnky329/MathModeling-skills's own configuration. It tells Claude Code how to work on MathModeling-skills 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 MathModeling-skills configures →

Reuse

Borrowing it

Nothing to install: this file belongs to zhnnky329/MathModeling-skills. 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/zhnnky329/MathModeling-skills/main/.claude/skills/solution-package-builder/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/zhnnky329/MathModeling-skills

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 solution-package-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhnnky329/mathmodeling-skills/solution-package-builder.svg)](https://agentmods.dev/skills/zhnnky329/mathmodeling-skills/solution-package-builder)
Your own site
<a href="https://agentmods.dev/skills/zhnnky329/mathmodeling-skills/solution-package-builder"><img src="https://agentmods.dev/badge/skills/zhnnky329/mathmodeling-skills/solution-package-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 655 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00035 $0.00655
Opus 5 $0.00017 $0.00328
Sonnet 5 $0.00007 $0.00131
Haiku 4.5 $0.00003 $0.00065

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

Security

Grade A, and why

solution-package-builder 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 8d 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/solution-package-builder/SKILL.md · 81 lines

How it starts

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

Purpose

Create the writer's single source package and immutable numerical snapshot. Do not manufacture missing judgments or freeze unapproved claims.

Preconditions

  • rigor_profile is submission.
  • Final method explanation, final result analysis, robustness report, and figure plan exist.
  • Human method, result, stability, and claim-scope decisions exist in qx_decisions.jsonl.
  • Canonical sources are current.

Workflow

  1. Collect final method structure, result claims, limitations, figures, tables, and decision provenance.
  2. Draft results/Qx/reports/qx_solution_package_for_writer.md.
  3. Flag every proposed top-line claim with:
    • value and unit;
    • canonical source path and location;
    • robustness support;
    • decision ID for claim scope or rationale;
    • confidence/limitation.
  4. Invoke one final choice card when package sign-off is missing:
    • keep;
    • downgrade;
    • drop.
  5. Route the human answer to modeler-decision-logger as package_signoff.
  6. Only after sign-off, generate results/Qx/reports/frozen_numbers.json.
  7. Verify every numerical package claim resolves to the freeze and every judgment claim resolves to a human decision ID.

Frozen Number Contract

Each entry contains:

{
  "claim_id": "q1_main_rmse",
  "value": 2.4,
  "unit": "units",
  "source_file": "results/Q1/experiments/final/metrics/main.json",
  "source_locator": "$.rmse",
  "frozen_at": "ISO-8601",
  "frozen_by_skill": "solution-package-builder",
  "decision_id": "q1_package_signoff"
}

Use a source line only for stable text files; use a JSON path, table key, or row/column identifier for structured data.

Rules

  • Do not create solution-package-builder_modeler_decision.md.
  • Do not emit frozen_numbers.json before human package sign-off.
  • Never edit an existing freeze by hand.
  • Transcribe human rationales; do not re-compose them as stronger claims.
  • The package may cite the compact method-card history but must not depend on a separate iteration log.
  • Do not copy raw exploratory outputs into the package without final validation.

Read the full file on GitHub · 81 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. 8d ago First seen · 81 lines · 35 tokens per session scan A 878d40b24398

Subscribe to this mod's changes

solution-package-builder is a skill published in the GitHub repository zhnnky329/MathModeling-skills (781 stars, last pushed 14d ago), licensed MIT. It adds 35 tokens to every session and 655 once invoked, about $0.0002 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-30.

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

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens