From harness
Use this skill when the user asks about coding principles, development guidelines, safe editing practices, or VibeCoder guidance. Also use when another skill needs to reference general development standards. Do NOT load for: actual code implementation (use harness-work instead), code reviews, or project setup. Reference for development principles, guidelines, and VibeCoder best practices — including diff-aware editing, repo context reading, and safety guardrails.
npx claudepluginhub tim-hub/powerball-harness --plugin harnessThis skill is limited to using the following tools:
A collection of skills that provide development principles and guidelines.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
A collection of skills that provide development principles and guidelines.
| Feature | Details |
|---|---|
| General Principles | See references/general-principles.md |
| Diff-Aware Editing | See references/diff-aware-editing.md |
| Context Reading | See references/repo-context-reading.md |
| VibeCoder | See references/vibecoder-guide.md |