-
Notifications
You must be signed in to change notification settings - Fork 0
Home
GitHub Actions edited this page Jan 29, 2026
·
6 revisions
Modular AI agent system - Universal compatibility + optimized experiences
Works with Claude Code, Cursor, Windsurf, VS Code, and any LLM
# 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/- Modular System - Dual approach architecture
- Installation - Setup and configuration
- Getting Started - Step-by-step guide
- Project Structure - Organization overview
- Agents Reference - Complete agent catalog
- Universal Agents - Multi-tool compatible agents
- Claude Code Agents - Optimized for Claude Code
- Architecture Overview - System design principles
- Stack Guide - Technology-specific guides (.NET, React)
- MCP Server - Model Context Protocol integration
- Configuration Reference - Complete configuration options
- Synchronization - Keeping agents in sync
- Custom Agents - Creating your own agents
- Enterprise MCP - Enterprise patterns
- Migration Guide - Migrating from other systems
- Troubleshooting - Problèmes courants et solutions
- FAQ - Questions fréquentes
# 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"- ✅ 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.
Les contributions sont bienvenues ! Voir CONTRIBUTING.md
This documentation is automatically synced from the main repository.