Agent skill
skill-template-buddypia-kaiju-voice
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/skill-template-buddypia-kaiju-voice
SKILL.md
{{SKILL_NAME}} ({{SKILL_KOREAN_NAME}})
核心コンセプト: "{{CORE_CONCEPT}}"
{{SKILL_OVERVIEW_DESCRIPTION}}
核心 原則
- {{PRINCIPLE_1_NAME}}: {{PRINCIPLE_1_DESC}}
- {{PRINCIPLE_2_NAME}}: {{PRINCIPLE_2_DESC}}
- {{PRINCIPLE_3_NAME}}: {{PRINCIPLE_3_DESC}}
🔧 主要 機能
1. {{FEATURE_1_NAME}}
説明: {{FEATURE_1_DESC}}
実行 ロジック:
1. {{STEP_1}}
2. {{STEP_2}}
3. {{STEP_3}}
2. {{FEATURE_2_NAME}}
説明: {{FEATURE_2_DESC}}
🚀 実行 プロトコル
Phase 1: 入力 検証
1. 必須 パラメータ 確認
2. 権限/状態 検証
3. 前提条件 チェック
Phase 2: 実行
1. {{EXECUTION_STEP_1}}
2. {{EXECUTION_STEP_2}}
3. {{EXECUTION_STEP_3}}
Phase 3: 出力
1. 結果 フォーマット
2. ログ 記録
3. 状態 更新
⚠️ 制約 事項
- {{CONSTRAINT_1}}: {{CONSTRAINT_1_DESC}}
- {{CONSTRAINT_2}}: {{CONSTRAINT_2_DESC}}
📊 出力 例示
# {{SKILL_NAME}} 実行 結果
> **実行 時間**: {{TIMESTAMP}}
## Summary
| 項目 | 結果 |
| --------- | :--: |
| 処理 項目 | N個 |
| 成功 | N個 |
| 失敗 | N個 |
## 詳細 結果
{{DETAILED_RESULTS}}
使用 例示
# 基本 実行
/{{SKILL_ID}}
# オプション 使用
/{{SKILL_ID}} --{{OPTION_1}}
# 特定 対象 指定
/{{SKILL_ID}} {{TARGET}}
変更 履歴
| 日付 | バージョン | 変更 内容 |
|---|---|---|
| {{DATE}} | v1.0 | 新規 生成 - {{INITIAL_DESCRIPTION}} |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?