The README.md currently states:
One-line install (recommended, cross-tool) — via the Vercel skills CLI:
npx skills add <owner>/proofreader-skill -a claude-code
However, this command fails because <owner> is a placeholder. Should it instead be:
npx skills add easydoom/proofreader-skill -a claude-code
If so, it would be helpful to replace the placeholder with the actual repository owner to make the installation instructions work out of the box.
The
README.mdcurrently states:However, this command fails because
<owner>is a placeholder. Should it instead be:If so, it would be helpful to replace the placeholder with the actual repository owner to make the installation instructions work out of the box.