Stats
Actions
Tags
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/userscript-development:generate-readmeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build a clean README for a userscript repo by parsing its metadata block.
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.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin userscript-development