Skip to content

vladolaru/claude-code-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,041 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vladolaru/claude-code-plugins

My personal Claude Code plugins — open source tools I've built for development workflows, code review, knowledge capture, and prompt optimization.

Each plugin started as something I needed for my own work. They're opinionated, actively maintained, and battle-tested on real projects.

Quick Start

# Add the marketplace
/plugin marketplace add vladolaru/claude-code-plugins

# Install what you need
/plugin install pirategoat-tools@vladolaru-claude-code-plugins
/plugin install dex@vladolaru-claude-code-plugins
/plugin install prompt-engineer@vladolaru-claude-code-plugins
/plugin install image-optimizer@vladolaru-claude-code-plugins
/plugin install yoloing-safe@vladolaru-claude-code-plugins
/plugin install caffeinate-claude@vladolaru-claude-code-plugins

# Restart Claude Code to activate

Plugins

Plugin What it does
pirategoat-tools Development tools — 32 agents (27 domain reviewers + pipeline/cross-validation/utility), 21 skills, rich feedback loops
dex Knowledge capture — frictionless capture of learnings, patterns, and decisions from conversations into agent-first docs
prompt-engineer Prompt optimization — evidence-grounded pattern attribution with human-in-the-loop approval gates
image-optimizer Image optimization — lossless compression for PNG, JPEG, GIF, SVG with review-before-apply workflow
yoloing-safe YOLO mode safety net — PreToolUse guardrails that block destructive commands, ask about risky ones, and nudge toward safer alternatives
caffeinate-claude Mac sleep prevention — keeps your Mac awake during Claude Code sessions, multi-tab aware

pirategoat-tools

The main plugin. 32 agents — 27 domain reviewers running in parallel, 2 pipeline agents (reconciliation + decision critic), 2 cross-validators (Gemini + Codex), 1 utility (technical writer). Plus 21 skills covering testing patterns (190KB reference library), software architecture (87KB pattern library), WordPress/WooCommerce development, Figma-to-code workflows, and browser automation.

Full documentation → | Changelog

dex

Frictionless knowledge capture based on compound engineering — each unit of work should make the next one easier, not harder. Fire /dex after any engineering work, confirm with a single selection, done. Knowledge lives as agent-first documents in .claude/docs/ with optional promotion to CLAUDE.md.

Full documentation → | Changelog

prompt-engineer

Systematic prompt optimization through a 5-phase workflow with human approval gates between phases. Every technique recommendation is evidence-grounded — quoted trigger conditions from a comprehensive research-backed reference library (50+ techniques).

Full documentation → | Changelog

image-optimizer

Lossless image compression using ImageOptim and svgo. Shows you the before/after size savings, asks for confirmation, then applies. One command: /optimize-images path/to/images.

Full documentation → | Changelog

yoloing-safe

YOLO mode safety net. A PreToolUse hook that evaluates every tool call against safety rules — blocks the irreversible stuff (rm -rf, npm publish, credential access), asks about the risky-but-maybe-intentional stuff (force push, brew install, terraform destroy), and lets everything else fly. Configurable credential patterns and zero-access paths. Zero dependencies, zero config needed.

Full documentation → | Changelog

caffeinate-claude

Keeps your Mac awake during Claude Code sessions using macOS caffeinate. Supports multiple tabs, handles crashes gracefully with a 1-hour safety timeout, and cleans up automatically when all sessions end. Zero config needed.

Full documentation → | Changelog

Repository Structure

vladolaru-claude-code-plugins/
├── .claude-plugin/
│   └── marketplace.json          # Plugin registry
├── plugins/
│   ├── pirategoat-tools/         # 32 agents, 21 skills, 7 commands
│   ├── dex/                      # 7 commands, 1 skill, tests
│   ├── prompt-engineer/          # 1 command, 1 skill, reference library
│   ├── image-optimizer/          # 1 command, optimization scripts
│   ├── yoloing-safe/            # PreToolUse safety hook, tests
│   └── caffeinate-claude/       # macOS sleep prevention hooks
├── CLAUDE.md
├── LICENSE
└── README.md

Design Patterns

Reusable patterns for building new skills and commands are documented in docs/patterns/.

  • Step-by-step prompt injection — Enforce analytical discipline across multi-phase workflows by driving each step from a Python CLI script. Claude calls the script once per step; the script injects that step's instructions and nothing else. Includes script template, skill file structure, testing checklist, and reference implementations from decision-critic.
  • Curated-context pipeline — Multi-mode LLM pipelines where a script acts as context curator — reads all state, presents pre-digested briefings, controls flow via condition-driven step routing, and manages split file-based state. Covers pipeline identity anchoring, artifact discipline, and conversational output.

External Tool References

Integration guides for spawning external CLIs as subprocesses, documented in docs/.

  • Codex CLI reference — Integrating with the OpenAI Codex CLI: prompting contracts, structured output, headless review invocation, sandbox behavior, and Structured Outputs schema constraints.
  • Claude Code CLI reference — Spawning Claude Code CLI as a subprocess: nesting guard status, isolation flags, structured output via --json-schema, settings hierarchy, and Python integration pattern.

Development

git clone https://github.com/vladolaru/claude-code-plugins.git
cd claude-code-plugins

# Add as local marketplace for testing
/plugin marketplace add /path/to/claude-code-plugins

# Install from local
/plugin install pirategoat-tools@vladolaru-claude-code-plugins

Credits

  • solatis/claude-config — prompt-engineer skill and reference documents
  • zl190/md-slides — creating-md-slides and marp-slide-quality skills
  • Jim Humelsine's blog — testing-patterns (190KB) and software-architecture (87KB) reference libraries, synthesized from his excellent architecture and testing series
  • Every, Inc. — compound engineering methodology that inspired dex

Resources

License

MIT — see LICENSE.

About

My Claude Code plugins featuring specialized agents, commands, and development skills.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors