tile-creator

Create and configure tessl tiles with SKILL.md and folder structure.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/tesslio/agent-browser-skill --skill tile-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tile-creator
Source: https://github.com/tesslio/agent-browser-skill/tree/main/.tessl/tiles/tessleng/tile-creator
Command: npx skills add https://github.com/tesslio/agent-browser-skill --skill tile-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tessl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Tile Creator provides a guided workflow to scaffold tessl tiles from scratch or by converting existing content, ensuring a consistent entry point (SKILL.md) and a standard folder layout for docs, rules, and skills.

Core Features & Use Cases

  • Scaffolds a complete tile structure (tile.json, docs/, rules/, skills/) and a SKILL.md entry for skills.
  • Enables conversion of existing content into standardized tessl tiles, preserving metadata and enabling lint/validation.
  • Simplifies CLI workflows by offering a reusable, documented process and examples.

Quick Start

Run tessl tile new with your tile name and content type to generate a ready-to-edit tile skeleton.

Frequently Asked Questions about tile-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create tessl tiles for docs, rules, and skills?

You can convert existing docs into tessl tiles by using the conversion process to map your current content into a standard folder layout. This preserves your metadata and generates a standard tile.json and SKILL.md entry point.

What is the required folder structure for tessl tile creation?

The required folder structure for tessl tile creation includes a root tile.json file, a SKILL.md entry point, and organized directories for docs, rules, and skills. This layout ensures consistent organization for deterministic workflows.

Can I convert existing repositories into tessl tiles?

Yes, you can convert existing repositories into tessl tiles by scaffolding the content into the standard tessl folder structure. This process preserves your metadata and enables lint validation for the newly converted tile.

Do I need the tessl dependency to scaffold new tile structures?

Yes, you need the tessl dependency installed to scaffold new tile structures. The tile creation process relies on tessl to generate the tile.json, SKILL.md entry, and standard docs, rules, and skills directories.

What's the best way to organize automation scripts and references in a tessl tile?

The best way to organize automation scripts and references in a tessl tile is to place them in their designated folders within the standard tile structure. This ensures deterministic workflows and allows the tile to be properly validated.