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:
@@ -692,7 +692,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:**
|
||||
|
||||
@@ -923,6 +923,14 @@ skill-seekers package SKILL_DIRECTORY [options]
|
||||
| Claude AI | ZIP + YAML | `--target claude` |
|
||||
| Google Gemini | tar.gz | `--target gemini` |
|
||||
| OpenAI | ZIP + Vector | `--target openai` |
|
||||
| MiniMax | ZIP | `--target minimax` |
|
||||
| OpenCode | ZIP | `--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` |
|
||||
|
||||
Reference in New Issue
Block a user