pkarpovich
01Plugin Claude Code
Pavel's personal Claude Code skills as installable plugins.
Plugin Claude Code
Pavel's personal Claude Code skills as installable plugins.
Plugin Claude Code
Pavel's personal Claude Code skills.
Agent
Use this agent when you need expert guidance on designing, implementing, or optimizing AI agent systems for production environments. Examples include: when you're architecting a multi-agent system and need advice on agent coordination patterns; when you're struggling with context management across agent interactions…
Agent
Use this agent when you need an external expert opinion from OpenAI Codex on code-related questions, best practices, or technical insights. This agent provides read-only consultation by querying the Codex CLI tool.
Agent
Use this agent when you need to optimize prompts specifically for GPT-5's unique capabilities and characteristics. Examples include: when you need to control "agentic eagerness" in GPT-5 workflows, when you want to leverage GPT-5's reasoningeffort parameter, when you're designing prompts for GPT-5's enhanced…
Agent
Use this agent when you need to improve the performance of AI prompts, system instructions, or agent configurations. Examples include: when an existing agent is producing inconsistent results, when you want to optimize a prompt for better accuracy or efficiency, when you need to redesign system instructions for…
Agent
Audits a single Claude Code skill candidate (URL + author) for topic relevance and author quality. Spawned in parallel by the skill-finder skill - one subagent per candidate - and returns a structured JSON verdict. Do not invoke directly; use the skill-finder skill, which orchestrates gathering, fan-out, and…
Command
Suggest branch name and commit message based on changes.
Command
Commit all changes, push, and create a PR.
Command
Commit all changes with conventional commit message and push.
Command
Launch a revdiff review showing only the changes made on the current branch since it diverged from the default branch — excluding any upstream changes that haven't been merged in. The review must include uncommitted/staged changes too.
Skill Claude CodeCodex
Core agent-browser usage guide. Read this before running any agent-browser commands. Covers the snapshot-and-ref workflow, navigating pages, interacting with elements (click, fill, type, select), extracting text and data, taking screenshots, managing tabs, handling forms and auth, waiting for content, running multiple…
Skill Claude CodeCodex
Build multi-step LLM agents for the Continuum system. Use when creating agent definitions with nodes, edges, tools, and execution flows. Triggers on requests to "create an agent", "build a workflow", "design an agent graph", or when discussing Continuum agent architecture. Supports parallel execution, conditional…
Skill Claude CodeCodex
Execute Bruno .bru API requests via curl, or create new .bru files. Use when user asks to run, execute, or test an API request from a Bruno collection, references a .bru file, or wants to create a new Bruno request file.
Skill Claude CodeCodex
Expert prompt engineering for Claude 4.x models (Sonnet 4.5, Opus 4.5, Haiku 4.5). Use when creating system prompts, optimizing existing prompts, designing agentic workflows, or improving prompt effectiveness. Triggers on requests like "optimize this prompt", "write a system prompt", "improve these instructions"…
Skill Claude CodeCodex
Audit CLAUDE.md files against best practices. Analyzes length, structure, anti-patterns, and generates improvement recommendations with concrete suggestions. Invoke when user says "audit claude.md", "check claude.md", "review claude.md", "improve claude.md".
Skill Claude CodeCodex
Fetch up-to-date, version-specific documentation and code examples for libraries via the Context7 platform. Use when you need authoritative API references, current syntax, or to verify a library behavior beyond your training cutoff. Especially valuable for fast-moving libraries (React, Next.js, Tailwind, FastAPI…
Skill Claude CodeCodex
Modern CSS (2026) style guide for plain CSS and CSS Modules. Apply automatically when writing, editing, or reviewing .css, .module.css, or .scss files. Targets Chrome (last 4) and Safari 26+. No fallbacks, no @supports hedges, no legacy support. Prescribes Grid/Flexbox over position:absolute for layout; intrinsic…
Skill Claude CodeCodex
Multi-pass code review of branch changes against the default branch. Broad parallel sweep across quality, implementation, tests, simplification, and docs, with optional external (codex) second-opinion consultation. Reports findings only — does not modify code. Use when user asks for "deep review", "thorough review"…
Skill Claude CodeCodex
Convert any web article, blog post, documentation page, or release-notes URL into clean markdown with a YAML metadata block (title, author, site, published date, source URL, word count) via the public defuddle.md HTTP API — just curl https://defuddle.md/ . Use this INSTEAD of WebFetch whenever the user shares a URL…
Skill Claude CodeCodex
Draft a Slack / email / chat message, propose it in chat first, and save to /.local/messages/ only after the user approves. Invoke when the user says "draft a message", "write to about", "slack ", "send a message to ", or any similar request to compose a chat / email message for review before sending. Pavel often asks…
Skill Claude CodeCodex
Search real-world code examples across millions of GitHub repositories using grep.app. This skill should be used when looking for implementation patterns, API usage examples, library integration patterns, or production code references. Supports literal code search, regex patterns, and filtering by language/repo/path.
Skill Claude CodeCodex
Cross-repo GitHub radar - a personal snapshot of the open pull requests and issues that involve you, run from any directory (account-wide, not tied to the current repo). Covers your own repos (every open PR/issue, any author) plus anywhere you are involved on other people's repos (authored, assigned, mentioned, or…
Skill Claude CodeCodex
Go 1.25+ development standards and coding conventions. Use when writing, reviewing, or refactoring Go code. Triggers on Go file creation/editing, code reviews, architecture decisions, testing strategies, error handling patterns, concurrency, or when user asks about Go best practices.