Skip to content
GitHub Actions edited this page Jan 29, 2026 · 6 revisions

🤖 AI Agent Kit

Modular AI agent system - Universal compatibility + optimized experiences
Works with Claude Code, Cursor, Windsurf, VS Code, and any LLM


🔄 Quick Start

# 1. Sync agents (generates optimized versions)
.\scripts\sync-agents-v2.ps1

# 2. Use anywhere!
# Claude Code: @architect "Design system"
# Other tools: Copy from .ai-agents/agents/

📚 Documentation

🚀 Getting Started

🏗️ Core Concepts

📖 Reference

🔧 Advanced

🆘 Support


🎯 Quick Start

# Installation rapide
curl -fsSL https://raw.githubusercontent.com/krovomi/ai-agent-kit/main/install | bash

# Utiliser un agent
@architect "Design user authentication system"

# Utiliser un workflow
@chain:backend-feature "Add CRUD operations for users"

🌟 Features

  • Modular agents for specific tasks
  • Pre-built workflows for common patterns
  • Multi-stack support (.NET, React, Node.js)
  • Enterprise-ready patterns
  • Auto-synced documentation with this wiki!

💡 Tip: Use the navigation on the right to explore topics, or search above for specific content.

Clone this wiki locally