feat: add volverjs-data Claude Code skill#84
Conversation
BREAKING CHANGE: the `HttpClient` option `prefixUrl` has been renamed to
`prefix`, following `ky` 2.x. Update every `new HttpClient({ prefixUrl })`,
`createHttpClient({ prefixUrl })` and `httpClientOptions: { prefixUrl }`
usage to `prefix`.
- bump `ky` dependency to `^2.0.2`
- rename `prefixUrl` to `prefix` across source, tests, docs and README
- changelog entry for 3.0.0-beta.1
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Feature/3.0.0 beta.1
Add an agent skill under skills/volverjs-data that helps Claude Code consume REST APIs with @volverjs/data: HttpClient, RepositoryHttp, UrlBuilder, Hash and the Vue 3 composables. Includes a focused SKILL.md with quick-start patterns plus detailed references per module. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
feat: add volverjs-data Claude Code skill
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |



Add an agent skill under skills/volverjs-data that helps Claude Code
consume REST APIs with @volverjs/data: HttpClient, RepositoryHttp,
UrlBuilder, Hash and the Vue 3 composables. Includes a focused SKILL.md
with quick-start patterns plus detailed references per module.