Prevents committing secrets or sensitive data by blocking git commits that fail a policy check in a Python guard script
AI writes the code. You design the system.
Battle-tested Claude Code plugins, curated from daily use.
Installation • Plugins • Philosophy
Most plugins in the wild are vibe-coded in an afternoon and never touched again.
These are different.
Every command in this marketplace comes from real, daily usage — refined over months, not as experiments, but as core tools in an actual development workflow.
1. Add the marketplace
/plugin marketplace add agentic-dev3o/devx-plugins
2. Browse and install plugins
/plugin
| Plugin | What it does | Install |
|---|---|---|
| devx-git | Conventional commits & PR creation (skills: /commit, /pr) | /plugin install devx-git@devx-plugins |
| devx-qa | Architecture analysis with ASCII diagrams & skill improvement | /plugin install devx-qa@devx-plugins |
| secrets-guard | Blocks Claude from accessing sensitive files (70+ patterns) | /plugin install secrets-guard@devx-plugins |
| landing-page | Structured copywriting & Astro 5 landing page generation | /plugin install landing-page@devx-plugins |
| nano-banana-ultimate | Image generation via Gemini with 8 domain-specialized skills | /plugin install nano-banana-ultimate@devx-plugins |
Battle-tested — Every command exists because it solved a real problem, repeatedly.
Opinionated — Conventional commits. Proper PR descriptions. ASCII diagrams. Decisions are made so you don't waste time configuring.
Honest — If something doesn't work well, it gets fixed or removed.
Minimal — No dependencies. No build steps. Just markdown that Claude understands.
Built by Pierre Tomasina — building tools for AI-native development.
Dev3o — Teaching developers the 10% that AI can't figure out.
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.
npx claudepluginhub agentic-dev3o/devx-plugins --plugin secrets-guardQuality assurances toolkit to analyse deeply your codebase, review the code and basic security check
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Create high-converting landing pages with structured copywriting and opinionated HTML/CSS generation
Generate and edit images via Google Gemini with domain-specialized prompt building for ads, web, YouTube, illustration, logos, people, and objects
Blocks secrets and PII before they reach the Anthropic API
Protect secrets and credentials from Claude Code. Blocks writes to .env files, detects API keys in shell commands, prevents hardcoded tokens, and guards service account JSON files.
Security guardrails - credential protection, destructive command blocking, write scope enforcement, supply chain control, browser restrictions
Prevents sensitive data (secrets, PII) from reaching AI servers by scanning files before they are read into conversation
Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns
A secure runtime for Claude Code. Intercepts every tool call with policy-based allow/block/ask decisions, evasion detection, path fencing, file snapshots, and audit logging.