layerai/skills

layer-textures

Use when generating a texture with Layer that must repeat without a visible seam: ground, terrain, walls, fabric, foliage, stone, wood, pattern fills, or a tiling material for a game engine.

Zobacz źródło
Oryginalny dokument Skill

Treść z repozytorium z zachowaniem nagłówków, przykładów, kodu, tabel, linków i obrazów.

Layer Textures

Overview

A texture is not an image of a surface. It is an image whose left edge continues into its right edge and whose top continues into its bottom, so that a plane tiled with it shows no seam. A model will not do this unless the run asks for it.

The mandatory step is the capability filter: list_base_models with filter.capabilities: {tileability: true}. Note the shape: capabilities is an object of booleans, not a list of names. A model without it produces a picture of stone that seams visibly the moment it repeats, and no editing pass fixes that afterwards. Everything else on this page is secondary to getting that filter right.

Generation mechanics are in the layer skill. If a sibling skill named here is missing from your available skills, ask the user to install it (npx skills add layerai/skills --skill <name>); unattended, proceed from tool schemas and flag the gap.

State the scale

Scale is what separates a usable texture from an unusable one, and it is the most commonly omitted field. Say how much real-world surface the tile covers: "a 2-metre square of cobblestone, roughly twenty stones across" is a texture. "Cobblestone" could be one boulder or a city square, and the model will pick.

Anchor it to the feature rather than the tile: "individual planks about 15cm wide", "grass blades roughly 5cm", "brick courses at standard size". The engine will scale the material, but only if the density inside the tile is right to begin with.

Flat light, no hero features

Two prompt clauses do most of the remaining work:

  • Even, diffuse, flat lighting, no directional shadows. Baked-in shadow is the second-biggest

defect after seams. A texture lit from the upper left looks wrong everywhere the engine's light is not upper left, and it cannot be removed later.

  • Uniform distribution, no focal point, no single distinguishing feature. Generative models like

to compose, so they will place one dramatic cracked stone in the middle. Tiled across a floor, that crack becomes a grid of identical cracks and is the thing every player notices.

Ask for consistent variation instead: "evenly distributed wear and colour variation across the whole tile, no single dominant feature."

Judging the result

Do not judge a texture by looking at the tile. Judge it tiled. Check the four edges continue into each other, then check a 3x3 repeat for a motif that has become a pattern. A tile that looks excellent alone and shows an obvious rhythm at 3x3 is a failed tile.

If the seam is right but a feature repeats too visibly, the fix is usually a rerun with stronger uniformity language rather than an edit, since removing the feature locally reintroduces a seam.

Material maps

A texture for a lit engine scene usually needs more than colour. Where a model declares PBR or material outputs, take them in the same run rather than deriving normals from the colour map afterwards, which produces flat-looking surfaces. get_base_model is the authority on what a given model returns.

Pixel-art tiles carry these rules plus their own: see layer-pixel-art.

Worked example

"A seamless mossy stone floor for our dungeon."

  1. list_base_models with filter.use_case: "text_to_image" and

filter.capabilities: {tileability: true, square: true}. Take the first result. Without tileability this run is wasted.

  1. get_base_model, to see whether it exposes a tiling parameter that must also be set, and what

material outputs it offers.

  1. Prompt: "Seamless tileable texture of worn dungeon flagstones with moss in the joints, covering

roughly 2 metres square with about eight stones across. Even diffuse flat lighting, no directional shadows, no cast shadows. Uniform distribution of wear and moss across the whole tile, no focal point, no single dominant crack or feature. Top-down orthographic view."

  1. Estimate, then execute with batch_size: 4 so there are options.
  2. Judge each candidate at a 3x3 repeat before choosing.

Common mistakes

  • Skipping the tileability filter, which no later step can compensate for.
  • Omitting scale, so the tile is one enormous stone or a thousand tiny ones.
  • Accepting directional lighting baked into the tile.
  • A dramatic hero feature that becomes a visible grid when repeated.
  • Judging the tile on its own rather than tiled at 3x3.
  • Deriving normal maps from the colour map when the model could return them directly.
  • Requesting a perspective view of a surface instead of a top-down orthographic one.
z tego samego repozytorium

Więcej Skills

Wszystkie Skills
layerai
Społeczność

layer

Use when generating or editing game and entertainment assets on Layer through MCP: images, video, 3D meshes, audio, sprites, textures, or marketing creative. Also when choosing a Layer base model, pricing a run in Creative Units before spending them, uploading reference files, polling a generation, applying a trained style, or recovering from MODELNOTFOUND, INSUFFICIENTBALANCE, RATELIMITED, or a silently degraded reference set.

instalacje
13
GitHub Stars
4
Aktualizacja
23 wrz
layerai
Społeczność

layer-3d

Use when producing 3D assets with Layer: generating a mesh from text or an image, retopologising or remeshing, retexturing an existing mesh, rigging a character, or animating a rigged mesh. Also when choosing between quad and triangle output, setting a polygon budget, or asking for PBR textures for a game engine. Keywords: 3D, mesh, model, text to 3D, image to 3D, remesh, retopology, retexture, rig, skeleton, animate, PBR, quad mesh, poly count, glTF, FBX.

instalacje
13
GitHub Stars
4
Aktualizacja
23 wrz
layerai
Społeczność

layer-art-direction

Use when a Layer brief needs a direction before generating at volume: exploring a look with a moodboard, choosing between visual directions, storyboarding an ad, trailer or cutscene, pinning a colour palette, naming a style or era precisely, or framing a scene. Also when a brief is vague or generations keep missing an unstated intent. Keywords: art direction, moodboard, style exploration, storyboard, panels, beats, palette, composition, framing, era, reference.

instalacje
13
GitHub Stars
4
Aktualizacja
23 wrz
layerai
Społeczność

layer-audio

Use when generating audio with Layer: sound effects for a game or trailer, music and background tracks, or speech and voice-over from text. Also when a sound effect comes back with unwanted ambience or reverb, when a music prompt needs structure or length control, or when choosing a voice and delivery for narration. Keywords: SFX, sound effect, foley, UI sound, music, soundtrack, loop, text to speech, TTS, voice over, narration.

instalacje
13
GitHub Stars
4
Aktualizacja
23 wrz