Use caffeinate to keep your MacBook awake
Adversarial multi-agent loop — Creator produces an artifact, Critic stress-tests it
Read and process PDF files. Use this skill whenever the user asks to read, summarize, extract text from, analyze, or convert a PDF file — even if the request seems simple. The Read tool's PDF support is unreliable on this platform (false size errors, empty content), so this skill provides a fallback chain that actually works. Trigger on any mention of PDF files, even if the user just says "read this" and the path ends in .pdf.
Use Podman to interact with local containers
Scrape websites using the scrapling library — static pages, JS-rendered content, and anti-bot protected sites
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This project is for user level Claude Code instructions, skills, and subagents, packaged as a Code plugin.
# Install from GitHub
claude plugin install jarrettmeyer/skills
# Or for local development/testing
claude --plugin-dir ./plugins/jarrettmeyer/
Once installed, skills are available with the jarrettmeyer: namespace prefix:
| Command | Description |
|---|---|
/jarrettmeyer:caffeinate | Prevent your Mac from sleeping |
/jarrettmeyer:gan | Adversarial multi-agent review loop |
/jarrettmeyer:pdf | Read and process PDF files |
/jarrettmeyer:podman | Build, run, and manage containers with Podman |
/jarrettmeyer:scrapling | Scrape websites |
/jarrettmeyer:system-update | Detect and update system tools (Homebrew, bun, uv) |
/jarrettmeyer:uv | Python project management, tools, and versions with uv |
npx claudepluginhub jarrettmeyer/skills --plugin jarrettmeyerManage macOS caffeinate to prevent system sleep
Claude Code skill pack for Perplexity (30 skills)
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Developer tools for maintaining Claude Code plugins. Upgrade skills, audit structure, and align with latest platform capabilities.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation