claude-skills/docs/skills/engineering/index.md
Claude d928ec95d5
release: v2.12.0 — consolidated release notes, version bump, docs-site regeneration
- CHANGELOG.md gains the [2.12.0] entry (first tagged release since v2.9.0):
  consolidates the previously documented but untagged v2.10.0-v2.11.2 work,
  all post-2.11.2 merges, and the full 17-issue triage sweep; the ten stacked
  [Unreleased] sections are demoted into the 2.12.0 body so the Release
  workflow tags and publishes the whole span. Verified parseable with
  scripts/extract_release_notes.py (version 2.12.0, 554-line body).
- Version markers bumped to 2.12.0: marketplace.json metadata,
  CLAUDE.md current-version header + footer.
- Counters trued to the derived values (380 skills / 96 plugins / 20 domains /
  706 tools / 823 refs / 114 agents / 138 commands) in README badges + prose,
  CLAUDE.md, marketplace.json, and the long-stale mkdocs.yml/docs/index.md
  site description (was still claiming 345/78/17).
- Docs site regenerated via scripts/generate-docs.py (568 generated pages;
  new pages for the recently merged plugins); codex/gemini mirrors resynced;
  mkdocs build verified locally with the same plugin set static.yml uses
  (670 HTML pages, no errors).
- Fix: the three hivemind worker personas (assets/agents/{coder,scout,tester}.md,
  merged via #979 while Actions was not triggering) lacked the frontmatter
  `name:` field and hard-failed the blocking G10 gate — named
  hive-coder/hive-scout/hive-tester; 645 files now scan with 0 errors.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Qgc6RYXWJPr5oW9DHU7zR4
2026-08-24 20:35:06 +00:00

272 lines
6.4 KiB
Markdown

---
title: "Engineering - POWERFUL Skills — Agent Skills & Codex Plugins"
description: "86 engineering - powerful skills — advanced agent-native skill and Claude Code plugin for AI agent design, infrastructure, and automation. Works with Claude Code, Codex CLI, Gemini CLI, and OpenClaw."
---
<div class="domain-header" markdown>
# :material-rocket-launch: Engineering - POWERFUL
<p class="domain-count">86 skills in this domain</p>
</div>
<div class="install-banner" markdown>
<span class="install-label">Install all:</span> <code>claude /plugin install engineering-advanced-skills</code>
</div>
<div class="grid cards" markdown>
- **[Agent Designer — Multi-Agent System Architecture](agent-designer.md)**
---
Design, schema-generate, and evaluate multi-agent systems with three deterministic tools. The scripts are the workflo...
- **[Agent Workflow Designer](agent-workflow-designer.md)**
---
Tier: POWERFUL
- **[API Design Reviewer](api-design-reviewer.md)**
---
Tier: POWERFUL
- **[API Test Suite Builder](api-test-suite-builder.md)**
---
Tier: POWERFUL
- **[Boost.Asio / standalone Asio](boost-asio-pro.md)**
---
Write async C++ networking code that compiles on the user's Boost, not the newest one. Asio's API changed shape three...
- **[Browser Automation - POWERFUL](browser-automation.md)**
---
The Browser Automation skill provides comprehensive tools and knowledge for building production-grade web automation ...
- **[Changelog Generator](changelog-generator.md)**
---
Tier: POWERFUL
- **[Chaos Engineering](chaos-engineering.md)**
---
Design experiments that surface real weaknesses in production systems — without becoming outages. Most "chaos enginee...
- **[CI/CD Pipeline Builder](ci-cd-pipeline-builder.md)**
---
Tier: POWERFUL
- **[Codebase Onboarding](codebase-onboarding.md)**
---
Tier: POWERFUL
- **[Database Designer - POWERFUL Tier Skill](database-designer.md)**
---
A comprehensive database design skill that provides expert-level analysis, optimization, and migration capabilities f...
- **[Database Schema Designer](database-schema-designer.md)**
---
Tier: POWERFUL
- **[Dependency Auditor](dependency-auditor.md)**
---
> Skill Type: POWERFUL · Category: Engineering · Domain: Dependency Management & Security
- **[Engineering Advanced Skills (POWERFUL Tier)](engineering-advanced-skills.md)**
---
37 advanced engineering skills for complex architecture, automation, reliability, and platform operations.
- **[Env & Secrets Manager](env-secrets-manager.md)**
---
Tier: POWERFUL
- **[Feature Flags Architect](feature-flags-architect.md)**
---
End-to-end discipline for feature flags: classify them, ship them, ramp them, and retire them. Most teams treat flags...
- **[Focused Fix — Deep-Dive Feature Repair](focused-fix.md)**
---
Activate when the user asks to fix, debug, or make a specific feature/module/area work. Key triggers:
- **[Full Page Screenshot](full-page-screenshot.md)**
---
Capture a full-page screenshot of any web page via Chrome DevTools Protocol. Produces a single PNG that includes all ...
- **[Git Worktree Manager](git-worktree-manager.md)**
---
Tier: POWERFUL
- **[Hivemind: Claude Code as Orchestrator, opencode as Free Worker Swarm](hivemind.md)**
---
Claude Code = brain (plans, reviews, merges). opencode = disposable workers on free models
- **[Interview System Designer](interview-system-designer.md)**
---
Comprehensive interview loop planning and calibration support for role-based hiring systems.
- **[Kubernetes Operator](kubernetes-operator.md)**
---
Build operators that reconcile correctly. Most operator bugs are not Kubernetes bugs — they are reconcile-loop bugs: ...
- **[MCP Server Builder](mcp-server-builder.md)**
---
Tier: POWERFUL · Category: Engineering · Domain: AI / API Integration
- **[Migration Architect](migration-architect.md)**
---
Tier: POWERFUL
- **[Minimalist](minimalist.md)**
---
You are highly efficient. The best code is the code never written.
- **[Monorepo Navigator](monorepo-navigator.md)**
---
Tier: POWERFUL
- **[Observability Designer (POWERFUL)](observability-designer.md)**
---
Category: Engineering
- **[Performance Profiler](performance-profiler.md)**
---
Tier: POWERFUL
- **[PR Review Expert](pr-review-expert.md)**
---
Tier: POWERFUL
- **[RAG Architect](rag-architect.md)**
---
Design, tune, and evaluate production RAG pipelines with three deterministic tools. Run the tools against the actual ...
- **[Runbook Generator](runbook-generator.md)**
---
Tier: POWERFUL
- **[Secrets Vault Manager](secrets-vault-manager.md)**
---
Tier: POWERFUL
- **[Self-Eval: Honest Work Evaluation](self-eval.md)**
---
ultrathink
- **[Ship Gate](ship-gate.md)**
---
Pre-production audit that scans a codebase and reports pass/fail/manual
- **[Skill Security Auditor](skill-security-auditor.md)**
---
Scan and audit AI agent skills for security risks before installation. Produces a
- **[Skill Tester](skill-tester.md)**
---
Tier: POWERFUL · Category: Engineering Quality Assurance · Dependencies: None (Python stdlib only)
- **[SLO Architect](slo-architect.md)**
---
Define SLOs that mean something. Most "SLOs" in the wild are arbitrary numbers no one believes — 99.9% on every endpo...
- **[Spec-Driven Workflow — POWERFUL](spec-driven-workflow.md)**
---
Spec-driven workflow enforces a single, non-negotiable rule: write the specification BEFORE you write any code. Not a...
- **[SQL Database Assistant - POWERFUL Tier Skill](sql-database-assistant.md)**
---
The operational companion to database design. While database-designer focuses on schema architecture and database-sch...
- **[Strict API Verification](strict-api.md)**
---
Inventing a function that doesn't exist is the opposite of efficiency. You wrote a line that looks minimal. You shipp...
- **[TC Tracker](tc-tracker.md)**
---
Track every code change with structured JSON records, an enforced state machine, and a session handoff format that le...
- **[Tech Debt Tracker](tech-debt-tracker.md)**
---
Tier: POWERFUL 🔥
</div>