Agent Skills
› Chachamaru127/claude-code-harness
› principles
principles
GitHub提供开发原则、安全指南及差异感知编辑规则。用于分类用户请求并加载对应参考文件(如基本原则、上下文读取等),指导代码修改与规范执行,不适用于实现或审查任务。
Trigger Scenarios
需要遵循特定开发原则时
进行差异感知的代码编辑时
需要读取仓库上下文信息时
Install
npx skills add Chachamaru127/claude-code-harness --skill principles -g -y
SKILL.md
Frontmatter
{
"name": "principles",
"description": "Explicit helper for development principles, safety guidelines, and diff-aware editing rules. Do NOT load for: implementation, review, workflow coaching, or VibeCoder onboarding.",
"allowed-tools": [
"Read"
],
"description-en": "Explicit helper for development principles, safety guidelines, and diff-aware editing rules. Do NOT load for: implementation, review, workflow coaching, or VibeCoder onboarding.",
"description-ja": "開発原則、安全ガイドライン、差分尊重の編集ルールを確認する明示補助スキル。実装、レビュー、進め方相談、VibeCoder案内には使わない。",
"user-invocable": false,
"disable-model-invocation": true
}
Principles Skills
開発原則とガイドラインを提供するスキル群です。
機能詳細
| 機能 | 詳細 |
|---|---|
| 基本原則 | See references/general-principles.md |
| 差分編集 | See references/diff-aware-editing.md |
| コンテキスト読み取り | See references/repo-context-reading.md |
| VibeCoder | See references/vibecoder-guide.md |
実行手順
- ユーザーのリクエストを分類
- 上記の「機能詳細」から適切な参照ファイルを読む
- その内容を参照・適用
Version History
- c220671 Current 2026-07-05 14:45


