Projects
-
prial-plugins
A plugin marketplace for Claude Code that aggregates and serves my plugins from GitHub. The registry that ties everything below together.
Claude Code Marketplace
-
todo-log
Automatically captures and logs all task activity in Claude Code. Runs silently via PostToolUse hooks, maintaining a complete audit trail of every TaskCreate and TaskUpdate. Supports JSON and SQLite storage backends.
Go · Claude Code Plugin
-
security-hooks
A PreToolUse hook that scans staged files for secrets and credentials before git commits. Matches 26 secret patterns including AWS, Google, OpenAI, GitHub tokens, and database connection strings. Fail-closed design with zero external dependencies.
Go · Claude Code Plugin
-
deep-research
Emulates Claude.ai's Deep Research feature inside Claude Code. Conducts parallel multi-agent web research and produces a structured, cited report with locally archived sources.
Claude Code Plugin
-
golang-workflow
Specialized agents, idiomatic Go patterns, and automated code quality hooks for Go development. Features TDD-first parallel agents, intelligent failure triage, and compilation pre-flight checks.
Go · Claude Code Plugin
-
go-plugin-release
Guides you through setting up cross-platform binary compilation, distribution pipelines, and GitHub Actions CI/CD for Go-based Claude Code plugins.
Go · GitHub Actions · Claude Code Plugin
-
bash-workflow
Bash development workflow with test-driven development, parallel agent orchestration, and DevOps review gates. Production-grade standards with bats-core and shellcheck integration.
Bash · Claude Code Plugin
-
version-control
Git operations and GitHub CLI workflows for repository management, issue and PR handling, and CI/CD workflow generation with OIDC and security scanning templates.
Python · Claude Code Plugin