vllm.cpp: Skill for Claude Code

.claude/skills/writing-commits-and-prs/SKILL.md

writing-commits-and-prs is a skill for Claude Code from mudler/vllm.cpp. It costs 29 tokens per session (56 once invoked), scanned A, original, Apache-2.0.

A set of repository writing rules for software-development records. It covers commits, pull requests, branches, changelogs, and release notes.

In plain words
What is it for?
Use it when naming branches, writing commit messages, opening pull requests, or preparing changelogs and release notes.
Why use it?
It helps keep project history and collaboration messages consistent and understandable. The input does not specify the exact writing rules.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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

Reuse

Borrowing it

Nothing to install: this file belongs to mudler/vllm.cpp. 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/mudler/vllm.cpp/main/.claude/skills/writing-commits-and-prs/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/mudler/vllm.cpp

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 writing-commits-and-prs

README.md
[![agentmods](https://agentmods.dev/badge/skills/mudler/vllm.cpp/writing-commits-and-prs.svg)](https://agentmods.dev/skills/mudler/vllm.cpp/writing-commits-and-prs)
Your own site
<a href="https://agentmods.dev/skills/mudler/vllm.cpp/writing-commits-and-prs"><img src="https://agentmods.dev/badge/skills/mudler/vllm.cpp/writing-commits-and-prs.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 56 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.00029 $0.00056
Opus 5 $0.00015 $0.00028
Sonnet 5 $0.00006 $0.00011
Haiku 4.5 $0.00003 $0.00006

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

Security

Grade A, and why

writing-commits-and-prs 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.

.claude/skills/writing-commits-and-prs/SKILL.md · 7 lines

What it actually says

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 · 7 lines · 29 tokens per session scan A 9709b2470f5e

Subscribe to this mod's changes

writing-commits-and-prs is a skill published in the GitHub repository mudler/vllm.cpp (392 stars, last pushed today), licensed Apache-2.0. It adds 29 tokens to every session and 56 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.

Related

Other skills, from other repositories

git

Run git version control commands for repository management. Use when the user asks to check status, view history or diffs, stage and commit changes, manage branches, merge or rebase, work with remotes, stash changes, tag releases, cherry-pick commits, bisect regressions, resolve conflicts, manage worktrees or…

bug-ops/zeph · 106 tokens

github-cli

Skill "github-cli" from juan294/cc-rpi, covering github cli, json field discovery, pr check interpretation, or watch existing checks to completion and release vs pr flags.

juan294/cc-rpi · 28 tokens

repo-delivery

Use when reviewed repository changes are explicitly authorized for staging, commit, push, branch integration, synchronization, cleanup, or ref proof; owns Git mutation and stops before pull-request creation.

idaibin/skills · 40 tokens

git-onboarding-auto

A Git setup and pull-request workflow automation skill. Git is the version-control tool developers use to track code changes, while a pull request is a request for teammates to review and merge those changes.

GeonheeYe/multi-agent-dotfiles · 47 tokens

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts) and an annotated tag. Verify, commit, tag. Stops at "committed and tagged locally" — no push, no publish. The release-and-publish skill picks up from here. Distilled…

cyanheads/medical-codes-mcp-server · 82 tokens

github-automation

GitHub workflow automation, PR management, issue tracking, and code review coordination. Integrates with GitHub Actions and repository management. Use when: PR creation, code review, issue management, release automation, workflow setup. Skip when: local-only changes, non-GitHub repositories.

Soulcynics404/AgentForge · 61 tokens