← スキル一覧に戻る

opencode-docs
by JokeJason
downloads official documentation, filters it with AI assistance, and generates skills that make the docs available as local context for AI coding agents—a local alternative to Context7's cloud-based documentation lookup
⭐ 2🍴 0📅 2026年1月19日
SKILL.md
name: opencode-docs description: Local OpenCode documentation reference. Use when asked about OpenCode features, tools, agents, MCP servers, plugins, CLI, TUI, or IDE integration.
OpenCode Documentation
OpenCode is an open source AI coding agent available as a terminal-based interface (TUI), desktop app, or IDE extension. It provides an interactive interface for working on projects with LLMs.
Documentation Structure
references/
├── index.mdx # Introduction and installation (1 file)
├── cli.mdx # CLI options and commands
├── tui.mdx # Terminal user interface guide
├── config.mdx # JSON configuration options
├── agents.mdx # Specialized AI assistants configuration
├── tools.mdx # Built-in tool management
├── custom-tools.mdx # Creating custom tools
├── mcp-servers.mdx # Model Context Protocol servers
├── plugins.mdx # Plugin development and usage
├── skills.mdx # Skills system
├── providers.mdx # LLM provider configuration
├── models.mdx # Model selection and settings
├── permissions.mdx # Tool permission controls
├── keybinds.mdx # Keyboard shortcuts
├── themes.mdx # Theme customization
├── github.mdx # GitHub integration
├── gitlab.mdx # GitLab integration
├── ide.mdx # IDE extension setup
├── troubleshooting.mdx # Common issues and solutions
└── (more...) # Additional docs (70 total files)
Topic Guide
| Topic | Key Files |
|---|---|
| Getting Started | index.mdx, cli.mdx, tui.mdx |
| Configuration | config.mdx, permissions.mdx, keybinds.mdx |
| Agents | agents.mdx, modes.mdx |
| Tools & Extensions | tools.mdx, custom-tools.mdx, mcp-servers.mdx |
| Plugins & Skills | plugins.mdx, skills.mdx |
| LLM Setup | providers.mdx, models.mdx |
| Git Integration | github.mdx, gitlab.mdx |
| IDE Integration | ide.mdx, sdks/vscode/README.md |
| Customization | themes.mdx, formatters.mdx |
| Troubleshooting | troubleshooting.mdx, network.mdx |
| Web Interface | web.mdx, server.mdx |
When to use
Use this skill when the user asks about:
- OpenCode installation and setup
- CLI commands and TUI navigation
- Configuration options (opencode.json)
- Agents and modes
- Tools, custom tools, and MCP servers
- Plugins and skills
- LLM providers and models
- GitHub/GitLab integration
- IDE extensions (VS Code, etc.)
- Keyboard shortcuts and themes
How to find information
- Use the Topic Guide table to identify the relevant file(s)
- Read the file from
references/{filename} - For related topics, explore other files in the same category
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です