CtrlK
BlogDocsLog inGet started
Tessl Logo

mikaelkaron/tessl

Installs the tessl skill tile for an installed skills plugin. Use when asked to install a tile for a plugin or register a skill tile with tessl.

80

Quality

100%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files
name:
mks-tessl
description:
Install, uninstall, or list tessl skill tiles for installed mks plugins. Use this when asked to "install the tile for an mks plugin", "uninstall the tile for an mks plugin", "list tiles for an mks plugin", "tessl install PLUGIN", "tessl uninstall PLUGIN", or "tessl list". This skill is only for the mks CLI — not for any other plugin system.
compatibility:
Requires the mks CLI with the tessl plugin installed, and the tessl CLI available. If tessl is not found, output: `Error: tessl CLI not found. Install it from https://tessl.io`

tessl

Setup

Install the tessl plugin once per machine:

mks plugins:install tessl

Verify: mks tessl --help — expected: command help output.

If the plugin is not installed, output: Error: Plugin 'tessl' is not installed. Run: mks plugins:install tessl

Usage

All commands accept --global / -g to target ~/.tessl/ instead of the current project.

Install

mks tessl:install <plugin> [plugin...] [flags]

plugin: installed plugin name(s) (the oclif id, e.g. cherry-pick-filter) — required.

FlagShortDescription
--global-gInstall globally to ~/.tessl/
--yesSkip confirmation prompts and auto-select all skills
--verbose-vShow detailed warning messages
--accept-warningsPre-accept install policy warnings
--agent <agent>Override agents to install for (repeatable)
mks tessl:install cherry-pick-filter
mks tessl:install cherry-pick-filter tessl
mks tessl:install cherry-pick-filter --global
mks tessl:install cherry-pick-filter --yes --verbose
mks tessl:install cherry-pick-filter --agent claude-code --agent cursor

Verify: tile appears in .tessl/ (or ~/.tessl/ with --global).

Uninstall

mks tessl:uninstall <plugin> [plugin...] [--global]

plugin: installed plugin name(s) — required.

mks tessl:uninstall cherry-pick-filter
mks tessl:uninstall cherry-pick-filter tessl
mks tessl:uninstall cherry-pick-filter --global

Verify: tile absent from .tessl/ (or ~/.tessl/ with --global).

List

mks tessl:list [plugin...] [--global]

plugin: installed plugin name(s) to validate before listing — optional (omit to list all).

mks tessl:list
mks tessl:list cherry-pick-filter
mks tessl:list --global

Verify: tessl list output displayed without error.

Errors:

  • Error: Plugin '<plugin>' is not installed. — install the plugin first with mks plugins:install <plugin>
  • Error: Plugin '<plugin>' does not declare a tessl tile in package.json. — the plugin does not have a tessl.tile field
  • Error: tessl CLI not found. — install the tessl CLI from https://tessl.io
Workspace
mikaelkaron
Visibility
Public
Created
Last updated
Publish Source
GitHub
Badge
mikaelkaron/tessl badge