multiAI Summary Pending
principles
Provides development principles, guidelines, and VibeCoder guidance. Use when user mentions 原則, principles, ガイドライン, guidelines, VibeCoder, 安全性, safety, 差分編集, diff-aware. Triggers: 原則, principles, ガイドライン, VibeCoder, 安全性, 差分編集. Do not use for actual implementation - use impl skill instead.
231 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/principles/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/chachamaru127/principles/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/principles/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How principles Compares
| Feature / Agent | principles | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Provides development principles, guidelines, and VibeCoder guidance. Use when user mentions 原則, principles, ガイドライン, guidelines, VibeCoder, 安全性, safety, 差分編集, diff-aware. Triggers: 原則, principles, ガイドライン, VibeCoder, 安全性, 差分編集. Do not use for actual implementation - use impl skill instead.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Principles Skills 開発原則とガイドラインを提供するスキル群です。 ## 含まれる小スキル | スキル | 用途 | |--------|------| | core-general-principles | 開発の基本原則 | | core-diff-aware-editing | 差分認識編集のガイド | | core-read-repo-context | リポジトリコンテキスト読み取り | | vibecoder-guide | VibeCoder 向けガイド | ## ルーティング - 基本原則: core-general-principles/doc.md - 差分編集: core-diff-aware-editing/doc.md - コンテキスト読み取り: core-read-repo-context/doc.md - VibeCoder: vibecoder-guide/doc.md ## 実行手順 1. ユーザーのリクエストを分類 2. 適切な小スキルの doc.md を読む 3. その内容を参照・適用