A collection of Agent Skills for working with Tines products.
Install the collection with the skills CLI:
npx skills add tines/skillsInstall one skill by name:
npx skills add tines/skills --skill workflow-discoverySkills can target different Tines products. Check each skill’s compatibility frontmatter before loading it; all skills currently in this repository target Tines 3B.
| Skill | Purpose |
|---|---|
building-agents |
Build model calls, tool-using agents, conversations, and chat UIs into 3B workflows. |
mcp-builder |
Build MCP servers, including servers deployed as authenticated 3B workflow routes. |
mcp-client |
Call remote MCP servers over streamable HTTP from a 3B workflow. |
workflow-discovery |
Turn an automation idea into a clear workflow brief and practical design. |
workflow-volume-design |
Design reliable filesystem state, named volumes, SQLite stores, and concurrent file handling. |
| Skill | Purpose |
|---|---|
workflow-operations |
Add schedules, triggers, notifications, retries, logging, and follow-on automation. |
workflow-review |
Explain, test, simplify, and improve an existing workflow. |
webapp-testing |
Test web applications with Playwright from a code step. |
| Skill | Purpose |
|---|---|
dashboard-design |
Build polished, interactive analytics dashboards. |
frontend-design |
Create distinctive, production-grade frontend interfaces. |
| Skill | Purpose |
|---|---|
cross-tool-research |
Find and correlate information across connectors. |
daily-briefing |
Build concise briefings from calendars, tasks, tickets, messages, and documents. |
internal-comms |
Write clear internal updates, reports, FAQs, and newsletters. |
status-update |
Draft evidence-based status updates from recent work. |
| Skill | Purpose |
|---|---|
claude-api |
Build, debug, and optimize code that calls the Claude API. |
skill-creator |
Write and improve 3B Agent Skills. |
tines-cases |
Work with Tines Cases and Records from 3B. |
tines-export-to-3b |
Rebuild a Tines story export as a 3B workflow. |
Each directory under skills/ is a self-contained skill with a required SKILL.md and any supporting scripts, references, or assets it needs.
Apache-2.0. See LICENSE and THIRD_PARTY_NOTICES.md.