Generate or refresh a userscript repo's README.md from its `==UserScript==` metadata block — install button, what it does, supported sites, version, license. Idempotent; safe to re-run after metadata changes.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin userscript-developmentThis skill uses the workspace's default tool permissions.
Build a clean README for a userscript repo by parsing its metadata block.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Build a clean README for a userscript repo by parsing its metadata block.
.user.js file. If multiple exist, ask which one is canonical (or generate a multi-script README).@name, @description, @version, @author, @match (all of them), @grant, @license, @homepageURL, @supportURL, @downloadURL.@downloadURL if present, else compute it from the git remote.# <@name>
<@description>
## Install
[**Click here to install in Tampermonkey**](<install-url>)
> Requires the [Tampermonkey](https://www.tampermonkey.net/) browser extension.
## What it does
<one or two paragraphs — ask the user to expand if @description is too terse>
## Supported sites
- `<@match #1>`
- `<@match #2>`
## Permissions
This script requests: `<@grant list, or "none">`.
## Version
Current version: **<@version>**. See [commit history](<repo-url>/commits/main) for changes.
## Author
<@author> — <@homepageURL or git remote owner URL>
## License
<@license>
## Issues / feedback
<@supportURL or repo Issues URL>
README.md (overwrite). Show the user the diff vs. previous version.