Skip to content

Instantly share code, notes, and snippets.

View burkeholland's full-sized avatar

Burke Holland burkeholland

  • Microsoft
  • Franklin, TN
View GitHub Profile
@burkeholland
burkeholland / badges.md
Created May 23, 2026 01:29
Built with Copilot badge options

Built with Copilot — Badge Options

# 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 Product Requirements Document

1. Product Overview

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.

2. Goals

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.

Postrboard Design Language

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

@burkeholland
burkeholland / remote-script.md
Last active May 4, 2026 16:01
/remote video script

/remote — Video Script

~3 min · ~400 words · 130 wpm


You can now continue working on any Copilot CLI session - right from your phone. Or from anywhere.

Whether you're in the terminal or in VS Code, you can keep Copilot moving even when you step away from your desk.

Here's how it works.

@burkeholland
burkeholland / SKILL.md
Created April 10, 2026 21:57
Figma Flat Illustration Style - Max skill for generating wallpapers in Burke's preferred flat design style
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.

Figma Flat Illustration Style

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.

Style Definition

@burkeholland
burkeholland / urlist-prd.md
Created March 27, 2026 15:37
The Urlist — Product Requirements Document

Product Requirements Document: The Urlist

Overview

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.


User Roles

@burkeholland
burkeholland / prompt.md
Last active March 26, 2026 22:31
Multi-Model Video Resources

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.

@burkeholland
burkeholland / video-script.md
Created March 21, 2026 11:03
Video Script: How AI Agent Harnesses Work

VIDEO SCRIPT: How AI Agent Harnesses Actually Work

For Burke Holland | ~15-20 minutes


COLD OPEN

[ON CAMERA]

Hey, so — have you ever watched Copilot spin for 30 seconds and thought: what is it actually doing in there?

@burkeholland
burkeholland / agent-openrouter.ts
Last active March 23, 2026 20:33
Simple AI Agent Harness - YouTube Demo
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)
@burkeholland
burkeholland / agent-harness-video-script.md
Created March 20, 2026 17:16
Video Script: How the Agent Harness & LLMs Work

Video Script: How the Agent Harness & LLMs Work Under the Hood

Target audience: Developers curious about what's happening inside GitHub Copilot Length: ~15–20 minutes Style: Conversational, educational, demo-heavy


[00:00] INTRO