Public Agent Skills published by Toggl. Each skill is a reusable instruction set that extends a coding agent (Claude Code, Cursor, Cline, and 70+ others) with Toggl-specific capabilities.
Install every skill in this repo:
npx skills add toggl/skillsThe CLI detects which agents you have installed and lets you pick where each skill
lands (it symlinks into e.g. ~/.claude/skills/ by default).
| Skill | What it does |
|---|---|
toggl-browser-integrations |
Author, post, and verify a Toggl 2.0 custom website integration (the in-page "Track" button) — build the integration JSON, find anchor/resolver CSS selectors, inject it on a live page, and confirm the button landed correctly. |
skills/
<skill-name>/
SKILL.md # YAML frontmatter (name, description) + instructions
Each skill lives in its own directory under skills/. The skills CLI walks
this directory one level deep, so adding a new skill is just a new folder with a
SKILL.md.
- Create
skills/<skill-name>/SKILL.mdwith valid frontmatter (name,descriptionare required). - Add a row to the table above.
- Open a PR. Once merged to the default branch, it's installable immediately —
there is no separate publish step;
npx skills add toggl/skillsclones this repo at install time.
MIT © Toggl