feat: Add intelligent auto-router and enhanced integrations

- Add intelligent-router.sh hook for automatic agent routing
- Add AUTO-TRIGGER-SUMMARY.md documentation
- Add FINAL-INTEGRATION-SUMMARY.md documentation
- Complete Prometheus integration (6 commands + 4 tools)
- Complete Dexto integration (12 commands + 5 tools)
- Enhanced Ralph with access to all agents
- Fix /clawd command (removed disable-model-invocation)
- Update hooks.json to v5 with intelligent routing
- 291 total skills now available
- All 21 commands with automatic routing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
admin
2026-01-28 00:27:56 +04:00
Unverified
parent 3b128ba3bd
commit b52318eeae
1724 changed files with 351216 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
---
title: "Coding Agent: Create Apps on Demand"
---
import ExpandableImage from '@site/src/components/ExpandableImage';
# Coding Agent: Create Apps on Demand
Build full-stack applications, websites, and interactive games with AI-powered coding agents.
**Task:** `Can you create a snake game in a new folder and open it when done?`
```bash
dexto --agent coding-agent "Can you create a snake game in a new folder and open it when done?"
```
<ExpandableImage src="/assets/coding_agent_demo.gif" alt="Snake Game Development Demo" title="Coding Agent: Create Apps on Demand" width={900} />
## What it does
The Coding Agent can:
- Generate complete applications from natural language descriptions
- Write HTML, CSS, JavaScript, TypeScript, and more
- Create interactive games and websites
- Automatically open finished projects in the browser
- Refactor and debug existing code
## Requirements
- Anthropic Claude Haiku 4.5 (included in agent config)
- Filesystem and browser tools (included)
## Try it
```bash
# Install the agent
dexto install coding-agent
# Open the agent in web UI
dexto --agent coding-agent
## One shot prompts in CLI
# Create a game
dexto --agent coding-agent "create a snake game in HTML/CSS/JS, then open it in the browser"
# Build a website
dexto --agent coding-agent "create a landing page for a coffee brand inspired by star wars"
```
The agent will:
1. Create project files and folders
2. Write the code
3. Open the finished app in your browser
## Supported Languages
50+ programming languages and config formats including:
- HTML, CSS, JavaScript, TypeScript
- Python, Go, Rust
- React, Vue, Svelte
- And more