A Claude / AI-agent skill that bundles the Velopack docs (auto-synced) #67
iamursky
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I built an open-source skill that gives AI coding agents accurate knowledge of Velopack — so when you ask an agent (Claude Code, Cursor, or anything that reads a
SKILL.md) to add auto-updates or package an app withvpk, it answers from the docs instead of guessing.What's in it
SKILL.mdguide: theVelopackAppstartup rule, theUpdateManagercheck → download → apply loop,vpk pack, channels, deltas, signing, and hosting an update feed.How it stays correct
velopack.docsMDX source, not scraped, so code samples and API signatures match the originals.velopack.docsonce a day. When the upstream commit changes, it rebuilds the bundle and opens a PR. A guard flags any new MDX component the converter doesn't handle yet, so a docs change can't silently break the skill.Try it
Or upload
SKILL.mdto Claude (Customize → Skills).Repo: https://github.com/hinoderun/velopack-skill
It's unofficial and community-built. Feedback welcome — on the conversion, the naming, or anything you'd want changed.
Beta Was this translation helpful? Give feedback.
All reactions