Skills are instructions that live in your repository and guide how agents approach work. They help agents follow multi-step processes like research, planning, implementation, and review instead of doing everything in a single pass.Documentation Index
Fetch the complete documentation index at: https://test-8862363a-tembo-update-docs-new-features-2026-03.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
How it works
Place skills in the dotfile directory for your coding agent at the root of your repository:.claude/for Claude Code.codex/for Codex.opencode/for OpenCode.cursor/for Cursor
Example
A skill that guides the agent through a structured implementation flow:What skills are good for
- Enforcing a research-then-implement workflow
- Requiring test coverage before opening a PR
- Defining code review checklists the agent runs against its own output
- Setting quality thresholds for different task types