Use the fast-agent plugin when you need flexible LLM interaction for coding agents, evaluation workflows, or development tasks with MCP support.
Quick Start
1. Check Installation
dcli fast-agent self version
2. Run a Task
dcli fast-agent agent run --task "Your task prompt here"
3. Run Evaluation
dcli fast-agent eval run --suite your-suite-name
4. Start Server
dcli fast-agent server serve --port 8080 --host localhost
Agent Notes
fast-agent supports MCP (Model Context Protocol) for extended capabilities
Use eval for running evaluation suites on tasks
The serve command starts a server for API-style interactions
Configure models and agents via environment variables or config files
1---2name: quickstart-20733description: fast-agent Skill4---5# fast-agent Skill67Use the fast-agent plugin when you need flexible LLM interaction for coding agents, evaluation workflows, or development tasks with MCP support.89## Quick Start1011### 1. Check Installation12```bash13dcli fast-agent self version14```1516### 2. Run a Task17```bash18dcli fast-agent agent run --task "Your task prompt here"19```2021### 3. Run Evaluation22```bash23dcli fast-agent eval run --suite your-suite-name24```2526### 4. Start Server27```bash28dcli fast-agent server serve --port 8080 --host localhost29```3031## Agent Notes3233- fast-agent supports MCP (Model Context Protocol) for extended capabilities34- Use `eval` for running evaluation suites on tasks35- The `serve` command starts a server for API-style interactions36- Configure models and agents via environment variables or config files
Run npx skillmds@latest add javimosch/quickstart-2073 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
fast-agent Skill It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.