Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By Camilool8
Curated DevOps engineering pack with four sub-domains — cicd-platform, infrastructure, kubernetes-platform, and observability-sre — wiring domain skills, read-only architect/auditor agents, propose-never-apply IaC and Kubernetes safety hooks, and a Sigstore supply-chain posture.
npx claudepluginhub camilool8/harness-engineering-templates --plugin harness-devopsCurates the alert taxonomy — adds new alerts, deletes noisy ones, tunes thresholds. Tracks alert hygiene against an error-budget burn-rate budget.
Writes and runs contract tests for IaC modules — native `*.tftest.hcl` first, Terratest only for cloud-API e2e. Verifies that breaking changes require a major version bump.
Runs Infracost against a Terraform/OpenTofu/Pulumi plan and evaluates the monthly delta against an OPA policy; verdicts PASS or CHANGES-REQUESTED. Use after a plan is produced and before apply.
Surfaces drift between IaC state and actual cloud state via `terraform plan -refresh-only` (or equivalent). READ-ONLY — never remediates.
Promotes an Argo CD application across environment boundaries by opening a PR against the GitOps repo. NEVER mutates the cluster directly.
Argo CD 3.x conventions — ApplicationSet cluster-version label format, Source Hydrator + GitOps Promoter for tamper-evident staging→prod promotion as a PR, and the gitops-promoter agent that writes only to Git. Use when configuring Argo CD applications, ApplicationSets, or GitOps promotion.
AWS conventions — 15-minute STS session ceiling, AFT-on-Control-Tower account bootstrap, EKS Pod Identity over IRSA, OIDC trust federated to STS with tight sub-claim scope, and env/blast-radius account tagging. Use when targeting AWS for IaC, CI/CD trust policies, or EKS.
Azure DevOps Pipelines conventions — Workload Identity Federation over SPN-with-secret, 40-char SHA-pinned cross-repo template refs, and the ado-agent-in-ci-guard rule forbidding write-scoped tokens in agent-invoking pipelines. Use when authoring Azure Pipelines YAML.
Azure conventions — Workload Identity Federation over legacy SPN-with-secret connections, Bicep over legacy ARM JSON, AKS Workload Identity over deprecated Pod Identity, and env/blast-radius Resource Group tagging. Use when targeting Azure for IaC, deployment templates, or AKS.
Datadog conventions — the remote-hosted MCP server (GA March 9 2026) and its toolsets, the absence of per-tenant MCP cost guardrails (rate-limit at the proxy), and scrubbing PII/API keys at the source not the agent. Use when wiring Datadog telemetry or its MCP server.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code
Curated data engineering pack with four sub-domains — analytics-engineering, data-analyst-notebook, llm-app, and ml-pipeline — wiring domain skills, read-only architect/auditor agents, warehouse read-only and sample-then-scale guards, provenance audit logging, and eval-separation discipline.
Four non-negotiable safety hooks (command-guard, secret-scan, verify-gate, audit-log) plus cross-cutting engineering modules as auto-loading skills. Every Harness domain pack depends on this.
Curated mobile engineering pack with four sub-domains — flutter-app, native-android, native-ios, and react-native-expo — wiring domain skills, read-only compliance/UX-critic agents, a simulator/emulator-in-the-loop verification skill, store-compliance gates, and an OAuth-first credential posture.
Curated web engineering pack with five sub-domains — api-service, design-system, distributed-backend, frontend-app, and fullstack-app — wiring domain skills, read-only architect/auditor agents, accessibility-first verification, and Core Web Vitals gates.
A library of opinionated Claude Code harness templates for software engineering across four curated domains — web, data, DevOps, and mobile.
The premise (per Birgitta Böckeler, Anthropic engineering, METR, and the practitioner consensus of 2025–2026):
Agent = Model + Harness. Templates that lean on the model's good judgement fail their first incident. The harness — not the agent — is the contract.
The full reasoning lives in docs/explanation/why-harness.md.
Install from inside Claude Code — add the marketplace, then install the pack for your domain:
/plugin marketplace add Camilool8/harness-engineering-templates
/plugin install harness-web@harness-engineering # or harness-data / harness-devops / harness-mobile
/harness-web:init # pick a sub-domain
Installing any domain pack pulls in harness-base automatically (the four non-negotiable safety hooks). Full walk-through: docs/tutorials/getting-started.md. Plugin catalog and the HARNESS.toml opt-in flags: docs/reference/plugins.md.
Prefer committed
.claude/artifacts in your repo (audit-heavy or regulated teams)? The bash assembler is still supported as an eject path — seedocs/reference/eject.md.
Five installable plugins — a shared harness-base plus four curated domain packs (harness-web, harness-data, harness-devops, harness-mobile):
.claude/HARNESS.toml; memory, progress-tracking, methodology, and orchestration guidance ship as auto-loading skills.permissions block; see docs/reference/recommended-permissions.md for an opt-in starting point.Every default is the 2026 practitioner consensus.
| You want to… | Read |
|---|---|
| Install a pack for the first time | docs/tutorials/getting-started.md |
Browse the plugin catalog + HARNESS.toml flags | docs/reference/plugins.md |
| Pick a domain pack and sub-domain | docs/how-to/pick-a-recipe.md |
| Use the bash assembler (eject path) | docs/reference/eject.md |
| Understand the design | docs/explanation/why-harness.md |
| Contribute a module, addon, or sub-domain | docs/how-to/ and CONTRIBUTING.md |
The full documentation index, organised by Diátaxis quadrant: docs/README.md.
Three deep-reference essays (the why behind the design):
docs/HARNESS_ENGINEERING.md — foundations, the Claude Code primitive reference, per-domain templates, cross-cutting concerns, universal anti-patterns.docs/METHODOLOGIES.md — SDD, TDD, BDD, ATDD, DDD, Agile, Waterfall, Lean, DevOps/SRE, Eval-Driven Development — each adapted to AI harnesses.docs/AGENT_ROLES.md — single-agent baseline, multi-agent topologies, the canonical role catalog, sub-agent design principles.docs/ user-facing documentation (start here)
tutorials/ learning-oriented walk-throughs
how-to/ problem-oriented recipes
reference/ schemas, CLI, catalogs, glossary
explanation/ understanding-oriented design notes
HARNESS_ENGINEERING.md deep reference
METHODOLOGIES.md deep reference
AGENT_ROLES.md deep reference