The Universal Agent is your main development partner with 35+ capabilities:
Copy
# Basic agent usage/agent universal-agent "Create a simple React component"# More complex tasks/agent universal-agent "Build a complete authentication system with React frontend and Node.js backend"# Code analysis/agent universal-agent "Analyze this codebase for performance issues and suggest optimizations"
# React components/agent universal-agent "Create a responsive navigation component with TypeScript"# Next.js applications/agent universal-agent "Build a Next.js blog with MDX support and dark mode"# UI/UX optimization/agent universal-agent "Improve the accessibility and performance of this React app"
Backend Development
Copy
# API development/agent universal-agent "Create a REST API for user management with JWT authentication"# Database integration/agent universal-agent "Set up PostgreSQL with Prisma ORM and create user schema"# Microservices/agent universal-agent "Design a microservices architecture for e-commerce platform"
DevOps & Deployment
Copy
# Docker setup/agent universal-agent "Create Docker configuration for this Node.js application"# CI/CD pipeline/agent universal-agent "Set up GitHub Actions workflow for automated testing and deployment"# Kubernetes deployment/agent universal-agent "Create Kubernetes manifests for production deployment"
Interactive conversation with manual confirmation:
Copy
# Example: Creating a file with confirmation/write src/components/Button.tsx# → Shows preview# → Asks for confirmation# → Explains what will be created
# Set Anthropic API key/set-key anthropic sk-ant-api03-...# Set OpenAI API key/set-key openai sk-...# Set Google API key/set-key google AIza...# Check configuration/config
# Set creativity level (0.0 = focused, 2.0 = creative)/temp 0.7# Set system prompt/system "You are a senior React developer specializing in TypeScript"# Enable/disable history/history on
# Check agent capabilities/agents# Use specific capabilities/agent universal-agent "Optimize this code for performance"/agent universal-agent "Add comprehensive testing to this project"
Pro Tip: Use /help at any time to see all available commands. NikCLI is context-aware and will show relevant options based on your current project and mode.