By Ghosteken
Production-grade engineering skills and agents for AI coding assistants, covering the full software development lifecycle from spec to ship.
Implement tasks incrementally — build, test, verify, commit. Add "auto" to run the whole plan in one approved pass.
Simplify code for clarity and maintainability — reduce complexity without changing behavior
Break work into small verifiable tasks with acceptance criteria and dependency ordering
Conduct a five-axis code review — correctness, readability, architecture, security, performance
Run the pre-launch checklist via parallel fan-out to specialist personas, then synthesize a go/no-go decision
Senior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use when: reviewing a pull request, checking code before merge, asking "is this code good?", "review my changes", "what's wrong with this?", "check my implementation", "give me feedback on", or any request to evaluate existing code quality.
Security engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use when: asking about security, "is this secure?", "audit my code", "check for vulnerabilities", "harden this", implementing auth, handling passwords or tokens, storing secrets, dealing with user input, OWASP concerns, SQL injection, XSS, or any feature that touches authentication, authorization, encryption, or sensitive data.
QA engineer specialized in test strategy, test writing, and coverage analysis. Use when: writing tests, "test this", "add tests for", "I need test coverage", "prove this bug", "what should I test?", "my tests are failing", checking test quality, designing a test suite, or any request involving unit tests, integration tests, E2E tests, or coverage gaps.
Web performance engineer focused on Core Web Vitals, loading, rendering, and network optimization. Use when: "my site is slow", "improve performance", "audit performance", "LCP is failing", "CLS issues", "INP too high", "optimize loading", "bundle is too large", "lighthouse score", or any request about page speed, Core Web Vitals, rendering bottlenecks, or web performance metrics.
Senior API Engineer specialising in REST and GraphQL design, OpenAPI spec-first development, auth, versioning, and error contracts. Use when: building an API, "design an endpoint", "I need a REST API", "add a GraphQL mutation", "review my API", "API contract", "versioning strategy", "rate limiting", "authentication endpoint", "JWT", "OAuth", "pagination", "error handling in API", or any feature involving HTTP endpoints, API design, or service contracts.
You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance.
You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti
Expert skill for converting any codebase (React/HTML/Next.js) into a pixel-perfect, SEO-optimized, and dynamic WordPress theme.
Apply Fable-inspired discipline to Codex work: inspect first, track goals and findings, ground conclusions in evidence, verify before completion, and adapt Claude/Fable prompt guidance without identity or provider claims.
Professional code review with auto CHANGELOG generation, integrated with Codex AI. Use when you want professional code review before commits, you need automatic CHANGELOG generation, or reviewing large-scale refactoring.
Matches all tools
Hooks run on every tool call, not just specific ones
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Production-grade engineering skills for AI coding agents.
Skills encode the workflows, quality gates, and best practices that senior engineers use when building software. These ones are packaged so AI agents follow them consistently across every phase of development.
DEFINE PLAN BUILD VERIFY REVIEW SHIP
┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐
│ Idea │ ───▶ │ Spec │ ───▶ │ Code │ ───▶ │ Test │ ───▶ │ QA │ ───▶ │ Go │
│Refine│ │ PRD │ │ Impl │ │Debug │ │ Gate │ │ Live │
└──────┘ └──────┘ └──────┘ └──────┘ └──────┘ └──────┘
/spec /plan /build /test /review /ship
7 slash commands that map to the development lifecycle. Each one activates the right skills automatically.
| What you're doing | Command | Key principle |
|---|---|---|
| Define what to build | /spec | Spec before code |
| Plan how to build it | /plan | Small, atomic tasks |
| Build incrementally | /build | One slice at a time |
| Prove it works | /test | Tests are proof |
| Review before merge | /review | Improve code health |
| Simplify the code | /code-simplify | Clarity over cleverness |
| Ship to production | /ship | Faster is safer |
Want fewer manual steps once the spec exists? /build auto generates the plan and implements every task in a single approved pass — you approve the plan once, then it runs autonomously. It removes the human stepping between tasks, not the verification: every task is still test-driven and committed individually, and it pauses on failures or risky steps.
Skills also activate automatically based on what you're doing — designing an API triggers api-and-interface-design, building UI triggers frontend-ui-engineering, and so on.
Marketplace install:
/plugin marketplace add https://github.com/Ghosteken/agent-harness.git
/plugin install agent-harness
Direct CLI install:
claude plugin install https://github.com/Ghosteken/agent-harness.git --scope user
Authentication issues? If you encounter Git or SSH errors, using the full HTTPS URL as shown above is the most robust method. It bypasses SSH configuration and uses standard HTTPS cloning.
Local / development:
git clone https://github.com/Ghosteken/agent-harness.git
claude --plugin-dir /path/to/agent-harness
Script installer (local clone → global install):
bash scripts/install.sh --global # macOS / Linux / Git Bash
.\scripts\install.ps1 -Global # Windows PowerShell
Claude desktop upload (.plugin file):
Use agent-harness.plugin at the repo root. To rebuild it after making changes:
bash scripts/build-plugin.sh # macOS / Linux / Git Bash
.\scripts\build-plugin.ps1 # Windows PowerShell
.\scripts\build-plugin.ps1 -Out "C:\Desktop\agent-harness.plugin" # custom output path
Then in Claude desktop: Settings → Extensions → Upload local plugin → select the .plugin file.
Copy any SKILL.md into .cursor/rules/, or reference the full skills/ directory. See docs/cursor-setup.md.
Install as a native plugin for skills, subagents, and slash commands. See docs/antigravity-setup.md.
Install from the repo:
agy plugin install https://github.com/Ghosteken/agent-harness.git
Install from a local clone:
git clone https://github.com/Ghosteken/agent-harness.git
agy plugin install ./agent-harness
Install as native skills for auto-discovery, or add to GEMINI.md for persistent context. See docs/gemini-cli-setup.md.
Install from the repo:
gemini skills install https://github.com/Ghosteken/agent-harness.git --path skills
Install from a local clone:
gemini skills install ./agent-harness/skills/
Add skill contents to your Windsurf rules configuration. See docs/windsurf-setup.md.
Uses agent-driven skill execution via AGENTS.md and the skill tool.
Use agent definitions from agents/ as Copilot personas and skill content in .github/copilot-instructions.md. See docs/copilot-setup.md.
npx claudepluginhub ghosteken/agent-harness --plugin agent-harnessProduction-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex and antigravity CLIs when installed) to get diverse perspectives on coding problems
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.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.