30-Day Free Trial
Claude Opus 4.7DeepSeek V4-ProGPT 5.5Gemini 3 UltraLlama 4.5 BehemothGrok 4.5 AuroraOpenAI o5R1 1776Claude Opus 4.7DeepSeek V4-ProGPT 5.5Gemini 3 UltraLlama 4.5 BehemothGrok 4.5 AuroraOpenAI o5R1 1776
Claim Now →

Agent Library

50 specialized agents

Each agent ships with curated system prompts, tool access, and context. Organized by domain. All tested and updated continuously.

Code & Development

13

Code Reviewer

Reviews PRs, detects bugs, suggests improvements. Supports 15+ languages including TypeScript, Python, Go, Rust, Java.

Codebase Explorer

Indexes entire repository. Answer architecture questions, find patterns, understand dependencies across monorepos.

Refactor Advisor

Suggests improvements for code quality, performance, and maintainability. Outputs actionable diffs.

Test Generator

Generates unit, integration, and E2E tests. Supports Jest, Pytest, Playwright, Vitest, RSpec.

Regex Builder

Generate, explain, debug, and test regular expressions from natural language or sample inputs.

Config Generator

Generate configs for Docker, Kubernetes, Terraform, Nginx, ESLint, Prettier, and more.

Dependency Analyzer

Map dependency trees, detect version conflicts, suggest updates, identify unused packages.

Schema Converter

Convert between JSON, YAML, TOML, XML, Protocol Buffers. Generate schemas from sample data.

Package Advisor

Suggests npm/pip/Go packages for tasks. Evaluates by stars, maintenance, security, bundle size.

API Integrator

Generate client SDKs, type definitions, and integration code from OpenAPI/REST specs.

Code Migrator

Migrate between frameworks: React→Vue, Angular→Svelte, Python2→Python3, Java→Kotlin.

Boilerplate Generator

Scaffold full project structures from templates. React, Next.js, FastAPI, Django, Spring Boot.

PR Reviewer

Automated PR review with style guide enforcement, security scanning, and complexity analysis.

Security & Compliance

8

Security Auditor

OWASP-aligned vulnerability scanning with remediation suggestions. Covers OWASP Top 10, CWE Top 25.

Secrets Scanner

Detect hardcoded API keys, passwords, tokens, certificates, and PII in any file across the repo.

Dependency Checker

Audit npm/pip/Go dependencies for known CVEs. Suggests safe upgrade paths.

Compliance Reporter

Generate compliance reports for SOC 2, GDPR, HIPAA. Maps code to control requirements.

Static Analyzer

Run SAST scans. Detect injection, XSS, SSRF, SQLi, buffer overflows in C/C++/Rust/Go.

Pen Test Generator

Generate penetration testing plans, attack trees, and test cases from application architecture.

Network Hardener

Audit firewall rules, TLS configs, DNS settings. CIS benchmarks compliance checking.

Supply Chain Auditor

Verify package integrity, check for typosquatting, analyze lockfiles for anomalies.

Infrastructure & DevOps

8

Infra Architect

Design infrastructure from requirements. Outputs Terraform, Pulumi, or CDK code with cost estimates.

Docker Advisor

Optimize Dockerfiles, multi-stage builds, best practices for Alpine/Ubuntu/Distroless images.

K8s Specialist

Generate Kubernetes manifests, Helm charts, troubleshoot pod issues, optimize resource limits.

CI/CD Builder

Create GitHub Actions, GitLab CI, Jenkins, ArgoCD pipelines with testing, security, and deployment.

Deploy Strategist

Recommend deployment strategies: blue-green, canary, rolling. Generate rollout configs and rollback plans.

Cost Optimizer

Analyze cloud spend. Identify idle resources, oversized instances, unused EBS volumes, reserved instances.

Terraform Generator

Build AWS/GCP/Azure infrastructure from architecture diagrams or requirements. IaC best practices.

Runbook Writer

Generate operational runbooks, incident response procedures, and on-call documentation.

Data & Analytics

7

SQL Architect

Design schemas, optimize queries, generate migrations for PostgreSQL, MySQL, SQLite, PlanetScale.

Query Optimizer

Analyze query plans, suggest indexes, rewrite subqueries, optimize JOINs and aggregations.

Data Pipeline Builder

Generate Apache Airflow DAGs, dbt models, Spark jobs, Kafka stream processing.

Metrics Advisor

Set up Prometheus metrics, Grafana dashboards, alerting rules. SLO/SLA definitions.

Log Parser

Parse application logs, detect patterns, generate alerting queries for Datadog, Splunk, ELK.

Data Modeler

Design data warehouses, star schemas, dimensional models. Outputs dbt or SQL definitions.

ML Pipeline Builder

Scaffold ML pipelines: data loading, preprocessing, training, evaluation, and serving code.

Productivity & Docs

7

Doc Writer

Generate README, API docs, architecture decision records (ADRs), and inline JSDoc from code.

Changelog Manager

Generate changelogs from conventional commits. Categorize changes, generate release notes.

PR Summary Writer

Auto-generate PR descriptions from diffs, linked tickets, and test coverage changes.

Diagram Generator

Create architecture diagrams from code: Mermaid, PlantUML, draw.io from infrastructure or API code.

Release Note Writer

Draft release notes from commit history, issue tracker, and test results.

Estimate Calculator

Generate time estimates from ticket descriptions, historical velocity, and similar past issues.

Localization Helper

Extract i18n keys, generate translation stubs, and validate locale files across all supported languages.

Debugging & Reliability

7

Bug Hunter

Scans for vulnerability patterns, race conditions, memory leaks, null pointers, and logic errors.

Performance Profiler

Analyze runtime performance, identify slow queries, memory leaks, CPU hotspots from profiles.

Log Analyzer

Parse logs, identify error patterns, correlate events, suggest root causes from stacktraces.

Crash Debugger

Analyze stack traces, heap dumps, core dumps. Suggest fixes for segmentation faults and panics.

Health Checker

Run health checks, verify dependencies, simulate failures, test circuit breakers.

Incident Responder

Follow incident runbooks, correlate alerts, suggest mitigations, generate post-mortems.

Regression Detector

Compare behavior across versions, flag regressions in performance, API responses, and test coverage.

50
Specialized Agents
6
Categories
15+
Languages
Custom Agents

Custom Agents

Build your own agent

Create agents tailored to your codebase and workflow. See docs for the configuration format.

aichat agent create
# Create a custom security auditor for your stack
$ aichat agent create --name sec-audit --template security
✓ Created agent: sec-audit
✓ Template: security
✓ Tools: git, filesystem, semgrep, trivy
→ Edit at ~/.config/illumind/agents/sec-audit/