Git workflow tools: commits, PRs, review inbox, checkout, and work triage
npx claudepluginhub technicalpickles/pickled-claude-plugins --plugin gitCheck out a PR or branch into an isolated worktree
Commit changes with best practices for staging, messages, and hooks
Check what PRs are waiting for your review
Create, update, or comment on GitHub pull requests
Review git state across worktrees, stashes, and branches
Update your branch with upstream changes - fetches, merges, and resolves conflicts
Use when checking out a PR, branch, or ref for local work - sets up worktree with context
Use when committing changes to git - provides best practices for staging, commit messages, signing, and handling hook failures
Use when checking what PRs are waiting for your review, or when starting your day to see what needs attention
Use when creating, updating, or commenting on GitHub pull requests - focuses on material impact, safety, and human reviewability
Use when reviewing git state across worktrees, stashes, and branches - helps decide what to clean up, resume, or address
Use when updating your branch with upstream changes - fetches, merges, and intelligently resolves conflicts
Personal plugin marketplace for Claude Code with curated skills, commands, and hooks organized by domain.
pickled-claude-plugins/
├── .claude-plugin/
│ ├── plugin.json # Root marketplace metadata
│ └── marketplace.json # Plugin registry
├── plugins/
│ ├── working-in-monorepos/ # Monorepo navigation and tooling
│ ├── git/ # Git workflow tools
│ ├── ci-cd-tools/ # CI/CD pipeline tools
│ ├── dev-tools/ # Developer productivity utilities
│ ├── second-brain/ # Obsidian vault integration
│ └── tool-routing/ # Tool call interception and routing
└── docs/
/plugin marketplace add technicalpickles/pickled-claude-plugins
/plugin install <plugin-name>@pickled-claude-plugins
For example:
/plugin install git@pickled-claude-plugins
/plugin install dev-tools@pickled-claude-plugins
See individual plugin READMEs for details on what each plugin provides.
Navigate and execute commands in monorepo subprojects with proper directory handling.
Features:
/monorepo-init command for manual configurationSkills: working-in-monorepos
Git workflow tools: commits, PRs, review inbox, checkout, and work triage.
Skills: commit, pull-request, inbox, checkout, triage
CI/CD pipeline tools and integrations.
Skills: buildkite-status
Tools for debugging and troubleshooting applications.
Skills: scope, mcpproxy-debug
Developer productivity tools and utilities.
Skills: working-in-scratch-areas
Knowledge management for Obsidian vaults. Capture insights from conversations, process voice transcriptions, and connect repos to your vault.
Commands: setup, insight, distill-conversation, process-daily, link-project
Skills: obsidian (with PARA, Zettelkasten, note-patterns references)
See second-brain/README.md for full documentation.
Intercepts tool calls and suggests better alternatives.
Commands: validate
See tool-routing/README.md for full documentation.
Skills are available in Claude Code via the Skill tool:
Use the technicalpickles:working-in-monorepos skill
Or reference them in custom skills:
@technicalpickles:buildkite-status for checking CI status
Slash commands are available directly:
/monorepo-init
Hooks run automatically on configured events (like SessionStart for monorepo detection).
To modify plugins:
plugins/ within this repository/plugin uninstall <plugin>@pickled-claude-plugins
/plugin install <plugin>@pickled-claude-plugins
Each plugin follows this layout:
plugins/{plugin-name}/
├── .claude-plugin/
│ └── plugin.json
├── skills/
│ └── {skill-name}/
│ ├── SKILL.md
│ ├── scripts/
│ ├── references/
│ └── examples/
├── commands/ # Optional
│ └── {command}.md
└── hooks/ # Optional
├── hooks.json
└── scripts/
MIT License - see LICENSE for details.
Josh Nichols (@technicalpickles)
Core 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.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)