kuroco-docs
SKILL.md
Kurocoドキュメント検索ガイド
このSkillはKuroco公式ドキュメントの検索・参照を支援します。
ドキュメントの場所
ドキュメントはプラグインに同梱されています。最新のドキュメントを取得するには、適宜プラグインを更新してください。
/plugin marketplace update kuroco-skills
${CLAUDE_PLUGIN_ROOT}/skills/kuroco-docs/docs/
ディレクトリ構造
| ディレクトリ | 内容 | 主な用途 |
|---|---|---|
tutorials/ |
チュートリアル | 機能の使い方、実装手順、サンプルコード |
reference/ |
リファレンス | API設定項目、Smartyプラグイン、フィルタークエリ、エラーコード |
management/ |
管理画面 | 管理画面の各機能(コンテンツ、メンバー、API、フォーム)の詳細説明 |
faq/ |
FAQ | よくある質問と回答、トラブル解決のヒント |
about/ |
Kurocoについて | 概要、料金プラン、制限事項、用語集 |
troubleshooting/ |
トラブルシューティング | エラー解決、問題診断ガイド |
update/ |
アップデート | リリースノート、新機能、ロードマップ |
information/ |
お知らせ | 公式からのお知らせ、メンテナンス情報 |
検索方法
方法1: INDEX.mdを最初に確認(推奨)
cat ${CLAUDE_PLUGIN_ROOT}/skills/kuroco-docs/docs/INDEX.md
INDEX.mdには以下が含まれています:
- クイックリファレンス: 目的別の重要ドキュメント一覧
- ディレクトリ構造: 各フォルダの説明
- ファイル一覧: 全ファイルのタイトルと説明
方法2: Grepツールでキーワード検索
Claude CodeのGrepツールを使用してください(Bashのgrepより高速・正確):
# キーワードで検索(ファイルパスのみ)
Grep: pattern="エンドポイント" path="${CLAUDE_PLUGIN_ROOT}/skills/kuroco-docs/docs/"
# 内容も確認したい場合
Grep: pattern="エンドポイント" path="${CLAUDE_PLUGIN_ROOT}/skills/kuroco-docs/docs/" output_mode="content"
# 特定ディレクトリ内を検索
Grep: pattern="ログイン" path="${CLAUDE_PLUGIN_ROOT}/skills/kuroco-docs/docs/tutorials/"
# 正規表現で検索
Grep: pattern="filter.*query" path="${CLAUDE_PLUGIN_ROOT}/skills/kuroco-docs/docs/reference/"
方法3: Globツールでファイル検索
# 全マークダウンファイル一覧
Glob: pattern="**/*.md" path="${CLAUDE_PLUGIN_ROOT}/skills/kuroco-docs/docs/"
# tutorialsのファイル一覧
Glob: pattern="*.md" path="${CLAUDE_PLUGIN_ROOT}/skills/kuroco-docs/docs/tutorials/"
目的別クイックリファレンス
API・エンドポイント設定
| ファイル | 内容 |
|---|---|
tutorials/configure-endpoint.md |
エンドポイントの作成・設定方法 |
reference/endpoint-settings.md |
エンドポイント設定項目の詳細 |
reference/filter-query.md |
フィルタークエリの書き方 |
reference/api-cache.md |
APIキャッシュの設定 |
management/api-security.md |
APIセキュリティ(認証、CORS) |
認証・ログイン
| ファイル | 内容 |
|---|---|
tutorials/login.md |
ログイン機能の実装 |
tutorials/signup.md |
会員登録の実装 |
tutorials/how-to-use-password-reminder.md |
パスワードリマインダー |
tutorials/implementing-two-step-verification-on-login-form.md |
二段階認証 |
フロントエンド統合
| ファイル | 内容 |
|---|---|
tutorials/beginners-guide.md |
ビギナーズガイド |
tutorials/integrate-kuroco-with-nuxt.md |
Nuxt.js/Next.jsでのコンテンツ表示 |
tutorials/integrate-login.md |
フロントエンドでのログイン実装 |
tutorials/corporate-sample-site-to-ssg.md |
SSG対応 |
コンテンツ管理
| ファイル | 内容 |
|---|---|
tutorials/adding-a-topics.md |
コンテンツ定義の作成 |
management/content-structure-topics.md |
コンテンツ構造の説明 |
tutorials/bulk-upload-in-csv.md |
CSVでの一括アップロード |
reference/uploading-files-using-the-api.md |
APIでのファイルアップロード |
バッチ処理・自動化
| ファイル | 内容 |
|---|---|
tutorials/how-to-use-batch.md |
バッチ処理の使い方 |
reference/smarty-plugin.md |
Smartyプラグイン一覧 |
reference/trigger-variables.md |
トリガー変数 |
tutorials/auto-run-github-with-contents-update.md |
GitHub Actions連携 |
外部サービス連携
| ファイル | 内容 |
|---|---|
tutorials/send-slack-notification-after-a-form-has-been-submitted.md |
Slack通知 |
tutorials/how-to-link-sendgrid.md |
SendGrid連携 |
tutorials/firebase.md |
Firebase連携 |
management/stripe.md |
Stripe決済 |
検索のコツ
- まずINDEX.mdを確認: 目的に合ったファイルが見つかりやすい
- 日本語キーワード:
エンドポイント,ログイン,コンテンツ - 英語キーワード:
Topics,Member,API,CORS - 機能名:
batch,webhook,trigger,smarty - ディレクトリを絞る:
tutorials/(実装方法)、reference/(仕様)、management/(管理画面)
ドキュメント更新
ドキュメントはプラグインのアップデートと一緒に更新されます。
/plugin marketplace update kuroco-skills
Weekly Installs
14
Repository
diverta/kuroco-skillsGitHub Stars
1
First Seen
Jan 28, 2026
Security Audits
Installed on
claude-code14
opencode12
gemini-cli12
codex12
github-copilot11
kimi-cli11