Back to home
AgentSkills Spec

Teach your agent new skills

Write a Markdown file. Coqui gains a new capability. No code, no plugins, no config. Skills follow the open AgentSkills specification.

# SKILL.md — Deploy to Production

## Trigger
When the user says "deploy" or "push to prod"

## Steps
1. Run the test suite with `composer test`
2. If tests pass, run `./deploy.sh`
3. Report the deployment URL

## Context
- Always confirm before deploying
- Log the git SHA that was deployed
Auto-Discovery

Place a SKILL.md anywhere in your project. Coqui finds and loads it automatically.

Progressive Disclosure

Skills are loaded on-demand by relevance, keeping the context window lean.

ClawHub Registry

Share and install community skills from the ClawHub registry with one command.