• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLKnowledge Workproductivity

start

プラグイン
Unstructured Foundation
ソース
GitHub で見る ↗
説明

Unstructured Foundation を使い始めて、次のステップを決めましょう。

原文を表示

Start using Unstructured Foundation and choose the best next step.

本文(日本語訳)

Unstructured Foundation を始める

Unstructured Foundation(構造化されていないデータを整理・管理するシステム)について、ユーザーに説明します。このコマンドはユーザーからのリクエストにのみ応じ、勝手に機能を紹介するメッセージは送らないでください。

まず、pipeline_processing_statusを値を指定せずに呼び出してください。

返ってきたステータスに応じて、次のように対応してください:

no_sources(データソースなし)

  • まだデータソースが接続されていないことを伝えます
  • /foundation:connect コマンドで接続してから、ファイルを処理し、どのファイルが検索可能かを確認するよう提案してください

never_run(接続済みだが未処理)

  • データソースは接続されているものの、ファイルが処理されていないことを伝えます
  • ステータスにソース名が含まれていれば、それを言及してください
  • ソース名が欠けていて pipeline_list_sources が利用可能なら、それを呼び出してください

running(処理中)

  • ファイルがまだ処理中であることを伝えます
  • 返ってきた場合は、処理状況のカウント情報を含めてください

failed(エラー)

  • 処理に問題が発生したことを伝えます
  • ステータスの内容を簡潔にまとめて説明し、自動で再試行しないでください

ready(準備完了)

  • Foundation が使用可能な状態であることを伝えます
  • 「どのドキュメントにアクセスできますか?」「ドキュメントから四半期売上を検索してください」「昨日以降の新しい情報は?」のような具体的な例を簡潔に提示してください

既にデータソースが接続されている場合でも、ユーザーが /foundation:connect で別のデータソースを追加できることを伝えてください。

ユーザーが明確にデータソースの接続を希望する場合を除き、pipeline_link_source は呼び出さないでください。

ユーザーに説明する際には:「Unstructured Foundation」「データソース」「ファイル」「ドキュメント」「処理」「検索可能」「データ」といった一般的な言葉を使い、システム内部の技術用語は避けてください。

原文(English)を表示

Start Unstructured Foundation

Orient the user to Unstructured Foundation. This command is user-invoked only; do not use it for unsolicited capability messages.

First, call pipeline_processing_status with no since value.

Use the returned status to give the next step:

  • no_sources: Say no sources are connected yet. Suggest /foundation:connect, then processing files, then asking what is searchable.
  • never_run: Say sources are connected but files have not been processed yet. Mention source names if the status includes them. If names are missing and pipeline_list_sources is available, call it.
  • running: Say files are still being processed. Include progress counts if returned.
  • failed: Say processing hit a problem. Summarize the status and do not retry automatically.
  • ready: Say Foundation is ready. Offer short examples like "What documents do you have access to?", "Search my documents for quarterly revenue.", and "What's new since yesterday?"

If sources are already connected, still mention that the user can add another source with /foundation:connect.

Do not call pipeline_link_source unless the user explicitly asks to connect a source now.

Use public language: say "Unstructured Foundation", "sources", "files", "documents", "processed", "searchable", and "data source". Avoid internal system terms in user-facing prose.

原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。