metis: Skill for Claude Code

.claude/skills/10-deployment-git/SKILL.md

deployment-git is a skill for Claude Code from terrene-foundation/metis. It costs 95 tokens per session (1,651 once invoked), scanned A, a copy of deployment-git, Apache-2.0.

A collection of release and Git workflow guides for the Kailash Python SDK, including publishing Python packages and deploying documentation.

In plain words
What is it for?
Use it to prepare TestPyPI or production releases, build wheels for multiple platforms, coordinate versions across packages, configure GitHub Actions, and deploy documentation.
Why use it?
It brings package versions, builds, automated checks, documentation releases, and Git steps into a defined release process. PyPI is the main public index used to distribute Python packages.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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

Reuse

Borrowing it

Nothing to install: this file belongs to terrene-foundation/metis. 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/terrene-foundation/metis/main/.claude/skills/10-deployment-git/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/terrene-foundation/metis

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 deployment-git

README.md
[![agentmods](https://agentmods.dev/badge/skills/terrene-foundation/metis/10-deployment-git.svg)](https://agentmods.dev/skills/terrene-foundation/metis/10-deployment-git)
Your own site
<a href="https://agentmods.dev/skills/terrene-foundation/metis/10-deployment-git"><img src="https://agentmods.dev/badge/skills/terrene-foundation/metis/10-deployment-git.svg" alt="Measured on agentmods" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,651 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 86% copy Near-identical to another mod 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.00095 $0.01651
Opus 5 $0.00048 $0.00826
Sonnet 5 $0.00019 $0.00330
Haiku 4.5 $0.00010 $0.00165

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

Security

Grade A, and why

deployment-git 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 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.

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.

Origin

This is a copy

86% identical to deployment-git — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/10-deployment-git/SKILL.md · 216 lines

How it starts

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

SDK Release & Git Workflows

Comprehensive guides for releasing the Kailash Python SDK to PyPI, managing CI/CD pipelines, deploying documentation, and Git workflow best practices.

Overview

SDK release and development infrastructure patterns for:

  • PyPI package publishing (TestPyPI + production)
  • CI/CD pipelines (GitHub Actions)
  • Multi-platform wheel building
  • Documentation deployment
  • Git workflows and branching strategies
  • Multi-package version coordination

Reference Documentation

Deployment Lifecycle

  • deployment-onboarding - SDK release onboarding process

    • Codebase analysis (packages, build system, CI, docs)
    • Structured questions for human architect
    • Research current PyPI/CI best practices
    • Create deployment-config.md
  • release-runbook - SDK release runbook (detailed procedures)

    • Version locations for all packages (pyproject.toml + init.py)
    • SDK dependency pin rules
    • Version consistency verification commands
    • Pre-release, build, publish, post-release step-by-step procedures
  • deployment-packages - Package release workflow

    • PyPI and GitHub release process
    • Multi-package coordination and publish order
    • Version bumping and changelog
    • CI-triggered releases
    • TestPyPI validation
    • Rollback procedures
  • deployment-ci - CI/CD infrastructure

    • GitHub Actions workflows for Python packages
    • Multi-platform wheel building
    • Test matrix (Python versions x OS)
    • Tag-triggered publishing pipeline
    • Documentation deployment (ReadTheDocs, GitHub Pages)
    • Self-hosted runner management
  • python-version-bump - Python minor-version bump playbook

    • When to declare a new CPython release (3.X stable + ≥1 patch)
    • 3-step recipe: pyproject classifiers → CI matrices → uv pip install --dry-run --python 3.X verification
    • Concrete file list for all 10 packages and 4 CI matrix files
    • Common gotcha: stale literal version assertions in test fixtures (durable cross-surface contract pattern)
    • ML stack wheel-lag guidance (torch / transformers / accelerate)

Read the full file on GitHub · 216 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 · 216 lines · 95 tokens per session scan A ab1f140b2fe6

Subscribe to this mod's changes

deployment-git is a skill published in the GitHub repository terrene-foundation/metis (2 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 95 tokens to every session and 1,651 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to deployment-git, differing in 2 lines, and is treated as a copy.

Related

Other skills, from other repositories

ship

Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. (gstack).

garrytan/gstack · 35 tokens

agent-github-modes

Agent skill for github-modes - invoke with $agent-github-modes.

ruvnet/ruflo · 21 tokens

seed-snapshot-release

Drives the snapshot-release flow for the current branch's PR. Posts a /snapshot comment on the PR if one isn't already there (with confirmation), waits for the Continuous Releases workflow to finish, and reports the tarball URLs from the resulting 📦 Snapshot Release comment. Use for both triggering and waiting …

daangn/seed-design · 144 tokens

gitlab-devops

GitLab DevOps operations — issues, merge requests, CI/CD pipelines, repository browsing, labels, milestones, releases, and wiki management. Use when querying GitLab project status, monitoring pipeline executions, browsing repository files, creating issues for network findings, opening merge requests for config…

automateyournetwork/netclaw · 67 tokens

push-ci

Push to remote and monitor CI. Validates branch safety, executes git push WITH explicit user approval, then monitors CI run status via gh CLI. Use when: user says 'push', 'push and watch CI', 'ship it', 'push-ci'. Not for: committing (use /smart-commit), creating PRs (use /create-pr), merging (use /merge-prep).

sd0xdev/sd0x-harness · 82 tokens

release-engineering

Plan and verify software releases with versioning, changelogs, release branches, feature flags, canaries, migration gates, rollback, deployment checks, and release readiness. Use when preparing a release, shipping a risky PR, coordinating app/backend/database rollout, recovering from a bad deploy, or defining release…

majiayu000/spellbook · 69 tokens