presonus-studiolive-mcp: Skill for Claude Code

.github/Skills/dependency-ci-hygiene/SKILL.md

dependency-ci-hygiene is a skill for Claude Code, Codex from zarfld/presonus-studiolive-mcp. It costs 0 tokens per session (698 once invoked), scanned A, original, MIT.

A maintenance guide for a TypeScript monorepo, meaning one repository containing multiple related packages, plus its dependencies, tests, builds, and publishing setup.

In plain words
What is it for?
Use it to check installs, builds, tests, linting, type checking, package metadata, dependency risks, and release-related configuration.
Why use it?
It helps prevent dependency changes and continuous-integration checks from leaving the repository unbuildable, untested, or unreproducible.

Skill for Claude CodeCodex

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

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

Reuse

Borrowing it

Nothing to install: this file belongs to zarfld/presonus-studiolive-mcp. 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/zarfld/presonus-studiolive-mcp/master/.github/Skills/dependency-ci-hygiene/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/zarfld/presonus-studiolive-mcp

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 dependency-ci-hygiene

README.md
[![agentmods](https://agentmods.dev/badge/skills/zarfld/presonus-studiolive-mcp/dependency-ci-hygiene/github.svg)](https://agentmods.dev/skills/zarfld/presonus-studiolive-mcp/dependency-ci-hygiene)
Your own site
<a href="https://agentmods.dev/skills/zarfld/presonus-studiolive-mcp/dependency-ci-hygiene"><img src="https://agentmods.dev/badge/skills/zarfld/presonus-studiolive-mcp/dependency-ci-hygiene/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 dependency-ci-hygiene

Your own site · 80×15
<a href="https://agentmods.dev/skills/zarfld/presonus-studiolive-mcp/dependency-ci-hygiene"><img src="https://agentmods.dev/badge/skills/zarfld/presonus-studiolive-mcp/dependency-ci-hygiene.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 698 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.00000 $0.00698
Opus 5 $0.00000 $0.00349
Sonnet 5 $0.00000 $0.00140
Haiku 4.5 $0.00000 $0.00070

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

Security

Grade A, and why

dependency-ci-hygiene 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 11d 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/Skills/dependency-ci-hygiene/SKILL.md · 146 lines

How it starts

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

Dependency and CI Hygiene

Purpose

Use this skill to keep the TypeScript monorepo buildable, testable, reproducible, and publishable.

This skill is lower priority than routing and safety, but release quality depends on it.

Applies to

  • package.json
  • pnpm-lock.yaml
  • workspace packages
  • TypeScript config
  • Vitest config
  • CI workflows
  • npm package metadata
  • MCP SDK version
  • adapter dependency versions

Required commands

Run or verify the equivalent commands:

pnpm install --frozen-lockfile
pnpm build
pnpm test
pnpm lint
pnpm typecheck
pnpm inventory
pnpm traceability

If a command does not exist, report that explicitly and recommend whether to add it.

Required dependency audit table

Package Current Target/latest Used by Risk Action

Do not upgrade dependencies blindly. Classify risk first.

Risk categories

Risk Meaning
api-drift New version may change public API.
esm-cjs Upgrade may affect module system.
test-fragility Test runner/plugin versions may be mismatched.
security Known vulnerability or unsafe dependency.
runtime Could break MCP runtime behavior.
low Safe patch/minor update likely.

Required workflow

  1. Inspect workspace package metadata.
  2. Identify mismatched major versions.
  3. Identify floating versions that should be pinned before release.
  4. Identify stale dependencies that are safe to defer.
  5. Run build/test/typecheck where possible.
  6. If updating, update one dependency group at a time.
  7. Record before/after versions and test results.
  8. Do not combine dependency upgrades with feature implementation unless unavoidable.

MCP SDK rule

For @modelcontextprotocol/sdk:

  • check current API usage,
  • check server start path,
  • check tool registration path,
  • run MCP tool inventory after upgrade,
  • prefer pinning a known-good version for release.

Do not assume all 1.x versions are behaviorally identical.

Read the full file on GitHub · 146 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. 11d ago First seen · 146 lines · 0 tokens per session scan A f5af194e8cda

Subscribe to this mod's changes

dependency-ci-hygiene is a skill published in the GitHub repository zarfld/presonus-studiolive-mcp (1 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 698 tokens. 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

ci

Configure Ginkgo for continuous integration — the recommended CLI flag set and the rationale for each flag (-r -p --randomize-all --randomize-suites --fail-on-pending --fail-on-empty --keep-going --cover --race --trace --json-report --timeout --poll-progress-after/-interval), invoking via go run to pin the CLI to…

onsi/ginkgo · 151 tokens

migrate-vstest-to-mtp

Use this skill before answering, planning, or editing whenever .NET tests or CI are switching from VSTest to Microsoft.Testing.Platform (MTP), or an MTP migration behaves differently. Triggers include "switch from VSTest"; MSTest/NUnit/xUnit MTP enablement; OutputType=Exe only for test projects in…

dotnet/skills · 191 tokens

playwright-ci

Production-ready CI/CD configurations for Playwright — GitHub Actions, GitLab CI, CircleCI, Azure DevOps, Jenkins, Docker, parallel sharding, reporting, code coverage, and global setup/teardown.

zebbern/claude-code-guide · 48 tokens

ci-maintenance-workflow

CI and GitHub Actions maintenance workflows — fix a failing test from a CI URL, fix a failing smoke test, add @pytest.mark.slow markers to slow tests, or review a PR against agent-checkable standards. Use when user asks to fix a failing test, fix a smoke test, mark slow tests, or review a PR. Trigger when the user…

UKGovernmentBEIS/inspect_evals · 120 tokens

playwright-testing

E2E testing with Playwright - Page Objects, cross-browser, CI/CD.

alinaqi/maggy · 20 tokens

test-setup

Scaffold the test framework and CI/CD pipeline for the project's engine. Creates the tests/ directory structure, engine-specific test runner configuration, and GitHub Actions workflow. Run once during Technical Setup phase before the first sprint begins.

Donchitos/Claude-Code-Game-Studios · 49 tokens