← Marketplace
Official
6/7 verified
Harness 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 sync
npx @harness-kit/cli compile

compilewrites native config for Claude Code, Cursor, and Copilot automatically based on what's installed.

What's inside

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

architectureProject architecture decisions and conventions
testingTesting strategies and patterns
View 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