Official Agiletec OSS plugin marketplace
npx claudepluginhub agiletec-inc/airis-agentAiris Agent — Autonomous AI workflow orchestrator for Claude Code (Deep Research, Repo Index, Confidence Check, Self-Review)
Autonomous AI workflow orchestrator for Claude Code
Airis Agent is the intelligence layer of the Airis Suite, providing autonomous workflow orchestration with confidence gating, deep research, repository indexing, and self-review capabilities for AI-enhanced development.
Airis Agent is the intelligence layer of the AIRIS Suite - making all AI coding assistants smarter across Claude Code, Cursor, Windsurf, Codex, and Gemini CLI.
| Component | Purpose | For Who |
|---|---|---|
| airis-agent (this repo) | 🧠 Intelligence layer for all editors (confidence checks, deep research, self-review) | All developers using Claude Code, Cursor, Windsurf, Codex, Gemini CLI |
| airis-mcp-gateway | 🚪 Unified MCP proxy with 90% token reduction via lazy loading | Claude Code users who want faster startup |
| mindbase | 💾 Local cross-session memory with semantic search | Developers who want persistent conversation history |
| airis-workspace | 🏗️ Docker-first monorepo manager | Teams building monorepos |
| airiscode | 🖥️ Terminal-first autonomous coding agent | CLI-first developers |
mindbase_search, mindbase_store)# Option 1: Install airis-agent plugin (recommended for Claude Code users)
/plugin marketplace add agiletec-inc/airis-agent
/plugin install airis-agent
# Option 2: Clone all AIRIS repositories at once
uv run airis-agent install-suite --profile core
# Option 3: Install individual components as needed
# See each repository for standalone installation
What you get with the full suite:
Airis Agent is an autonomous workflow orchestrator that enhances Claude Code with:
Philosophy: Prevent wrong-direction work through confidence gating, not post-hoc fixes.
Required:
uvx (auto-installed by Claude Code for MCP servers)
airis-agent-mcp and airis-mcp-gateway use uvx for lightweight deploymentOptional but Recommended:
airis-workspace - Monorepo management tool (enhances airis-agent capabilities)airiscode - Terminal-first autonomous coderSee Install the complete Airis Suite below for one-command installation.
Step 1: Add the Agiletec marketplace to Claude Code
/plugin marketplace add agiletec-inc/airis-agent
Step 2: Install the plugin
/plugin install airis-agent
Step 3: Verify installation
/plugin list
You should see: airis-agent@agiletec-inc (enabled)
Step 4: Test the plugin
# All workflows are handled by the airis_agent MCP tool with automatic intent detection
# The tool detects intent from your task description:
# - "research JWT best practices" → Deep Research Protocol
# - "index repository" → Repository Index Protocol
# - "optimize docs" → Document Optimization Protocol
# - Other tasks → Task Protocol (with Confidence Check)
MCP-First Architecture: No slash commands needed. The airis_agent MCP tool orchestrates all workflows through intelligent intent detection