docs: update all documentation for 12 LLM platforms and 18 agents

- README.md + 11 i18n READMEs: 5→12 LLM platforms, 11→18 agents, new platform/agent tables
- CLAUDE.md: updated --target list, adaptor directory tree
- CHANGELOG.md: added v3.4.0 entry with all Phase 1-4 changes
- docs/reference/CLI_REFERENCE.md: new --target and --agent options
- docs/reference/FEATURE_MATRIX.md: updated all platform counts and tables
- docs/user-guide/04-packaging.md: new platform and agent rows
- docs/FAQ.md: expanded platform/agent answers
- docs/zh-CN/*: synchronized Chinese documentation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
yusyus
2026-03-21 20:42:31 +03:00
parent cd7b322b5e
commit 6bb7078fbc
24 changed files with 306 additions and 129 deletions

View File

@@ -1,7 +1,7 @@
# CLI Reference - Skill Seekers
> **Version:** 3.2.0
> **Last Updated:** 2026-03-15
> **Version:** 3.4.0
> **Last Updated:** 2026-03-21
> **Complete reference for all 30+ CLI commands**
---
@@ -520,7 +520,7 @@ skill-seekers install --config react --dry-run
### install-agent
Install skill to AI agent directories (Cursor, Windsurf, Cline).
Install skill to AI agent directories (Cursor, Windsurf, Cline, Roo, Aider, Bolt, Kilo, Continue, Kimi Code).
**Purpose:** Direct installation to IDE AI assistant context directories.
@@ -534,7 +534,7 @@ skill-seekers install-agent SKILL_DIRECTORY --agent AGENT [options]
| Name | Required | Description |
|------|----------|-------------|
| `SKILL_DIRECTORY` | Yes | Path to skill directory |
| `--agent AGENT` | Yes | Target agent: cursor, windsurf, cline, continue |
| `--agent AGENT` | Yes | Target agent: cursor, windsurf, cline, continue, roo, aider, bolt, kilo, kimi-code |
**Flags:**
@@ -630,6 +630,13 @@ skill-seekers package SKILL_DIRECTORY [options]
| Claude AI | ZIP + YAML | `--target claude` |
| Google Gemini | tar.gz | `--target gemini` |
| OpenAI | ZIP + Vector | `--target openai` |
| OpenCode | Directory | `--target opencode` |
| Kimi | ZIP | `--target kimi` |
| DeepSeek | ZIP | `--target deepseek` |
| Qwen | ZIP | `--target qwen` |
| OpenRouter | ZIP | `--target openrouter` |
| Together AI | ZIP | `--target together` |
| Fireworks AI | ZIP | `--target fireworks` |
| LangChain | Documents | `--target langchain` |
| LlamaIndex | TextNodes | `--target llama-index` |
| Haystack | Documents | `--target haystack` |

View File

@@ -9,39 +9,47 @@ Complete feature support across all platforms and skill modes.
| **Claude AI** | ZIP | ✅ Anthropic API | ✅ Sonnet 4 | ANTHROPIC_API_KEY |
| **Google Gemini** | tar.gz | ✅ Files API | ✅ Gemini 2.0 | GOOGLE_API_KEY |
| **OpenAI ChatGPT** | ZIP | ✅ Assistants API | ✅ GPT-4o | OPENAI_API_KEY |
| **OpenCode** | Directory | ❌ Manual | ❌ None | None |
| **Kimi** | ZIP | ❌ Manual | ❌ None | None |
| **DeepSeek** | ZIP | ❌ Manual | ❌ None | None |
| **Qwen** | ZIP | ❌ Manual | ❌ None | None |
| **OpenRouter** | ZIP | ❌ Manual | ❌ None | None |
| **Together AI** | ZIP | ❌ Manual | ❌ None | None |
| **Fireworks AI** | ZIP | ❌ Manual | ❌ None | None |
| **MiniMax** | ZIP | ❌ Manual | ❌ None | None |
| **Generic Markdown** | ZIP | ❌ Manual | ❌ None | None |
## Source Type Support (17 Types)
| Source Type | CLI Command | Platforms | Detection |
|-------------|------------|-----------|-----------|
| **Documentation (web)** | `scrape` / `create <url>` | All 4 | HTTP/HTTPS URLs |
| **GitHub repo** | `github` / `create owner/repo` | All 4 | `owner/repo` or github.com URLs |
| **PDF** | `pdf` / `create file.pdf` | All 4 | `.pdf` extension |
| **Word (.docx)** | `word` / `create file.docx` | All 4 | `.docx` extension |
| **EPUB** | `epub` / `create file.epub` | All 4 | `.epub` extension |
| **Video** | `video` / `create <url/file>` | All 4 | YouTube/Vimeo URLs, video extensions |
| **Local codebase** | `analyze` / `create ./path` | All 4 | Directory paths |
| **Jupyter Notebook** | `jupyter` / `create file.ipynb` | All 4 | `.ipynb` extension |
| **Local HTML** | `html` / `create file.html` | All 4 | `.html`/`.htm` extensions |
| **OpenAPI/Swagger** | `openapi` / `create spec.yaml` | All 4 | `.yaml`/`.yml` with OpenAPI content |
| **AsciiDoc** | `asciidoc` / `create file.adoc` | All 4 | `.adoc`/`.asciidoc` extensions |
| **PowerPoint** | `pptx` / `create file.pptx` | All 4 | `.pptx` extension |
| **RSS/Atom** | `rss` / `create feed.rss` | All 4 | `.rss`/`.atom` extensions |
| **Man pages** | `manpage` / `create cmd.1` | All 4 | `.1``.8`/`.man` extensions |
| **Confluence** | `confluence` | All 4 | API or export directory |
| **Notion** | `notion` | All 4 | API or export directory |
| **Slack/Discord** | `chat` | All 4 | Export directory or API |
| **Documentation (web)** | `scrape` / `create <url>` | All 12 | HTTP/HTTPS URLs |
| **GitHub repo** | `github` / `create owner/repo` | All 12 | `owner/repo` or github.com URLs |
| **PDF** | `pdf` / `create file.pdf` | All 12 | `.pdf` extension |
| **Word (.docx)** | `word` / `create file.docx` | All 12 | `.docx` extension |
| **EPUB** | `epub` / `create file.epub` | All 12 | `.epub` extension |
| **Video** | `video` / `create <url/file>` | All 12 | YouTube/Vimeo URLs, video extensions |
| **Local codebase** | `analyze` / `create ./path` | All 12 | Directory paths |
| **Jupyter Notebook** | `jupyter` / `create file.ipynb` | All 12 | `.ipynb` extension |
| **Local HTML** | `html` / `create file.html` | All 12 | `.html`/`.htm` extensions |
| **OpenAPI/Swagger** | `openapi` / `create spec.yaml` | All 12 | `.yaml`/`.yml` with OpenAPI content |
| **AsciiDoc** | `asciidoc` / `create file.adoc` | All 12 | `.adoc`/`.asciidoc` extensions |
| **PowerPoint** | `pptx` / `create file.pptx` | All 12 | `.pptx` extension |
| **RSS/Atom** | `rss` / `create feed.rss` | All 12 | `.rss`/`.atom` extensions |
| **Man pages** | `manpage` / `create cmd.1` | All 12 | `.1``.8`/`.man` extensions |
| **Confluence** | `confluence` | All 12 | API or export directory |
| **Notion** | `notion` | All 12 | API or export directory |
| **Slack/Discord** | `chat` | All 12 | Export directory or API |
## Skill Mode Support
| Mode | Description | Platforms | Example Configs |
|------|-------------|-----------|-----------------|
| **Documentation** | Scrape HTML docs | All 4 | react.json, django.json (14 total) |
| **GitHub** | Analyze repositories | All 4 | react_github.json, godot_github.json |
| **PDF** | Extract from PDFs | All 4 | example_pdf.json |
| **Unified** | Multi-source (docs+GitHub+PDF+more) | All 4 | react_unified.json (5 total) |
| **Local Repo** | Unlimited local analysis | All 4 | deck_deck_go_local.json |
| **Documentation** | Scrape HTML docs | All 12 | react.json, django.json (14 total) |
| **GitHub** | Analyze repositories | All 12 | react_github.json, godot_github.json |
| **PDF** | Extract from PDFs | All 12 | example_pdf.json |
| **Unified** | Multi-source (docs+GitHub+PDF+more) | All 12 | react_unified.json (5 total) |
| **Local Repo** | Unlimited local analysis | All 12 | deck_deck_go_local.json |
## CLI Command Support
@@ -136,21 +144,21 @@ Complete feature support across all platforms and skill modes.
```
Config → Scrape → Build → [Enhance] → Package --target X → [Upload --target X]
```
**Platforms:** All 4
**Platforms:** All 12
**Modes:** Docs, GitHub, PDF
### Unified Multi-Source Workflow
```
Config → Scrape All → Detect Conflicts → Merge → Build → [Enhance] → Package --target X → [Upload --target X]
```
**Platforms:** All 4
**Platforms:** All 12
**Modes:** Unified only
### Complete Installation Workflow
```
install --target X → Fetch → Scrape → Enhance → Package → Upload
```
**Platforms:** All 4
**Platforms:** All 12
**Modes:** All (via config type detection)
## API Key Requirements
@@ -347,7 +355,7 @@ A: Yes! Enhancement adds platform-specific formatting:
- OpenAI: Plain text assistant instructions
**Q: Do all skill modes work with all platforms?**
A: Yes! All 17 source types and all 5 skill modes (Docs, GitHub, PDF, Unified, Local Repo) work with all 4 platforms.
A: Yes! All 17 source types and all 5 skill modes (Docs, GitHub, PDF, Unified, Local Repo) work with all 12 platforms.
## See Also