Agent Plugins Marketplace
All plugins

agent-harness-kit

v1.0.0

Company-wide engineering harness: core standards, risk-based workflows, project packs, and verified skills.

CodexClaude Code39 Skills

By KidoLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
39 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install agent-harness-kit for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agent-harness-kit@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/khanhduong22/agent-harness-kit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

agent-harness-kit/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/api-and-interface-design/SKILL.md
├── skills/arena-round-table/SKILL.md
├── skills/browser-testing-with-devtools/SKILL.md
├── skills/ci-cd-and-automation/SKILL.md
├── skills/code-review-and-quality/SKILL.md
├── skills/code-simplification/SKILL.md
├── skills/context-engineering/SKILL.md
├── skills/debugging-and-error-recovery/SKILL.md
├── skills/deprecation-and-migration/SKILL.md
├── skills/documentation-and-adrs/SKILL.md
├── skills/doubt-driven-development/SKILL.md
├── skills/fix-sonarqube/SKILL.md
├── skills/frontend-ui-engineering/SKILL.md
├── skills/git-workflow-and-versioning/SKILL.md
├── skills/github-automation/SKILL.md
├── skills/idea-refine/SKILL.md
├── skills/incremental-implementation/SKILL.md
├── skills/interview-me/SKILL.md
├── skills/mermaid/SKILL.md
├── skills/nestjs-swagger-standards/SKILL.md
├── skills/next-best-practices/SKILL.md
├── skills/observability-and-instrumentation/SKILL.md
├── skills/parallel-worktree-isolation/SKILL.md
├── skills/performance-optimization/SKILL.md
├── skills/planning-and-task-breakdown/SKILL.md
├── skills/playwright-e2e-testing/SKILL.md
├── skills/pre-ship-checklist/SKILL.md
├── skills/query-performance-benchmark/SKILL.md
├── skills/security-and-hardening/SKILL.md
├── skills/shipping-and-launch/SKILL.md
├── skills/source-driven-development/SKILL.md
├── skills/spec-driven-development/SKILL.md
├── skills/subagent-worktree-orchestrator/SKILL.md
├── skills/test-driven-development/SKILL.md
├── skills/use-base-repository/SKILL.md
├── skills/use-dto-mappers/SKILL.md
├── skills/use-shared-dtos/SKILL.md
├── skills/use-slugify/SKILL.md
└── skills/using-agent-skills/SKILL.md

Included Skills39

api-and-interface-designskills/api-and-interface-design/SKILL.md

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

arena-round-tableskills/arena-round-table/SKILL.md

Multi-agent "Arena - Discuss Round Table" workflow. Orchestrates Claude Code and AGY CLIs in structured debate rounds to solve complex problems. Use when facing high-complexity decisions, architecture tradeoffs, or when you need adversarial review from multiple "expert" perspectives. Triggers on "arena", "round table", "debate this", "multi-agent discuss".

browser-testing-with-devtoolsskills/browser-testing-with-devtools/SKILL.md

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.

ci-cd-and-automationskills/ci-cd-and-automation/SKILL.md

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

code-review-and-qualityskills/code-review-and-quality/SKILL.md

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

code-simplificationskills/code-simplification/SKILL.md

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

context-engineeringskills/context-engineering/SKILL.md

Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.

debugging-and-error-recoveryskills/debugging-and-error-recovery/SKILL.md

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

deprecation-and-migrationskills/deprecation-and-migration/SKILL.md

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

documentation-and-adrsskills/documentation-and-adrs/SKILL.md

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

doubt-driven-developmentskills/doubt-driven-development/SKILL.md

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now than to debug later.

fix-sonarqubeskills/fix-sonarqube/SKILL.md

Mandatory workflow step to run the linter (bun run lint / eslint-sonar) and resolve all SonarQube code smells, type errors, prefer-for-of, prefer-optional-chain, and any-casts before completing any task.

frontend-ui-engineeringskills/frontend-ui-engineering/SKILL.md

Builds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requirements, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

git-workflow-and-versioningskills/git-workflow-and-versioning/SKILL.md

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams. Use when cutting a release, choosing a semantic version bump, tagging, or writing a changelog.

github-automationskills/github-automation/SKILL.md

Automatically manage GitHub repository settings, secrets, and workflows using the gh CLI instead of asking the user to use the Web UI.

idea-refineskills/idea-refine/SKILL.md

Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or "stress-test my plan".

incremental-implementationskills/incremental-implementation/SKILL.md

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

interview-meskills/interview-me/SKILL.md

Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me", "grill me", "are we sure?", "stress-test my thinking"), or when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.

mermaidskills/mermaid/SKILL.md

Guidelines and syntax rules for writing valid Mermaid diagrams (flowcharts, sequence, journey maps, etc.) to prevent rendering errors.

nestjs-swagger-standardsskills/nestjs-swagger-standards/SKILL.md

Guidelines and best practices for creating type-safe Swagger/OpenAPI documentation in NestJS applications.

