Harness Init banner
az9713 az9713

Harness Init

DevOps community

Description

--- name: harness-init description: Interactive setup of harness engineering infrastructure in a project. Walks through configuration and generates all required files. --- # Harness Init ## Quick Start Run this to set up harness infrastructure in any project: ```bash harness init ``` This will interactively prompt for: - **Project name** - Used in headers and logs - **Project type** - webapp, api, library, or other - **Dev server command** - How to start the development server - **Test comm

Installation

Installs to ~/.claude/skills/az9713-harness-engineering-blueprint-harness-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/az9713-harness-engineering-blueprint-harness-init && curl -fsSL https://raw.githubusercontent.com/az9713/harness-engineering-blueprint/HEAD/skills/harness-init.md -o ~/.claude/skills/az9713-harness-engineering-blueprint-harness-init/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository