configure-plugin

configure-plugin is a plugin for Claude Code from laurigates/claude-plugins. Its manifest loads nothing; the 48 skills it bundles cost 1,859 tokens per session together, scanned A, original, MIT.

A project setup add-on that configures common development standards for pre-commit checks, CI/CD, Docker, testing, linting, formatting, and security.

In plain words
What is it for?
Use it when onboarding a repository or setting up its code checks, container configuration, automated tests, and deployment workflows.
Why use it?
It gives a project a consistent baseline of development and delivery rules instead of requiring each tool to be configured separately.

Plugin for Claude Code

Install

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.

Claude Code
/plugin marketplace add laurigates/claude-plugins
agentmods
npx agentmods add plugins/laurigates/claude-plugins/configure-plugin
Clone the repo
git clone --depth 1 https://github.com/laurigates/claude-plugins

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for configure-plugin

README.md
[![agentmods](https://agentmods.dev/badge/plugins/laurigates/claude-plugins/configure-plugin.svg)](https://agentmods.dev/plugins/laurigates/claude-plugins/configure-plugin)
Your own site
<a href="https://agentmods.dev/plugins/laurigates/claude-plugins/configure-plugin"><img src="https://agentmods.dev/badge/plugins/laurigates/claude-plugins/configure-plugin.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 48 skills cost 1,859 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

configure-plugin 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 today.

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.

configure-plugin/.claude-plugin/plugin.json · 54 lines

What it actually says

{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "configure-plugin",
  "version": "1.34.4",
  "description": "Project infrastructure standards - comprehensive project configuration for pre-commit, CI/CD, Docker, testing, linting, formatting, and more",
  "author": {
    "name": "Lauri Gates"
  },
  "repository": "https://github.com/laurigates/claude-plugins",
  "license": "MIT",
  "hooks": {
    "SessionStart": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/configure-drift-probe.sh",
            "timeout": 3000
          }
        ]
      }
    ]
  },
  "keywords": [
    "infrastructure",
    "standards",
    "configuration",
    "pre-commit",
    "ci-cd",
    "docker",
    "testing",
    "linting",
    "formatting",
    "security",
    "permissions",
    "wildcards",
    "config-sync",
    "claude-plugins",
    "marketplace",
    "web-session",
    "session-start",
    "remote",
    "onboarding",
    "repo-setup",
    "worktree",
    "worktreeinclude",
    "stack-aware",
    "driver",
    "docs-drift",
    "surface"
  ]
}
Contents

What it installs

The manifest is a name and a version. 48 skills travel with it, and installing the plugin installs all of them — 1,859 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Changes

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.

  1. today First seen · 54 lines scan A 195b4a8e9a06

Subscribe to this mod's changes

configure-plugin is a plugin published in the GitHub repository laurigates/claude-plugins (57 stars, last pushed yesterday), licensed MIT. 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-09-03.

Related

Other plugins, from other repositories

deploy-pilot

Deployment automation with Dockerfile generation, CI/CD pipelines, and infrastructure as code.

rohitg00/awesome-claude-code-toolkit · not measured

devops-automation

DevOps practices, CI/CD pipelines, containerization, Kubernetes orchestration, and infrastructure as code with Terraform.

spjoshis/claude-code-plugins · not measured

deployment-engineer

Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: Context: User is setting up a new project and needs deployment automation.

xbim08/awesome-claude-code-plugins · not measured

ci-incident-medic

Triages failing GitHub Actions runs, hardens Dockerfiles, pre-flights Kubernetes manifests before they reach the cluster, and drafts blameless postmortems from incident evidence.

sigistry/marketplace · not measured

cicd

GitHub Actions / Docker / GHCR pipeline troubleshooting and config, auto-routed by stack (Node/Prisma, Django/gunicorn, Vite). Self-hosted runner runbook — what breaks when you move a billed job onto one, which runner to trust for production — deploy-time proof (rollback with re-smoke, backup gates that check the…

j0ruge/skills_commands_manager · not measured

chainguard-codegen

Generate secure Dockerfiles and apko configurations, and migrate existing Dockerfiles to use Chainguard Containers.

chainguard-demo/claude-plugins · not measured