Official
6/7 verifiedHarness Profile
Full Stack Engineer
Harness configuration for full-stack engineers shipping features end-to-end. Includes code review, PR workflows, documentation generation, and code explanation tools.
By harnessprotocol · 7 plugins bundled
Install
One-shot setup — download & apply the whole profile
Grab the profile's harness.yaml, then sync and compile. Works across Claude Code, Cursor, and Copilot at once.
npx @harness-kit/cli syncnpx @harness-kit/cli compilecompilewrites native config for Claude Code, Cursor, and Copilot automatically based on what's installed.
What's inside
reviewv0.3.0
Verified
open-prv0.1.0
Verified
merge-prv0.1.0
Verified
pr-sweepv0.2.0
Verified
explainv0.2.0
Verified
docgenv0.2.0
Verified
harness-sharev0.3.0
Caution
Click any plugin to view its full documentation and security scan.
Workflow rules
- Run tests before opening PRs
- Write descriptive commit messages with conventional commit prefixes
- Review your own diff before requesting review from others
Knowledge seeding
Memory backend: memory-md
architecture— Project architecture decisions and conventionstesting— Testing strategies and patternsView harness.yaml
version: "1"
kind: profile
metadata:
name: full-stack-engineer
description: >-
Harness configuration for full-stack engineers shipping features end-to-end. Includes code review, PR workflows, documentation generation, and code explanation tools.
author:
name: harnessprotocol
plugins:
- name: review
source: harnessprotocol/harness-kit
version: "0.3.0"
- name: open-pr
source: harnessprotocol/harness-kit
version: "0.1.0"
- name: merge-pr
source: harnessprotocol/harness-kit
version: "0.1.0"
- name: pr-sweep
source: harnessprotocol/harness-kit
version: "0.2.0"
- name: explain
source: harnessprotocol/harness-kit
version: "0.2.0"
- name: docgen
source: harnessprotocol/harness-kit
version: "0.2.0"
- name: harness-share
source: harnessprotocol/harness-kit
version: "0.3.0"
instructions:
behavioral: |
- Run tests before opening PRs
- Write descriptive commit messages with conventional commit prefixes
- Review your own diff before requesting review from others