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
What’s coming
We’re building first-party skill support and planning mode so Tembo can handle work in staged steps: Research → Plan → Implement → Review → Iterate This will improve PR quality on larger tasks, where today the agent may need a few iterations before the output is merge-ready. Rule files and skills in dotfile directories are the best way to guide agents today.Tembo Managed Skills
You can also create and manage skills directly in Tembo. Open Settings → Skills to:- Add a new skill
- Give it a name and description
- Write the main instructions in
SKILL.md - Add extra reference files if needed
- Edit or delete existing skills