dexto
Build and run custom AI agents from simple YAML configs
All Skills in This Repository (6)
Pure Emerald Level Indicatorsplan
Coordinate planning and approval workflows before coding.
create-skill
Create and update Dexto skill bundles with SKILL.md, handlers, scripts, and MCP configs.
automations
Create and manage scheduled automations using cron-based scheduler tools.
simplify
Reviews changed code for reuse, quality, and efficiency issues, then fixes them.
tdd
Guides test-driven development using the red-green-refactor loop with vertical slicing.
grill-me
Interviews the user about a plan or design to resolve every decision branch.
Frequently Asked Questions
FAQPage SchemaHow to install Dexto?โผ
Run `npx skills add truffle-ai/dexto --all -g -y` in your terminal to install all skills in this suite globally.
What is Dexto used for?โผ
Dexto is an agent harness that turns LLMs into reliable agents with tools, memory, and sessions. You define agents in YAML and run them via CLI, web UI, or API.
Which AI models does Dexto support?โผ
It supports 50+ models from OpenAI, Anthropic, Google, Groq, xAI, and local models via Ollama, plus gateways like OpenRouter and AWS Bedrock.
Can Dexto connect to external tools?โผ
Yes. It integrates with Model Context Protocol (MCP) servers like filesystem, Puppeteer, and Linear, configured directly in your agent's YAML file.
Do I need to write code to create a Dexto agent?โผ
No. Agents are defined in simple YAML config files, and a production-ready coding agent works out of the box after install.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core