Before you install
The skills are inert on their own. Everything they describe is a call to a Tatara MCP tool, so your agent needs a connected Tatara MCP server first. See Connect an agent.
Installing
Install all five skills into every agent tool detected on your machine:-a, which is repeatable:
As a Claude Code plugin
On claude.ai
Download the repository, zip a folder underskills/, and upload it in claude.ai under Settings → Capabilities → Skills.
The five skills
One core skill and four format skills.How the skills combine
The coretatara skill is always in play. It owns the workflow (search first, resolve the folder, tag from the taxonomy, then write) and the recovery loop when a write is rejected. A format skill loads on top of it when a document needs a rich view, and it governs only the body content.
So a plain prose document needs only the core skill. A board needs the core skill and tatara-kanban: the core skill decides where the document is filed and how it is tagged, and tatara-kanban decides what the body bytes look like.
Choosing between the format skills
See Document formats for what each format requires.Board or task checklist
Both use- [ ] checkbox items, so look past the checkbox to where the meaning lives.
- Choose kanban when the column a card sits in is the state. The work of the document is moving cards between columns.
- Choose tracker when the metadata on each task is the point: per-task tags, a priority glyph, a
📅 YYYY-MM-DDdue date, a✅ YYYY-MM-DDcompletion date. Tasks can be grouped under## Sectionheadings, but the grouping is optional and is not a state machine.
Table or base
Both render as a grid, which is where the confusion starts. The difference is what owns the rows.- A table holds its own data. The rows live in the document body as one pipe table, with a declared type per column.
- A base holds no data of its own. It is a saved view whose rows are other documents in your brain, selected by filters. The body contains only the query.
Repository
tatara-app/tatara-skills
The skills are open source under the MIT licence. Read them to see exactly what your agent is told about each format.