By pedropaulovc
Personal productivity plugins: PR comments handler, worktree reset, and GitHub issue creator
Fetch active (unresolved) PR comments from GitHub and format them for LLM consumption. Use when user wants to review, respond to, or address PR feedback.
Create a new GitHub issue in the current repository. Transforms terse bug reports or feature requests into well-structured, actionable GitHub issues.
Reset current worktree to origin/main. Cleans stale branches, resets to main, and runs npm install on all worktrees.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
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.
Personal plugin marketplace for Claude Code agents.
Add this marketplace to your Claude Code configuration:
/plugin marketplace add pedropaulovc/agents-plugins
/plugin add pedropaulovc@agents-plugins
Personal productivity plugins for daily development workflows.
Commands:
/comments - Fetch PR comments for LLM consumption/m - Reset worktree to origin/mainSkills:
issue/ - Create well-structured GitHub issuesFork of Superpowers - A complete software development workflow for your coding agents, built on top of a set of composable "skills" and some initial instructions that make sure your agent uses them.
MIT
npx claudepluginhub p/pedropaulovc-personal-plugins-personalStop hook that detects when Claude dismisses issues as unrelated or pre-existing and asks for evidence on each dismissal
Stop hook that detects hedging language suggesting shortcuts or deferred work and prompts Claude to surface assumptions
Skill that transforms terse bug reports into well-structured GitHub issues via gh CLI
Blocks the WebFetch tool and redirects to Firecrawl + Browserbase MCP tools
PreToolUse hook that auto-fixes Windows+bash path pitfalls (backslash paths, /dev/stdin) before execution
This is a getty104's base tool set
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
GitHub workflow: issues, PRs, worktrees, sub-issues
GitHub issue triage, creation, and management
GitHub issue management from Claude Code: create, list, view, update, and close issues (/github:issue-create, issue-list, issue-view, issue-update, issue-close).
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques