AI Context
Browse, search, and inspect opencode AI Skills and Agents directly from your VS Code editor.
Features
Activity Bar view
Discover all available AI Skills and Agents in a tree view organized by source and category:
- Global Skills — installed in
~/.config/opencode/skills/
- Project Skills — local to your workspace
- Ecosystem Skills — from the opencode registry
- User Skills — custom user-defined skills
- Agents — configured in
opencode.json(c)
Rich Skill Details
Click any skill to open a WebView with:
- Metadata table (name, description, source, license)
- Trigger keywords (click to copy)
- Formatted markdown body with syntax-highlighted code blocks
Quick Search
Press Cmd+Shift+A (or the search button in the view title bar) to fuzzy-search across all skills and agents.
Right-click any skill to open the source file or copy its content.
Requirements
- opencode installed and configured
- Skills discovered from
~/.config/opencode/skills/ (global) or your project's .opencode/ directory
Extension Settings
This extension does not add any user-configurable settings yet.
Known Issues
- Workspace-level file watching only monitors config files inside the project root
- Refresh is required after adding new global skills (auto-refresh is project-only)
Release Notes
0.1.3
- Fixed: Marketplace icon now displays correctly (properly centered, visible colors)
0.1.2
- Added: Claude Code global skills discovery (
~/.claude/skills/)
- Skills from Claude appear under a new "Claude" category in the tree
0.1.1
- Added Marketplace icon (128×128)
- Fixed: runtime dependency
jsonc-parser now included in VSIX
- Fixed:
.vscodeignore was incorrectly excluding node_modules/
0.1.0
Initial release:
- Activity Bar view with Skills & Agents tree
- Skill detail WebView with formatted markdown and metadata
- Quick Pick search across all skills and agents
- Right-click context menu (open file / copy content)
- Auto-refresh on project-level configuration changes
Enjoying AI Context? Report issues or contribute on GitHub.
| |