Borrowing it
Nothing to install: this file belongs to christian289/dotnet-with-claudecode. 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/christian289/dotnet-with-claudecode/main/.claude/skills/wpf-dev-pack-release/SKILL.mdgit clone --depth 1 https://github.com/christian289/dotnet-with-claudecodeWrote 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/christian289/dotnet-with-claudecode/wpf-dev-pack-release)<a href="https://agentmods.dev/skills/christian289/dotnet-with-claudecode/wpf-dev-pack-release"><img src="https://agentmods.dev/badge/skills/christian289/dotnet-with-claudecode/wpf-dev-pack-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/christian289/dotnet-with-claudecode/wpf-dev-pack-release"><img src="https://agentmods.dev/badge/skills/christian289/dotnet-with-claudecode/wpf-dev-pack-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 10 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00059 | $0.01649 |
| Opus 5 | $0.00030 | $0.00825 |
| Sonnet 5 | $0.00012 | $0.00330 |
| Haiku 4.5 | $0.00006 | $0.00165 |
Grade A, and why
wpf-dev-pack-release 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 9d 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 — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.
wpf-dev-pack Release Workflow
Owner-only release tool for the wpf-dev-pack plugin. Execute all steps sequentially without asking for confirmation at each step.
Arguments
$0contains the optional version argument.- Version specified (e.g.,
1.6.0): Use that exact version. - No version specified: Auto-increment patch from current version (e.g.,
1.5.0→1.5.1).
Step 0: Verify GitHub Account
gh auth status
If christian289 is not the active account:
gh auth switch --user christian289
Step 1: Determine Version
Read current version:
cat wpf-dev-pack/.claude-plugin/plugin.json
Determine {new-version}:
- If
$0contains a semver string → use it as{new-version} - Otherwise → increment patch of current version (e.g.,
1.5.0→1.5.1)
Step 2: Update Version in All Files
Update version in these 3 files:
wpf-dev-pack/.claude-plugin/plugin.json—"version": "{new-version}"wpf-dev-pack/README.md— badgeversion-{new-version}-bluewpf-dev-pack/README.ko.md— badgeversion-{new-version}-blue
Step 3: Run VersionReleaseChecker
dotnet ".claude/skills/wpf-dev-pack-release/scripts/VersionReleaseChecker.cs" -- --standalone
Fix any issues before proceeding:
- README MISMATCH: Update README.md and README.ko.md counts, then re-run checker.
- GITHUB_PROFILE MISMATCH: Will be fixed in Step 8.
- RELEASE MISSING: Expected — will be created in Step 7.
Step 4: Commit Changes
git add wpf-dev-pack/.claude-plugin/plugin.json wpf-dev-pack/README.md wpf-dev-pack/README.ko.md
Include any other staged changes, then commit:
git add -A
git commit -m "feat(wpf-dev-pack): v{new-version} - {summary of changes since last tag}"
Step 5: Push to Remote
git push origin main
Step 6: Create GitHub Tag
git tag wpf-dev-pack-v{new-version}
git push origin wpf-dev-pack-v{new-version}
Step 7: Create GitHub Release Note
What ships with it
2 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.
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.
- 9d ago First seen · 198 lines · 59 tokens per session scan A 7c716bd9cd74
wpf-dev-pack-release is a skill published in the GitHub repository christian289/dotnet-with-claudecode (41 stars, last pushed 1mo ago), licensed MIT. It adds 59 tokens to every session and 1,649 once invoked, about $0.0003 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
conventional-commit
Workflow for generating conventional commit messages following the Conventional Commits specification. MUST be invoked every time a commit is created. Guides construction of standardized commit messages with correct type, scope, description, body, and footer.
python-release
Handle Python SDK release, build, bump, packaging metadata, PyPI client pin, uv.lock, nox/build workflow, and publish verification changes. Use for Python release process work or dependency pin bumps; do not use for ordinary Python feature implementation.
date-formatter
Converts dates between formats and handles timezone differences.
release-notes
Generate and publish concise, evidence-based notes in the body of the latest existing GitHub Release. Use only when the user explicitly invokes $release-notes or explicitly asks to update the latest existing GitHub Release body. Do not invoke for general release planning, changelog, tag, or version tasks.
review-gate
Use before an agent-produced diff is committed, pushed, opened as a PR, merged, landed, or applied to user files when explicit implementation approval is missing. Trigger for review gate, review pack, approve before landing, diff first then land, human approval, merge gate, commit gate, push gate, or PR readiness.…
ai-visibility-writing
Audit, question, suggest, or fact-preservingly revise a press release, blog post, contributed article, or expert explainer so AI answer systems can more easily retrieve, understand, quote, and cite its useful information. Use when someone asks for AI visibility, AI search, answer-engine, AEO, GEO, AI Overview, or…