Agent Skills
Reference for the repository-native skills available to AI coding agents working with Dynamo.
Dynamo includes agent skills for development, documentation, deployment, operations, and performance optimization. Compatible coding agents discover the skills from the repository and select them based on your request. Describe the outcome you want; you do not normally need to name a skill explicitly.
The canonical sources live in
.agents/skills/. The skills/ and
.claude/skills/ directories are compatibility symlinks to the same content.
Development and Documentation Skills
Deployment and Operations Skills
Performance Optimization Skills
These skills form the optimization workflow. The loop also uses deploy-dynamo-recipe to deploy the
confirmed baseline and each approved candidate.
See the optimization loop for the full sequence and the evidence rules for benchmark validity requirements.
Usage Notes
- Invoke by intent. Ask for the result you need, such as deploying a model, investigating a regression, reviewing a pull request, or optimizing against a Service Level Objective (SLO).
- Set budgets for optimization. State GPU-hour, wall-clock, and failed-deployment limits before starting a long-running optimization loop.
- Use goal mode for unattended runs. Answer the agent’s workload questions before enabling the harness’s goal or budget mode.
- Protect credentials. Do not provide secrets in prompts or allow credentials into generated run artifacts.