> ## Documentation Index
> Fetch the complete documentation index at: https://docs-docflow.textin.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Coding Agent 連携概要

> TextIn Docflow Document Skill を AI Coding Agent にすばやく連携し、文書検索とコード生成を利用する方法

## 01 Docflow Document Skill とは

TextIn Docflow Document Skill は、AI Coding Agent 向けの Skill プラグインです。導入すると、コーディングアシスタントで次のことができるようになります。

* **ドキュメント検索** — TextIn Docflow API ドキュメントと技術リファレンスをすばやく検索できます
* **サンプルコード生成** — ドキュメントにもとづいて、利用可能なコードスニペットを自動生成できます
* **開発支援** — 開発中に技術的なガイダンスとベストプラクティスをリアルタイムに確認できます

## 02 クイックスタート

<CardGroup cols={2}>
  <Card title="Coding Agent をインストール" icon="robot" href="./install-coding-agent">
    AI Coding ツールを選択してインストールします
  </Card>

  <Card title="Docflow Document MCP をインストール" icon="plug" href="./install-docflow-mcp">
    TextIn Docflow ドキュメントサービスに接続します
  </Card>

  <Card title="Docflow Document Skill をインストール" icon="wand-magic-sparkles" href="./install-docflow-skill">
    Agent 用の Docflow Skill をインストールします
  </Card>

  <Card title="利用例" icon="code" href="./example-search-docs">
    実際の利用シナリオと例を確認します
  </Card>
</CardGroup>
