Community plugins for Claude Code by iwritec0de
npx claudepluginhub iwritec0de/claude-plugin-marketplaceDependency guardian — intercepts package installs to enforce latest versions and block vulnerable packages. Supports npm, pip, and composer. Hard-blocks when offline or scans unavailable.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Browser automation for AI agents
Agent skills for building and maintaining promptfoo evaluations
Claude Code plugin marketplace registry.
Add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"iwritec0de-plugins": {
"source": { "source": "github", "repo": "iwritec0de/claude-plugin-marketplace" }
}
},
"enabledPlugins": {
"dep-guard@iwritec0de-plugins": true
}
}
| Plugin | Description |
|---|---|
| dep-guard | Dependency security — intercepts package install commands to enforce latest versions and block vulnerable packages before they reach your project. Supports npm, yarn, pnpm, bun, pip, and composer. |
MIT