一键导入
opencode-docs
Local OpenCode documentation reference. Use when asked about OpenCode features, tools, agents, MCP servers, plugins, CLI, TUI, or IDE integration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Local OpenCode documentation reference. Use when asked about OpenCode features, tools, agents, MCP servers, plugins, CLI, TUI, or IDE integration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Download documentation from GitHub repos or URLs. Supports manifest-based batch downloads with configurable exclude patterns.
Local Microsoft Agent Framework documentation reference. Use when asked about Microsoft Agent Framework, building AI agents in .NET or Python, MCP servers/clients, durable agents, agent tools, Teams/WebChat adapters, or agent-to-agent communication.
Generate documentation skills for AI agents from downloaded docs. Use after /build-my-context7 to create skills.
Local LangChain AI documentation reference. Use when asked about LangChain, LangGraph, agents, chains, prompts, memory, tools, retrieval, RAG, vector stores, document loaders, or building LLM applications.
Local Next.js documentation reference (canary branch). Use when asked about Next.js features, App Router, Server Components, routing, data fetching, rendering, caching, styling, optimizations, configuration, or Next.js APIs.
Local Prisma documentation reference. Use when asked about Prisma ORM, Prisma Client, Prisma Schema, migrations, database queries, Prisma Accelerate, or Prisma Postgres.
| 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 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.
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 | 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 |
Use this skill when the user asks about:
references/{filename}