Agent Plugins Marketplace
All plugins

workspace-integrity

v2.0.0

Always-on command, source, generated-file, dependency-lock, and workspace integrity guards.

CodexClaude Code11 Skills

By Harness Start0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
11 skill or MCP entries
Source updated
Sep 22, 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 workspace-integrity for Codex and Claude Code

Installs for the current user
codex plugin marketplace add harness-start/plugins
codex plugin marketplace upgrade harness-start
codex plugin add workspace-integrity@harness-start

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

Compatibility: the page URL and API slug “workspace-integrity” remain stable.

  • Codex: workspace-integrity@agent-plugin-marketplaceworkspace-integrity@harness-start

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/harness-start/plugins

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

Plugin files

plugins/workspace-integrity/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/android-engineering/SKILL.md
├── skills/go-engineering/SKILL.md
├── skills/ios-engineering/SKILL.md
├── skills/java-engineering/SKILL.md
├── skills/nix-engineering/SKILL.md
├── skills/php-engineering/SKILL.md
├── skills/python-engineering/SKILL.md
├── skills/react-native-engineering/SKILL.md
├── skills/rust-engineering/SKILL.md
├── skills/web-frontend-engineering/SKILL.md
└── skills/workspace-integrity-config/SKILL.md

Included Skills11

android-engineeringskills/android-engineering/SKILL.md

Build and review Android projects across Gradle, Compose, tests, resources, and R8 without editing generated dependency state.

go-engineeringskills/go-engineering/SKILL.md

Build and review Go modules while preserving module checksums and using repository-owned formatting, tests, and analysis.

ios-engineeringskills/ios-engineering/SKILL.md

Build and review Swift, SwiftUI, concurrency, and tests while preserving SwiftPM and CocoaPods-owned state.

java-engineeringskills/java-engineering/SKILL.md

Build and review Java, Spring Boot, JUnit, and Jakarta changes while preserving build-tool-owned dependency state.

nix-engineeringskills/nix-engineering/SKILL.md

Build and review Nix, flakes, NixOS, and Home Manager changes while preserving lockfile ownership and reproducibility.

php-engineeringskills/php-engineering/SKILL.md

Build and review PHP applications across common frameworks while preserving Composer-owned dependency state.

python-engineeringskills/python-engineering/SKILL.md

Build and review Python packages, services, tests, typing, and async code while preserving package-manager-owned state.

react-native-engineeringskills/react-native-engineering/SKILL.md

Build and review bare React Native apps across performance, navigation, upgrades, Codegen, and native boundaries.

rust-engineeringskills/rust-engineering/SKILL.md

Build and review Rust crates across ownership, APIs, async, unsafe code, testing, and performance while preserving Cargo state.

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

Build and review React, Vue, Angular, and TypeScript projects while preserving package-manager-owned state.

workspace-integrity-configskills/workspace-integrity-config/SKILL.md

Create, change, or diagnose workspace-integrity project configuration without changing the existing file names or schemas.

Plugin manifests2

plugins/workspace-integrity/.codex-plugin/plugin.json
{
  "name": "workspace-integrity",
  "version": "2.0.0",
  "description": "Always-on command, source, generated-file, dependency-lock, and workspace integrity guards.",
  "author": {
    "name": "Harness Start",
    "email": "[email protected]"
  },
  "hooks": "./hooks/codex.json",
  "skills": "./skills/",
  "interface": {
    "displayName": "Workspace Integrity",
    "shortDescription": "Always-on command, source, generated-file, dependency-lock, and workspace integrity guards.",
    "developerName": "Harness Start",
    "category": "Productivity"
  }
}
plugins/workspace-integrity/.claude-plugin/plugin.json
{
  "name": "workspace-integrity",
  "version": "2.0.0",
  "description": "Always-on command, source, generated-file, dependency-lock, and workspace integrity guards.",
  "author": {
    "name": "Harness Start",
    "email": "[email protected]"
  },
  "hooks": "./hooks/claude.json",
  "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.

[workspace-integrity on Agent Plugins Marketplace](https://pluginsmp.com/plugins/workspace-integrity)