Harness-engineering harness-perf
name: harness-perf
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/harness-perf/skill.yamlsource content
name: harness-perf version: "1.0.0" description: Performance enforcement and benchmark management stability: static cognitive_mode: meticulous-verifier triggers:
- manual
- on_pr platforms:
- claude-code
- gemini-cli
- cursor
- codex tools:
- Bash
- Read
- Write
- Edit
- Glob
- Grep
cli:
command: harness skill run harness-perf
args:
- name: path description: Project root path required: false
- name: check-baselines description: Verify baseline file is updated when benchmarks change required: false mcp: tool: run_skill input: skill: harness-perf path: string type: rigid tier: 2 phases:
- name: analyze description: Run structural complexity and coupling checks required: true
- name: benchmark description: Run benchmarks and detect regressions required: false
- name: report description: Generate perf report with violations and recommendations required: true
- name: enforce description: Apply tier-based gate decisions required: true state: persistent: false files: [] depends_on:
- harness-verify addresses:
- signal: perf-regression weight: 0.8