Agent Commands
NikCLI provides powerful AI agent management capabilities for autonomous task execution. These commands allow you to list, configure, and execute tasks with specialized AI agents.Core Agent Commands
/agents
List all available AI agents with their capabilities and status.
Syntax:
- Agent name and type
- Specialization areas
- Current status (available/busy)
- Performance metrics
- Last used timestamp
/agent [name] [task]
Execute a specific task using a named agent.
Syntax:
agent-name- Name of the agent to usetask-description- Detailed description of the task
backend-expert- Backend development, APIs, databasesfrontend-expert- Frontend development, React, UI/UXdevops-expert- DevOps, CI/CD, containerizationcode-review- Code review and quality analysissystem-admin- System administration and configurationuniversal-agent- General-purpose agentautonomous-coder- Fully autonomous coding
/auto [task]
Execute a task with full autonomous mode - the system selects the best agent and approach.
Syntax:
- Automatic agent selection
- Multi-step task breakdown
- Progress monitoring
- Error recovery
- Resource optimization
/parallel [tasks]
Execute multiple tasks in parallel using different agents.
Syntax:
- Concurrent execution
- Resource management
- Progress tracking
- Dependency handling
- Result aggregation
Agent Factory Commands
/factory
Show the agent factory status and available agent templates.
Syntax:
- Available agent templates
- Custom agent definitions
- Factory configuration
- Resource usage
- Creation history
/create-agent [specification]
Create a custom agent with specific capabilities.
Syntax:
frontend- Frontend-focused agentbackend- Backend-focused agentfullstack- Full-stack development agentmobile- Mobile development agentdata- Data analysis and ML agentsecurity- Security-focused agentcustom- Interactive custom agent creation
- Agent name and description
- Specialization areas
- Tool access permissions
- Resource limits
- Behavioral parameters