Proactively searches the Tessl registry for best-practice tiles before starting work that involves frameworks, libraries, or technologies where conventions matter. Triggers automatically when about to write tests, configure CI, set up auth, handle errors, design APIs, write database migrations, configure Docker, set up linting, or work with any framework or technology. Also triggers when the agent thinks "I should check if there are established best practices for this." Do NOT use for trivial edits, renaming variables, or tasks that don't involve technology-specific conventions. Requires Tessl MCP tools: search and install.
87
Quality
87%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
IMPORTANT: This skill is a mandatory pre-step. Run it BEFORE writing any implementation code. Do not skip it.
Search the Tessl registry for best-practice tiles and install them before starting work. This ensures the agent follows established conventions rather than relying on training data.
This skill MUST activate before starting any task that involves:
Do NOT activate for:
Read tessl.json and .tessl/RULES.md in the project root. List which tiles are already installed that relate to the current task.
If existing tiles fully cover the task's domain, state: "Already have best-practice guidance from [tile names]" and proceed with the original task.
Use the search MCP tool to find tiles related to the current task. Construct search queries from:
Run 1-3 searches with different query terms to maximize coverage. Prefer specific queries over broad ones.
For each tile found, assess:
If a found tile covers the same domain as an installed tile but appears more comprehensive or better maintained, flag it as a potential upgrade.
Discard tiles that are irrelevant or redundant.
Summarize what was found in a brief message:
Found [N] relevant best-practice tile(s) for [task description]:
- **workspace/tile-name** — [one-line summary of what it covers]
- **workspace/tile-name** — [one-line summary]
[If upgrade candidate]: Note: **workspace/new-tile** may be a better alternative to the already-installed **workspace/old-tile** — [reason].
Install these before proceeding? (y/n)If nothing relevant was found, state: "No relevant best-practice tiles found in the registry" and proceed with the original task.
On user approval, use the install MCP tool to install the selected tile(s).
After installation, briefly summarize the key practices the tile introduces (2-3 bullet points max) and then proceed with the original task, following the newly installed guidance.
If the user says they don't want to be asked about tile installation in future (e.g. "just install them", "stop asking", "auto-install from now on"), respect this for the remainder of the session. In subsequent activations during the same session, install relevant tiles without prompting and just summarize what was installed.
search returns no results or fails: proceed with the original task using existing knowledge. Do not block the user's work.install fails: report the error, note the tile name for manual installation, and proceed with the original task.