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.
curl -O https://raw.githubusercontent.com/terrene-foundation/metis/main/.claude/skills/10-deployment-git/SKILL.mdgit clone --depth 1 https://github.com/terrene-foundation/metisWrote 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.
[](https://agentmods.dev/skills/terrene-foundation/metis/10-deployment-git)<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>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.
| Model | Per session | Once 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 |
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.
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.
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.Xverification - 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)
What ships with it
17 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- application-deployment.md 23 KB
- ci-runner-troubleshooting.md 8.8 KB
- deployment-ci.md 10 KB
- deployment-cloud.md 4.2 KB
- deployment-docker-quick.md 2.6 KB
- deployment-kubernetes-quick.md 3.2 KB
- deployment-onboarding.md 5.2 KB
- deployment-packages.md 4.3 KB
- deployment-patterns.md 8.6 KB
- git-release-patterns.md 5.5 KB
- git-workflow-quick.md 2.1 KB
- github-management-patterns.md 6.1 KB
- multi-package-release-wave.md 7.2 KB
- project-management.md 15 KB
- python-version-bump.md 4.8 KB
- release-runbook.md 4.6 KB
- todo-github-sync.md 14 KB
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.
- 7d ago First seen · 216 lines · 95 tokens per session scan A ab1f140b2fe6
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.
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).
agent-github-modes
Agent skill for github-modes - invoke with $agent-github-modes.
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 …
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…
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).
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…