Harness-engineering initialize-harness-project
name: initialize-harness-project
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/initialize-harness-project/skill.yamlsource content
name: initialize-harness-project version: "1.0.0" description: Scaffold a new harness-compliant project stability: static cognitive_mode: constructive-architect triggers:
- manual
- on_project_init platforms:
- claude-code
- gemini-cli
- cursor
- codex tools:
- Bash
- Read
- Write
- Glob
cli:
command: harness skill run initialize-harness-project
args:
- name: path description: Project root path required: false mcp: tool: run_skill input: skill: initialize-harness-project path: string type: flexible tier: 1 state: persistent: false files: [] depends_on: []