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
100%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Install the tessl plugin once per machine:
mks plugins:install tesslVerify: 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
All commands accept --global / -g to target ~/.tessl/ instead of the current project.
mks tessl:install <plugin> [plugin...] [flags]plugin: installed plugin name(s) (the oclif id, e.g. cherry-pick-filter) — required.
| Flag | Short | Description |
|---|---|---|
--global | -g | Install globally to ~/.tessl/ |
--yes | Skip confirmation prompts and auto-select all skills | |
--verbose | -v | Show detailed warning messages |
--accept-warnings | Pre-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 cursorVerify: tile appears in .tessl/ (or ~/.tessl/ with --global).
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 --globalVerify: tile absent from .tessl/ (or ~/.tessl/ with --global).
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 --globalVerify: 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 fieldError: tessl CLI not found. — install the tessl CLI from https://tessl.io