workspace-integrity
v2.0.0Always-on command, source, generated-file, dependency-lock, and workspace integrity guards.
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
codex plugin marketplace add harness-start/plugins
codex plugin marketplace upgrade harness-start
codex plugin add workspace-integrity@harness-startPaste 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-marketplace→workspace-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/pluginsClone 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
├── .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
Build and review Android projects across Gradle, Compose, tests, resources, and R8 without editing generated dependency state.
Build and review Go modules while preserving module checksums and using repository-owned formatting, tests, and analysis.
Build and review Swift, SwiftUI, concurrency, and tests while preserving SwiftPM and CocoaPods-owned state.
Build and review Java, Spring Boot, JUnit, and Jakarta changes while preserving build-tool-owned dependency state.
Build and review Nix, flakes, NixOS, and Home Manager changes while preserving lockfile ownership and reproducibility.
Build and review PHP applications across common frameworks while preserving Composer-owned dependency state.
Build and review Python packages, services, tests, typing, and async code while preserving package-manager-owned state.
Build and review bare React Native apps across performance, navigation, upgrades, Codegen, and native boundaries.
Build and review Rust crates across ownership, APIs, async, unsafe code, testing, and performance while preserving Cargo state.
Build and review React, Vue, Angular, and TypeScript projects while preserving package-manager-owned state.
Create, change, or diagnose workspace-integrity project configuration without changing the existing file names or schemas.
Plugin manifests2
{
"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"
}
}{
"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/"
}For maintainers
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)