next-best-practicesskills/next-best-practices/SKILL.md

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling

observability-and-instrumentationskills/observability-and-instrumentation/SKILL.md

Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting. Use when shipping any feature that runs in production and you need evidence it works. Use when production issues are reported but you can't tell what happened from the available data.

parallel-worktree-isolationskills/parallel-worktree-isolation/SKILL.md

Isolate concurrent or switched software changes into safe Git worktrees and branches before files from independent tasks can mix. Use when an active task, OpenSpec change, or agent work may overlap another change stream.

performance-optimizationskills/performance-optimization/SKILL.md

Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web Vitals or load times need improvement, when N+1 query patterns need fixing, or when profiling reveals bottlenecks.

planning-and-task-breakdownskills/planning-and-task-breakdown/SKILL.md

Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

playwright-e2e-testingskills/playwright-e2e-testing/SKILL.md

Complete end-to-end (E2E) testing workflow with Playwright, including headless browser test execution, form validation guardrails, full CRUD lifecycle, video recording, automatic Google Drive upload via rclone, and instant Slack notifications.

pre-ship-checklistskills/pre-ship-checklist/SKILL.md

Mandatory pre-ship quality and security gate checklist. Execute before declaring any task/feature complete or inviting user review. Activated during /ship phase or when running final verification gates.

query-performance-benchmarkskills/query-performance-benchmark/SKILL.md

Empirical database query optimization and benchmarking workflow. Standardizes measuring PostgreSQL EXPLAIN ANALYZE (buffers/timing), V8 heap memory allocation, network wire payload, latency percentiles (p50/p95/mean), Big-O complexity proofs, and generating executive PR tables before shipping query/performance refactors.

security-and-hardeningskills/security-and-hardening/SKILL.md

Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

shipping-and-launchskills/shipping-and-launch/SKILL.md

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

source-driven-developmentskills/source-driven-development/SKILL.md

Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.

spec-driven-developmentskills/spec-driven-development/SKILL.md

Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.

subagent-worktree-orchestratorskills/subagent-worktree-orchestrator/SKILL.md

Orchestrates autonomous multi-agent delegation across split Git worktrees (e.g. Frontend in index-admin-cms and Backend in index-api). Preserves context across agents via durable OpenSpec artifacts and disk state instead of chat memory, invokes headless CLI agents (agy or claude), and yields only the unified final result.

test-driven-developmentskills/test-driven-development/SKILL.md

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

use-base-repositoryskills/use-base-repository/SKILL.md

Mandate the use of inherited BaseRepository methods (this.create, this.update, this.delete, this.findUnique, this.findMany, this.findById, this.existById) over calling this.prismaService.<primaryEntity>.<operation> directly for operations on the repository's primary entity.

use-dto-mappersskills/use-dto-mappers/SKILL.md

Isolate complex entity-to-DTO data mapping into dedicated *.mapper.ts files using pure export functions instead of bloating NestJS Service classes with long private mapping methods.

use-shared-dtosskills/use-shared-dtos/SKILL.md

Prefer reusing shared DTOs (e.g. PaginationParamsDTO, SearchDTO from ~/shared/dtos/) over defining duplicate pagination or search query DTOs in domain modules.

use-slugifyskills/use-slugify/SKILL.md

Mandate the use of centralized slugify utility (slugify.util.ts) wrapping npm slugify package with Vietnamese locale support instead of writing ad-hoc inline regexes or manual toLowerCase replacements for URL/entity slugs.

using-agent-skillsskills/using-agent-skills/SKILL.md

Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "agent-harness-kit",
  "version": "1.0.0",
  "description": "Company-wide engineering harness: core standards, risk-based workflows, project packs, and verified skills.",
  "author": {
    "name": "Kido",
    "url": "https://github.com/khanhduong22/agent-harness-kit"
  },
  "homepage": "https://github.com/khanhduong22/agent-harness-kit",
  "repository": "https://github.com/khanhduong22/agent-harness-kit",
  "license": "MIT",
  "keywords": [
    "engineering-harness",
    "skills",
    "rules",
    "workflow",
    "tdd",
    "openspec"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Agent Harness Kit",
    "shortDescription": "Company-wide engineering harness with core rules and project packs."
  }
}
.claude-plugin/plugin.json
{
  "name": "agent-harness-kit",
  "description": "Company-wide engineering harness: core standards, risk-based workflows, project packs, and verified skills.",
  "version": "1.0.0",
  "author": {
    "name": "Kido",
    "url": "https://github.com/khanhduong22/agent-harness-kit"
  },
  "homepage": "https://github.com/khanhduong22/agent-harness-kit",
  "repository": "https://github.com/khanhduong22/agent-harness-kit",
  "license": "MIT",
  "keywords": [
    "engineering-harness",
    "skills",
    "rules",
    "workflow",
    "tdd",
    "openspec"
  ],
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agent-harness-kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-harness-kit)