Skip to main content
ClaudeWave
Skill2.7k estrellas del repoactualizado today

principles

The principles skill provides reference documentation for development standards, including general best practices, diff-aware editing techniques, repository context interpretation, and the VibeCoder methodology. Use this skill when establishing guidelines for code modifications, safety protocols, and editing workflows, but exclude it from implementation tasks, code reviews, workflow coaching, or VibeCoder onboarding sessions.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Chachamaru127/claude-code-harness /tmp/principles && cp -r /tmp/principles/opencode/skills/principles ~/.claude/skills/principles
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Principles Skills

開発原則とガイドラインを提供するスキル群です。

## 機能詳細

| 機能 | 詳細 |
|------|------|
| **基本原則** | See [references/general-principles.md](${CLAUDE_SKILL_DIR}/references/general-principles.md) |
| **差分編集** | See [references/diff-aware-editing.md](${CLAUDE_SKILL_DIR}/references/diff-aware-editing.md) |
| **コンテキスト読み取り** | See [references/repo-context-reading.md](${CLAUDE_SKILL_DIR}/references/repo-context-reading.md) |
| **VibeCoder** | See [references/vibecoder-guide.md](${CLAUDE_SKILL_DIR}/references/vibecoder-guide.md) |

## 実行手順

1. ユーザーのリクエストを分類
2. 上記の「機能詳細」から適切な参照ファイルを読む
3. その内容を参照・適用