Borrowing it
Nothing to install: this file belongs to junghan0611/entwurf. 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/junghan0611/entwurf/main/.claude/skills/entwurf-release/SKILL.mdgit clone --depth 1 https://github.com/junghan0611/entwurfWrote 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/junghan0611/entwurf/entwurf-release)<a href="https://agentmods.dev/skills/junghan0611/entwurf/entwurf-release"><img src="https://agentmods.dev/badge/skills/junghan0611/entwurf/entwurf-release/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/junghan0611/entwurf/entwurf-release"><img src="https://agentmods.dev/badge/skills/junghan0611/entwurf/entwurf-release.svg" alt="Reviewed on agentmods" width="80" 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.00105 | $0.08917 |
| Opus 5 | $0.00053 | $0.04458 |
| Sonnet 5 | $0.00021 | $0.01783 |
| Haiku 4.5 | $0.00011 | $0.00892 |
Grade C, and why
entwurf-release scanned grade C with 1 finding 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 today.
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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
xargs -r -a "$RESIDUE" rm -rf -- # read the list above FIRST; it is the whole delete set How it starts
The opening of the file, as written. The whole thing — 858 lines — stays where its author put it; the contents beside it link to each section on GitHub.
entwurf-release
Repository: ~/repos/gh/entwurf.
This skill is the shared release-operation SSOT that replaces the former
.pi/prompts/prepare-release.md and .pi/prompts/make-release.md files.
Claude Code discovers it natively under .claude/skills/; pi discovers the same
file through .pi/settings.json and its "skills": ["../.claude/skills"]
entry.
Invocation
# Claude Code - stable example
/entwurf-release land 0.12.8
/entwurf-release prepare 0.12.8
/entwurf-release make 0.12.8
/entwurf-release publish 0.12.8 /absolute/path/to/candidate.tgz latest
# pi - prerelease/repair example
/skill:entwurf-release land 0.12.8-repair.1
/skill:entwurf-release prepare 0.12.8-repair.1
/skill:entwurf-release make 0.12.8-repair.1
/skill:entwurf-release publish 0.12.8-repair.1 /absolute/path/to/candidate.tgz repair
Natural-language requests map to the same four modes.
landpushes an already reviewed pre-version HEAD and waits for the required exact-SHA CI jobs. It never edits, versions, tags, or publishes.prepareedits release records, runs deterministic and LIVE gates, and creates the release-prep commit. It never pushes, tags, or publishes.makepushes the prepared HEAD, waits for exact-SHA CI, creates and accepts one preserved candidate, then tags, stamps, and creates the GitHub release. It never runsnpm publish.publishpublishes only the already accepted preserved candidate under an explicitly supplied dist-tag and proves the registry-installed result.
The invocation authorizes only the named mode. prepare is not land
authorization. make is not publish authorization. If the mode, version, or a
mode-specific required argument is missing, ask for it and stop.
Shared version contract
Accept a normal SemVer release or prerelease. Reject a leading v.
VERSION="<user argument>"
case "$VERSION" in
"") echo "ABORT: version required (for example 0.12.8 or 0.12.8-repair.0)"; exit 1 ;;
v*) echo "ABORT: drop the leading 'v'"; exit 1 ;;
esac
if [[ ! "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+(-[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?$ ]]; then
echo "ABORT: version must be SemVer, optionally with a prerelease suffix"
exit 1
fi
What ships with it
1 file 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.
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.
- today Changed · +5 lines 38a2666927c1
- yesterday Changed · +79 lines 4274765163f4
- 2d ago Changed · +45 lines 2bb4500de837
- 3d ago Changed · +4 lines 573756803c90
- 5d ago Changed · +5 lines cd1bb51af5ef
- 10d ago First seen · 720 lines · 105 tokens per session scan C b957e30964b3
entwurf-release is a skill published in the GitHub repository junghan0611/entwurf (27 stars, last pushed today), licensed MIT. It adds 105 tokens to every session and 8,917 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
dsh-plugin-publisher
A release tool for DSH plugins, where DSH is the DeepSeek Harness used to load these add-ons. It validates an existing plugin package, publishes it through npm, Git, or a tarball, and checks that the harness can load it.
lov-skill-optimizer
Audit and optimize one or more existing Agent Skills from a canonical source path, then bump semver, update README/SKILL.md/skill.yaml/CHANGELOG.md, and verify installed copies and catalog synchronization. Checks frontmatter, trigger quality, CLI hygiene, naming, portability, version drift, dirty worktrees, shared…
lov-skill-publisher
Publish or submit a validated Skill. Default to the LovStudio official website, run lov-skill-pricing automatically, and use other channels only when explicitly named.
github-release-notes-writer
Draft or update user-focused GitHub Release Notes from verified tags, commits, pull requests, existing releases, and supplied changelog baselines. Use when preparing prerelease or stable release notes, turning GitHub's generated What's Changed list into a curated narrative, documenting upgrades or breaking changes, or…
github-release-pr-writer
Draft or update GitHub release pull request descriptions from verified tags, commits, merged pull requests, and the release diff. Use when a PR prepares a version, aligns release metadata, promotes a prerelease, or needs a reviewer-focused release summary, exact change inventory, breaking-change section, or migration…
otel-changelog-pr-verifier
Verify whether CHANGELOG entries in an OpenTelemetry Go repository point to the correct pull requests and whether each (#NNNN) matches the described change. Use when checking a release PR, validating a CHANGELOG section, or screening only mismatched changelog-to-PR references.