Add the marketplace
/plugin marketplace add mrshu/agent-skillsInstall plugins
/pluginRun these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.
Screenshot tool for Wayland/GNOME - capture windows by app name, PID, title, or window ID
Academic reference tools - find papers via Semantic Scholar, OpenAlex, and arXiv, get high-quality BibTeX from DBLP
Convert academic PDFs to clean Markdown - handles local files and URLs, with VLM support for complex layouts
Delegate code review, plan review, and deep exploration tasks to Codex CLI from Claude Code
Delegate code review, plan review, and deep exploration tasks to Claude Code CLI from Codex or other agents
Iterative multi-agent code review. Four cross-agent skills: review-anvil (engine — requested rounds of parallel codex-exec/claude-exec reviewers, adaptive continuation up to max_rounds, synthesized findings, default-on batched reproduction, and optional fix commits), review-anvil-readonly (engine with commit_mode=none), review-anvil-pr (read-only PR review with hybrid posting — inline review comments for file-anchored findings + top-level summary for the rest), review-anvil-improve-pr (productive PR loop — posts a 'starting' PR comment cc'ing the author, applies fix commits across requested/adaptive rounds, pushes back to the PR, then edits the starting comment in-place with the synthesized report or failure summary). Reviewers get distinct lenses; uncertain material findings are reproduced against code before being applied or posted; a per-round build/test gate keeps fix commits green; Bash-dispatched reviewers run under a run-reviewer.sh watchdog (hard timeout, empty-output detection). PR posting and verification delegated to `set -euo pipefail` shell helpers.
Bulk-post Overleaf comments from a JSON plan via Chrome DevTools Protocol. Uses the chrome-cdp skill to drive an existing logged-in browser tab.
Recompile an Overleaf project and extract its build logs/errors/warnings in a standardized format via Chrome DevTools Protocol. Uses the chrome-cdp skill to drive an existing logged-in browser tab.
Bulk-post anchored Google Docs comments (with @-mentions) from a JSON plan via Chrome DevTools Protocol. Uses the chrome-cdp skill to drive an existing logged-in browser tab.