qbiz-agents

Qbizinc/qbiz-agents
★ 0 stars Python 🤖 AI/LLM Updated today
Central repository for all Qbiz AI skills, MCP server definitions, and bundles
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "qbiz-agents": {
      "command": "uvx",
      "args": [
        "qbiz-agents"
      ]
    }
  }
}

Or install with pip: pip install qbiz-agents

README Excerpt

The central repository for all Qbiz AI agents, skills, and MCP server definitions. Skills are model-agnostic and work with both **Claude** and **Gemini**. --- This repo is the single source of truth for reusable AI capabilities across Qbiz projects. Instead of every project reinventing the same prompts and agent workflows, teams install skills from here and get consistent, maintained behavior across all models.

Tools (1)

pip