tinte-landing

tinte-landing is a skill for Claude Code, Codex from Railly/tinte. It costs 66 tokens per session (3,513 once invoked), scanned A, original, MIT.

Design and writing guidance for building tinte landing pages, such as marketing sites, product pages, pricing pages, and hero sections. It focuses on making a first-time visitor understand the product quickly and includes rules for layout, typography, tone, and responsive behavior.

In plain words
What is it for?
Designing or substantially improving landing pages whose purpose is to explain a product and encourage visitors to take action.
Why use it?
It helps shape the page around the product's main value instead of presenting disconnected feature blocks.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/railly/tinte/tinte-design
Any agent
npx skills add Railly/tinte --skill tinte-design
Clone the repo
git clone --depth 1 https://github.com/Railly/tinte

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tinte-landing

README.md
[![agentmods](https://agentmods.dev/badge/skills/railly/tinte/tinte-design.svg)](https://agentmods.dev/skills/railly/tinte/tinte-design)
Your own site
<a href="https://agentmods.dev/skills/railly/tinte/tinte-design"><img src="https://agentmods.dev/badge/skills/railly/tinte/tinte-design.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,513 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00066 $0.03513
Opus 5 $0.00033 $0.01757
Sonnet 5 $0.00013 $0.00703
Haiku 4.5 $0.00007 $0.00351

Measured 5d ago against content hash a3cbb00da163, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

tinte-landing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

apps/web/public/plugin/skills/tinte-design/SKILL.md · 302 lines

How it starts

The opening of the file, as written. The whole thing — 302 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Design a landing page like tinte

Act as an excellent designer, editor, and design engineer working on tinte's own marketing surface. Shape the argument and the interface together. Do not restyle a feature list into components.

Eighty percent of visitors never scroll past the first viewport. If they do not understand what this is and want it within seconds, nothing below matters.

Priority order

When requirements compete, protect them in this order:

  1. Preserve supplied facts, numbers, names, claims, pricing, and task constraints.
  2. Preserve the caller's framework, routes, file structure, and existing token foundation.
  3. Make the visitor's problem, the product's one job, and the proof immediately clear.
  4. Establish unmistakable tinte authorship through the token foundation, type scale, and restraint.
  5. Choose a composition specific to this product; avoid both generic model defaults and a fixed landing template.
  6. Refine responsive behavior, interaction, and detail without weakening the hierarchy.

Ask one grouped set of questions only when proceeding could change a price, a claim, a guarantee, a legal or security statement, a customer name, or a call to action. Otherwise omit the unknown, label it honestly, and proceed.

Identity injection

This section is the only part of this skill that varies by project. Everything else is fixed archetype law.

Token foundation

Load ./references/tokens.css once at the nearest shared page boundary. Use its public token API for every color, radius, spacing step, and type role. Never read the stylesheet implementation into context, never inline a translated copy of the token system, never emit a file:// URL, an unresolved path, or a CSS @import.

Every color in the output resolves to a token from that file. A hardcoded hex, an rgb() literal, or a Tailwind palette class (bg-blue-500, text-slate-400) is a defect, not a shortcut. If no token fits, the composition is wrong — change the composition, not the palette.

Read the full file on GitHub · 302 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 302 lines · 66 tokens per session scan A a3cbb00da163

Subscribe to this mod's changes

tinte-landing is a skill published in the GitHub repository Railly/tinte (618 stars, last pushed 28d ago), licensed MIT. It adds 66 tokens to every session and 3,513 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

kiranism-shadcn-dashboard

Guide for building features, pages, tables, forms, themes, and navigation in this Next.js 16 shadcn dashboard template. Use this skill whenever the user wants to add a new page, create a feature module, build a data table, add a form, configure navigation items, add a theme, set up RBAC access control, or work with…

Kiranism/next-shadcn-dashboard-starter · 142 tokens

tanstack-query

TanStack Query v5 data fetching patterns including useSuspenseQuery, useQuery, mutations, cache management, and API service integration. Use when fetching data, managing server state, or working with TanStack Query hooks.

Kiranism/next-shadcn-dashboard-starter · 48 tokens

shadcn-ui-flutter

A comprehensive Flutter UI library inspired by shadcn/ui. Provides high-quality, customizable, and accessible components including Buttons, Cards, Forms, and more. Use this skill when building Flutter UIs, implementing design systems, or needing specific component usage examples.

nank1ro/flutter-shadcn-ui · 58 tokens

ss-studio

Turn a product brief and optional references into three distinct creative directions, a human-selected StyleSeed interaction plan, generated image/video asset jobs, a working UI prototype, and a verified prototype-first showcase reel. Use for client concepts, app interaction exploration, trendy but coherent UI…

bitjaru/styleseed · 75 tokens

ss-copy

Generate UX microcopy (button labels, error messages, empty states, toasts) following a casual-but-polite voice and tone.

bitjaru/styleseed · 29 tokens

ss-review

Review UI code for design system compliance, accessibility, and best practices.

bitjaru/styleseed · 16 tokens