https://github.com/webpro/skills
Everything is skill issues
https://github.com/webpro/skills
Last synced: about 1 month ago
JSON representation
Everything is skill issues
- Host: GitHub
- URL: https://github.com/webpro/skills
- Owner: webpro
- License: isc
- Created: 2026-03-24T12:17:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-06-04T06:21:12.000Z (2 months ago)
- Last Synced: 2026-06-04T08:10:51.331Z (2 months ago)
- Language: Shell
- Size: 22.5 KB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Skills
Everything is skill issues
## Options
| Option | Description |
| ------------------------ | ---------------------------------------------------------------------------- |
| -g, --global | Install to user directory instead of project |
| -a, --agent \ | Target specific agents (e.g., claude-code, codex), see [Available Agents][1] |
| -l, --list | List available skills without installing |
## In This Repo
### configure-knip
Set up and optimize Knip configuration to find unused files, dependencies, and exports. Use when configuring knip.json or cleaning up a JavaScript or TypeScript codebase.
```sh
npx skills add webpro/skills --skill configure-knip
```
### optimize-javascript
V8/Node.js performance patterns for hot paths, parsers, and core libraries in JavaScript/TypeScript. Use when writing or reviewing performance-sensitive JS/TS code.
```sh
npx skills add webpro/skills --skill optimize-javascript
```
### suggest-pr-reviewers
Find relevant PR reviewers based on code ownership and recency of contributions. Use when creating PRs or needing to identify who should review code changes.
```sh
npx skills add webpro/skills --skill suggest-pr-reviewers
```
### triage-issues
Guides bug report and pull request investigation and reproduction. Confirms reported behavior is wrong, reproduces issues locally, and checks for correct-by-design behavior before writing fixes. Use when given a bug report, issue, or error report to investigate.
```sh
npx skills add webpro/skills --skill triage-issues
```
## Good Skills Elsewhere
- [mcollina/skills][2]
- [theclaymethod/unslop][3]
- [mattpocock/skills][4]
- [currents-dev/playwright-best-practices-skill][5]
[1]: https://github.com/vercel-labs/skills#supported-agents
[2]: https://github.com/mcollina/skills
[3]: https://github.com/theclaymethod/unslop
[4]: https://github.com/mattpocock/skills
[5]: https://github.com/currents-dev/playwright-best-practices-skill