CtrlK
BlogDocsLog inGet started
Tessl Logo

product-plugins

github.com/tesslio/product-plugins

SkillAddedReview
decompose-into-skills

plugin-creator/skills/decompose-into-skills/SKILL.md

Use during build when a skill or a problem is too big for one skill - a sprawling SKILL.md doing several jobs, or a large problem the user wants a single skill for. Splits it into focused, independently-verifiable skills, with a plugin as the superstructure that holds them together.

90

1.31x
create-context

plugin-creator/skills/create-context/SKILL.md

Use when someone wants to turn a problem, a messy or sprawling skill, or some existing work into well-shaped reusable context for their agent. Triggers include "help me make a skill for X", "my skill is a mess, sort it out", "I want to get more out of Tessl with this skill", or "package this so my team can use it". Runs the arc - understand the problem, gather the artifacts, plan the right composition, build it - then points to eval as a separate next step.

91

1.31x
review-pull-request

plugin-creator/evals/scenario-5/inputs/install-cache/tessl/pr-reviewer/skills/review-pull-request/SKILL.md

Use when reviewing a pull request, to check for logic bugs, style consistency, and security concerns and summarise the findings for the author.

56

inputs

plugin-creator/evals/scenario-4/inputs/SKILL.md

Invalid
database-admin

plugin-creator/evals/scenario-1/inputs/SKILL.md

Database administration tasks including schema changes, backups, monitoring, and user access management.

57

skill-reviewer

default-skill-review/skills/skill-reviewer/SKILL.md

Evaluate a SKILL.md for quality. An agent that dynamically discovers the rubric files and scores the skill against each, producing one result per rubric. Use when running a skill review workflow or testing skill quality against configurable rubrics.

65

api

api/skills/api/SKILL.md

Find and call Tessl API endpoints. Use this WHENEVER you need a Tessl REST API endpoint — to discover which endpoint does something, to learn an endpoint's path, parameters, request body shape, or response shape, or to actually call the Tessl API. Reach for this skill INSTEAD OF reading the raw `openapi.json` spec.

85

1.91x
add-api-endpoint

review-plugin-creator/evals/derive-rubric-from-evidence/inputs/target-skill/SKILL.md

Add an endpoint to the backend.

37

build-composition

plugin-creator/skills/build-composition/SKILL.md

Use once there is a confirmed composition plan, to create it. Scaffolds the plugin, authors or restructures the skills, and adds the rules, hooks, MCP servers, or commands the plan called for. Uses the CLI to scaffold the plugin, then authors the planned composition.

92

1.31x