| # | Preview | Style |
|---|---|---|
| 1 | Default blue | |
| 2 | Purple, "Vibe Coded" | |
| 3 | Black flat-square | |
| 4 | Red, "100% Vibe Coded" | |
| 5 | Dark flat-square with sparkle | |
| 6 | Plastic style |
Urlist is a web application for creating, publishing, sharing, and analyzing curated collections of links. A user can start with a single URL, build a list with rich link previews, choose a custom public URL, reorder and pin links, publish the collection, and share it as either a normal web page or QR code.
The product must support both no-sign-up publishing and authenticated list management. Anonymous users can create and publish shareable lists. Signed-in users can additionally view, edit, delete, and analyze their own lists.
| Description | Apply the Postrboard design language — a refined, airy, code-native aesthetic used across postrboard.com and burkeholland.github.io — when designing or building any website, landing page, UI component, or web app. Use this skill whenever the user asks to design, style, or build a site and wants it to feel polished, modern, and developer-native. Trigger on phrases like "build me a site", "design a landing page", "make it look like postrboard", "use my design language", "create a new site", etc. |
|---|
This skill defines the visual design language used across postrboard.com and the burkeholland.github.io family of sites. It is a refined, airy, code-native aesthetic — editorial restraint meets developer credibility.
Use this spec as a creative framework, not a rigid template. Every new site should feel fresh within these constraints — different font pairings, different color mode (light vs dark), different layout rhythm — but always recognizable as part o
| name | Figma Flat Illustration |
|---|---|
| description | Generate wallpapers and illustrations in Burke's preferred flat design style -- Figma-crafted look with artistry, smooth gradients, layered depth, no AI polish. Use when Burke asks for wallpapers, backgrounds, or illustrations. |
Burke's preferred illustration style for wallpapers and visual assets. The look is: a skilled designer built this in Figma -- clean vector shapes, flat fills with subtle gradients, layered depth, but with artistry and craft. Not too simple (basic shapes), not too polished (AI render). The sweet spot.
The Urlist is a link-sharing application that allows users to curate collections of URLs into named lists and share them publicly via a unique URL. Lists can be created anonymously or by authenticated users, with authenticated users gaining the ability to manage and edit their lists over time.
Create a skill called "peer-review" that launches Claude Sonnet 4.6, Claude Opus 4.6, and GPT 5.4 as parallel background subagents to independently review the users request and provide feedback on changes, additions, omissions, etc and return a concise list of suggestions on what should be changed.
| import OpenAI from "openai"; | |
| import { execSync } from "child_process"; | |
| import * as readline from "readline"; | |
| // OpenRouter is OpenAI-compatible — just swap the baseURL and model. | |
| // Get a free API key at https://openrouter.ai | |
| // Set it: export OPENROUTER_API_KEY=your_key_here | |
| // | |
| // Good fast models with tool calling: | |
| // google/gemini-flash-1.5 (fast, cheap, great tool use) |