By pforret
Capture desktop, window, or screen region screenshots using native OS tools
npx claudepluginhub pforret/cli-skills --plugin screenshot-desktopA plugin marketplace for Claude Code — CLI-based skills wrapping popular tools.
/plugin marketplace add pforret/cli-skills
/plugin install screenshot-web@cli-skills
/plugin install screenshot-desktop@cli-skills
/plugin install markdown-web@cli-skills
/plugin install markdown-file@cli-skills
Each plugin has a setup.sh that installs dependencies. Run it once before first use. Claude will do this automatically when the skill is invoked.
Option A — Python venv (default):
bash setup.sh
Option B — Docker (no Python/venv needed):
bash setup.sh --docker
Each plugin also has a run.sh wrapper that auto-detects whether to use Docker or venv, so you don't need to remember which mode you installed with.
| Plugin | Description | Wraps |
|---|---|---|
| screenshot-web | Take web page screenshots (by URL) | shot-scraper |
| screenshot-desktop | Capture desktop/screen/window screenshots | Native OS tools |
| markdown-web | Convert URLs, YouTube, RSS feeds to Markdown | markitdown |
| markdown-file | Convert local files (PDF, DOCX, PPTX, etc.) to Markdown | markitdown |
cli-skills/
├── .claude-plugin/
│ └── marketplace.json # marketplace catalog
├── plugins/
│ └── <plugin-name>/
│ ├── .claude-plugin/
│ │ └── plugin.json # plugin manifest
│ ├── skills/
│ │ └── <skill-name>/
│ │ └── SKILL.md # skill definition (loaded by Claude Code)
│ ├── setup.sh # one-time dependency install
│ └── ... # scripts, requirements.txt, etc.
├── CLAUDE.md
└── README.md
plugins/my-plugin/ with the structure aboveSKILL.md with YAML frontmatter (description field required).claude-plugin/plugin.json with name, description, versionrequirements.txt, and setup.sh.claude-plugin/marketplace.jsonCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,393 supported skills.