Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>AgenticQNew to Visual Studio Code? Get it now.
AgenticQ

AgenticQ

Sandesh Bagmare

|
1 install
| (0) | Free
Intelligent Agent Scaffolding Engine for VS Code - Discover and scaffold agents from wshobson/agents marketplace
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AgenticQ VS Code Extension

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

Version License

🎬 Demo

AgenticQ VS Code Extension 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

  1. Python 3.10+ installed

  2. AgenticQ CLI installed:

    pip install agenticq
    
  3. Clone the upstream marketplace (first time only):

    git clone https://github.com/wshobson/agents.git /tmp/wshobson-agents-research
    
  4. Generate catalog:

    agenticq update
    

Installation

  1. Install from VS Code Marketplace:

    • Open VS Code
    • Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
    • Search for "AgenticQ"
    • Click Install
  2. Or install from .vsix:

    code --install-extension agenticq-0.1.0.vsix
    

📖 Usage

Get Recommendations

  1. Open a project in VS Code
  2. Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  3. Type: AgenticQ: Get Recommendations
  4. Review recommended plugins
  5. Select plugins to scaffold

Browse Domains

  1. Open Command Palette
  2. Type: AgenticQ: Browse Domains
  3. Explore the domain tree in the sidebar
  4. Click on plugins to view details

Scaffold Plugins

  1. Open Command Palette
  2. Type: AgenticQ: Scaffold Plugins
  3. Enter plugin names (comma-separated): python-development, unit-testing
  4. Select target harness: claude-code, cursor, etc.
  5. Plugins are scaffolded into your project

Open Dashboard

  1. Open Command Palette
  2. Type: AgenticQ: Open Dashboard
  3. 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:

  • Repository: github.com/sandeshbagmare/AgenticQ
  • Issues: github.com/sandeshbagmare/AgenticQ/issues

📄 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

  • Marketplace: VS Code Marketplace
  • Repository: GitHub
  • Documentation: README
  • Upstream Marketplace: wshobson/agents

Enjoy building smarter with AgenticQ! 🚀

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft