AgenticQ VS Code Extension
Intelligent Agent Scaffolding Engine - Discover, recommend, and scaffold AI agents from the wshobson/agents marketplace directly in VS Code.

🎬 Demo

🌟 Features
🔍 Smart Recommendations
Automatically analyzes your project and recommends relevant agents based on:
- Detected programming languages (Python, JavaScript, Rust, Go, etc.)
- Frameworks (FastAPI, React, Django, Next.js, etc.)
- Infrastructure (Docker, Kubernetes, CI/CD)
- Databases (PostgreSQL, MongoDB, Redis)
- Testing tools (pytest, Jest, etc.)
📦 Browse 81 Plugins Across 12 Domains
- 🐍 Python Development - FastAPI, Django, async patterns (9 agents, 16 skills)
- ⚡ JavaScript/TypeScript - React, Node.js, web frameworks (7 agents, 17 skills)
- 🔌 Backend & APIs - REST, GraphQL, microservices (15 agents, 10 skills)
- ☁️ DevOps & Cloud - Kubernetes, CI/CD, infrastructure (15 agents, 16 skills)
- 🔒 Security - Security scanning, compliance (8 agents, 5 skills)
- 🤖 Data & ML - Data engineering, MLOps, LLM apps (9 agents, 16 skills)
- 📚 Documentation - Technical docs, API docs (12 agents, 4 skills)
- ✅ Testing & QA - Unit testing, TDD, performance (7 agents, 3 commands)
- ⚙️ Systems Programming - Rust, Go, C/C++ (7 agents, 6 skills)
- 📈 Business & Marketing - Analytics, SEO (10 agents, 7 skills)
- 🎭 Agent Orchestration - Multi-agent systems (7 agents, 9 skills, 13 commands)
- 🎯 Specialized - Blockchain, game dev, trading (9 agents, 16 skills)
Total: 81 plugins, 191 agents, 155 skills, 61 commands
🎯 Multi-Harness Scaffolding
Scaffold agents for multiple AI coding assistants:
- Claude Code -
.claude/plugins/
- Cursor -
.cursor-plugin/plugins/
- Gemini CLI -
.gemini/
- Codex CLI -
.codex/agents/
- OpenCode - Similar to Claude Code
- GitHub Copilot -
.github/copilot/instructions.md
🌐 Interactive Dashboard
Built-in webview dashboard for browsing and managing agents.
🚀 Getting Started
Prerequisites
Python 3.10+ installed
AgenticQ CLI installed:
pip install agenticq
Clone the upstream marketplace (first time only):
git clone https://github.com/wshobson/agents.git /tmp/wshobson-agents-research
Generate catalog:
agenticq update
Installation
Install from VS Code Marketplace:
- Open VS Code
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "AgenticQ"
- Click Install
Or install from .vsix:
code --install-extension agenticq-0.1.0.vsix
📖 Usage
Get Recommendations
- Open a project in VS Code
- Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
- Type:
AgenticQ: Get Recommendations
- Review recommended plugins
- Select plugins to scaffold
Browse Domains
- Open Command Palette
- Type:
AgenticQ: Browse Domains
- Explore the domain tree in the sidebar
- Click on plugins to view details
Scaffold Plugins
- Open Command Palette
- Type:
AgenticQ: Scaffold Plugins
- Enter plugin names (comma-separated):
python-development, unit-testing
- Select target harness:
claude-code, cursor, etc.
- Plugins are scaffolded into your project
Open Dashboard
- Open Command Palette
- Type:
AgenticQ: Open Dashboard
- Interactive webview opens with full catalog
⚙️ Extension Settings
This extension contributes the following settings:
agenticq.pythonPath: Path to Python interpreter (default: python)
agenticq.autoRecommend: Automatically recommend on project open (default: false)
agenticq.defaultHarness: Default harness for scaffolding (default: claude-code)
🔧 Commands
| Command |
Description |
AgenticQ: Get Recommendations |
Analyze project and get plugin recommendations |
AgenticQ: Browse Domains |
Browse all domains and plugins |
AgenticQ: Scaffold Plugins |
Scaffold selected plugins into project |
AgenticQ: Open Dashboard |
Open interactive dashboard webview |
📋 Requirements
- Python: 3.10 or higher
- AgenticQ CLI: Installed via
pip install agenticq
- Upstream Marketplace: Cloned from wshobson/agents
🐛 Known Issues
- Extension requires AgenticQ CLI to be installed and in PATH
- First-time setup requires cloning upstream marketplace
- Catalog must be generated before use (
agenticq update)
Report issues at: GitHub Issues
📝 Release Notes
0.1.0 (2026-05-30)
Initial Release
- ✨ Smart project analysis and recommendations
- 📦 Browse 83 plugins across 12 domains
- 🎯 Multi-harness scaffolding support
- 🌐 Interactive dashboard webview
- 🔌 JSON-RPC bridge to Python CLI
- 📊 Domain tree view in sidebar
🤝 Contributing
Contributions are welcome! Please visit:
📄 License
MIT License - see LICENSE
🙏 Credits
AgenticQ indexes and scaffolds plugins from the wshobson/agents marketplace:
- Seth Hobson (@wshobson) - Primary author and maintainer
- Community Contributors - Plugin authors and contributors
🔗 Links
Enjoy building smarter with AgenticQ! 🚀
| |