Borrowing it
Nothing to install: this file belongs to mihai-dinculescu/tapo. 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/mihai-dinculescu/tapo/main/.claude/skills/update-maturin/SKILL.mdgit clone --depth 1 https://github.com/mihai-dinculescu/tapoWrote 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/mihai-dinculescu/tapo/update-maturin)<a href="https://agentmods.dev/skills/mihai-dinculescu/tapo/update-maturin"><img src="https://agentmods.dev/badge/skills/mihai-dinculescu/tapo/update-maturin/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.
<a href="https://agentmods.dev/skills/mihai-dinculescu/tapo/update-maturin"><img src="https://agentmods.dev/badge/skills/mihai-dinculescu/tapo/update-maturin.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00029 | $0.00998 |
| Opus 5 | $0.00015 | $0.00499 |
| Sonnet 5 | $0.00006 | $0.00200 |
| Haiku 4.5 | $0.00003 | $0.00100 |
Grade A, and why
update-maturin 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Update Maturin
Bump the maturin build tool to the latest version and regenerate .github/workflows/tapo-py.yml from maturin generate-ci github, re-applying all local customizations.
Steps
-
Bump the maturin dependency. From
tapo-py/:uv lock --upgrade-package maturin uv sync uv run maturin --versionConfirm the new version in the last command's output. If it didn't change, maturin is already at the latest — stop and tell the user.
-
Regenerate the workflow baseline. From
tapo-py/, runuv run maturin generate-ci githuband capture the stdout (skip the📦/🍹/🔗progress lines). This is the baseline — do NOT overwrite.github/workflows/tapo-py.ymlwith it directly. -
Apply the baseline to
.github/workflows/tapo-py.yml, re-applying each customization below. After editing, diff the updated file against the baseline — the only remaining differences should be exactly the items listed here. Anything in the committed file that is not on this list should be replaced with the baseline value, even if the committed file differs; treat those as stale upstream defaults, not deliberate customizations.- Workflow name:
name: "Tapo Python"(baseline:name: CI). - Triggers under
on::push.branches: onlymain(baseline includesmaster).push.tags:"v*"(baseline:'*').pull_request.paths: keep the existing list (tapo/**,tapo-py/**,Cargo.lock,Cargo.toml,.github/workflows/tapo-py.yml). Baseline has no path filter.
--manifest-path ./tapo-py/Cargo.toml: append this flag to everyargs:line in eachPyO3/maturin-action@v1step (linux, musllinux, windows, macos, and sdist jobs).manylinux: 2_28: in thelinuxjob (baseline:auto).- GitHub Actions versions: never downgrade. For each
uses: <action>@vNline, keep the higher of the two versions between the current file and the baseline (e.g. if the file pinsactions/upload-artifact@v7but the baseline emits@v6, keep@v7). To make this mechanical, compare withdiff <(grep 'uses: actions/' .github/workflows/tapo-py.yml) <(grep 'uses: actions/' <baseline-file>)and reconcile each differing line by picking the higher@vN. - Job display names: each job has a
name:using thePython / ...prefix convention. The baseline emits noname:on the matrix jobs andname: Releaseon the release job — re-add these after regeneration:linux:name: Python / Linux wheel (${{ matrix.platform.target }})musllinux:name: Python / Musllinux wheel (${{ matrix.platform.target }})windows:name: Python / Windows wheel (${{ matrix.platform.target }})macos:name: Python / macOS wheel (${{ matrix.platform.target }})sdist:name: Python / Sdistrelease:name: Python / Publish to PyPI(baseline:Release)
Test sdiststep: keep this step betweenBuild sdistandUpload sdistin thesdistjob:
- Workflow name:
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.
- 12d ago First seen · 51 lines · 29 tokens per session scan A cb0ecf1f7912
update-maturin is a skill published in the GitHub repository mihai-dinculescu/tapo (800 stars, last pushed today), licensed MIT. It adds 29 tokens to every session and 998 once invoked, about $0.0001 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.
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).
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…
seed-snapshot-release
An automated workflow for creating and tracking a snapshot release of the pull request on the current branch. A snapshot release is a temporary package build used for testing a branch before a normal release.
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…
cmux-release
Prefer the /release command. It determines the new version (minor by default), gathers commits since the last tag, updates CHANGELOG.md, runs ./scripts/bump-version.sh, commits, runs ./scripts/release-pretag-guard.sh, then tags and pushes.