Skip to content

Skills and reusable workflows

The Tylor skill tells your agent how to operate your workspace. A separate workflow skill can hold instructions you want to reuse: which template to use, which files may change, how to check the result, or which terminology to preserve.

This lets you bring your own process to Tylor without repeating it in every prompt.

Name the skills and the task together. For example, if you have installed a skill containing your team’s document conventions:

Use my team-document-check skill together with the Tylor skill.
Check the project “Tylor · Paper review meeting” against those
conventions. Propose wording changes as tracked suggestions;
report layout issues separately. Do not publish the document.

team-document-check is an illustrative name, not a skill bundled with Tylor. The other skill must exist in your agent environment. Its instructions determine the specialist checks; Tylor supplies access to the project and its files.

A Typst template or local package controls how a document is typeset. An agent skill controls how the agent carries out a task. They can work together:

Use the Tylor skill to create a project from my “Workshop notes”
template. Import the notes I attached, keep their wording,
compile the document, and inspect every page for layout problems.

For an existing revision sheet, you could ask the agent to adjust the template’s spacing while preserving the exercises and correction. For a paper, you could ask it to diagnose compilation or update figure paths. The document’s purpose stays in your instructions.

A revision-sheet project with separate content, correction, and reusable layout files in Tylor

A skill can record a repeatable sequence such as:

  1. Find the named Tylor project and pull its current files.
  2. Apply the checks you specified to the requested files.
  3. Submit wording changes as suggestions, or push authorized source edits.
  4. Compile and inspect the rendered pages.
  5. Report what changed and what still needs your decision.

Keep your specialist instructions in a separate skill from the installed Tylor skill. Define when it should run and what result you expect. The agent setup page links to each tool’s skill documentation and install locations.

A skill makes instructions reusable; it does not guarantee the result. Open the project, inspect the diff or suggestions, and check the rendered document. Review agent changes explains the available controls in Tylor.