Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add antonbabenko/agent-pluginsnpx agentmods add plugins/antonbabenko/agent-plugins/marketplacegit clone --depth 1 https://github.com/antonbabenko/agent-pluginsGrade A, and why
antonbabenko scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"name": "antonbabenko",
"owner": {
"name": "Anton Babenko"
},
"version": "1.0.0",
"metadata": {
"description": "Anton Babenko's collection of agent skills and plugins for AI coding agents (Claude Code, Cursor, Copilot, Gemini CLI, OpenCode, Codex). Each plugin is independently versioned and released.",
"repository": "https://github.com/antonbabenko/agent-plugins",
"license": "Apache-2.0"
},
"plugins": [
{
"name": "terraform-skill",
"source": {
"source": "github",
"repo": "antonbabenko/terraform-skill",
"ref": "v1.17.1"
},
"description": "Use when writing, reviewing, or debugging Terraform/OpenTofu modules, tests, CI, scans, or state ops - diagnoses failure mode (identity churn, secrets, blast radius, CI drift, state corruption) with version-aware guards.",
"category": "development",
"keywords": [
"terraform",
"opentofu",
"iac",
"infrastructure-as-code",
"state-management",
"testing",
"ci-cd",
"security-scanning",
"modules",
"lsp",
"terraform-ls"
],
"version": "1.17.1"
},
{
"name": "code-intelligence",
"source": "./plugins/code-intelligence",
"description": "Use when navigating or refactoring code with a language server - choosing between semantic (LSP), exact-text (rg), and fuzzy/semantic search; anchoring LSP calls by position; gating degraded results; and disclosing tool substitutions, in any language.",
"category": "development",
"keywords": [
"lsp",
"code-intelligence",
"code-navigation",
"language-server",
"refactoring",
"search-precedence",
"tool-disclosure"
],
"version": "0.5.0"
},
{
"name": "deliberation",
"source": {
"source": "github",
"repo": "antonbabenko/deliberation",
"ref": "v3.14.2"
},
"description"What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 83 lines scan A 21f144fb9ba6
antonbabenko is a plugin published in the GitHub repository antonbabenko/agent-plugins (40 stars, last pushed 4d ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other plugins, from other repositories
DSkills
Plugin marketplace listing 13 plugins: grok-search, sequential-think, exa, time, serena.
agent-skills
Plugin marketplace listing 1 plugin: agent-skills.
agent-skills
Battle-tested engineering judgment for code, refactors, tests, and frontend UI with ultra-terse output style during code work.
vapi-skills
Plugin marketplace listing 1 plugin: vapi-voice-ai.
google-plugins
Plugin marketplace listing 17 plugins: alloydb, alloydb-omni, bigtable, cloud-sql-mysql, cloud-sql-postgresql.
cc-commands
CC command and agent compat fixture.