From claude-code-harness
Provides development principles, safety guidelines, and diff-aware editing rules for consistent coding practices. Referenced by explicit user request to enforce project conventions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-harness:principlesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
開発原則とガイドラインを提供するスキル群です。
開発原則とガイドラインを提供するスキル群です。
| 機能 | 詳細 |
|---|---|
| 基本原則 | See references/general-principles.md |
| 差分編集 | See references/diff-aware-editing.md |
| コンテキスト読み取り | See references/repo-context-reading.md |
| VibeCoder | See references/vibecoder-guide.md |
npx claudepluginhub chachamaru127/claude-code-harness --plugin claude-code-harnessProvides development principles, safety guidelines, and diff-aware editing rules. Loads reference files on request for principles, diff editing, context reading, or VibeCoder guidance.
Generates tailored Development Principles for CLAUDE.md by auto-detecting project structure, monorepo setup, tech stack including TypeScript, React, Python, Django, and user preferences via interactive questions.
Grounds in core development principles: understand before act, small reversible steps, tests as spec, explicit over implicit. Use when starting significant work, feeling stuck, or resetting clarity.