Skill Index

ai-agent-camp/

skill-name

community[skill]

1行の説明文

$/plugin install ai-agent-camp

details

Overview

<!-- 何をするスキルか 1-2文で -->

Usage

<!-- コマンド例 -->
# 基本実行
python skills/skill-name/scripts/main.py --arg value

# オプション付き
python skills/skill-name/scripts/main.py --arg value --flag

Workflow

<!-- ステップバイステップの実行プロセス -->
  1. Step 1
  2. Step 2
  3. Step 3

Platform Specs

<!-- サイズ表、API仕様など。該当しない場合はセクション削除可 -->

Troubleshooting

<!-- よくあるエラーと解決方法 -->
エラー解決方法
API key not foundsetup-gemini を先に実行

Success Criteria

<!-- 完了の判定基準 -->
  • 出力ファイルが生成されている
  • エラーなく完了

technical

github
minicoohei/ai-agent-camp
stars
358
license
unspecified
contributors
3
last commit
2026-05-25T08:29:07Z
file
skills/_template/SKILL.md

related