scripts/templates.json
scripts/templates.jsonBrowse 5 files
1,605 tokens
4,154 bytes
Token encoding: o200k_base
Snapshot 24fd22b
← Back to SKILL.md
1{2 "this-is-fine": {3 "name": "This is Fine",4 "url": "https://i.imgflip.com/wxica.jpg",5 "best_for": "chaos, denial, pretending things are okay",6 "fields": [7 {"name": "top", "x_pct": 0.5, "y_pct": 0.08, "w_pct": 0.95, "align": "center"},8 {"name": "bottom", "x_pct": 0.5, "y_pct": 0.92, "w_pct": 0.95, "align": "center"}9 ]10 },11 "drake": {12 "name": "Drake Hotline Bling",13 "url": "https://i.imgflip.com/30b1gx.jpg",14 "best_for": "rejecting one thing, preferring another",15 "fields": [16 {"name": "reject", "x_pct": 0.73, "y_pct": 0.25, "w_pct": 0.45, "align": "center"},17 {"name": "approve", "x_pct": 0.73, "y_pct": 0.75, "w_pct": 0.45, "align": "center"}18 ]19 },20 "distracted-boyfriend": {21 "name": "Distracted Boyfriend",22 "url": "https://i.imgflip.com/1ur9b0.jpg",23 "best_for": "distraction, shifting priorities, temptation",24 "fields": [25 {"name": "distraction", "x_pct": 0.18, "y_pct": 0.90, "w_pct": 0.30, "align": "center"},26 {"name": "current", "x_pct": 0.55, "y_pct": 0.90, "w_pct": 0.30, "align": "center"},27 {"name": "person", "x_pct": 0.82, "y_pct": 0.90, "w_pct": 0.30, "align": "center"}28 ]29 },30 "two-buttons": {31 "name": "Two Buttons",32 "url": "https://i.imgflip.com/1g8my4.jpg",33 "best_for": "impossible choice, dilemma between two options",34 "fields": [35 {"name": "left_button", "x_pct": 0.30, "y_pct": 0.20, "w_pct": 0.28, "align": "center"},36 {"name": "right_button", "x_pct": 0.62, "y_pct": 0.12, "w_pct": 0.28, "align": "center"},37 {"name": "person", "x_pct": 0.5, "y_pct": 0.85, "w_pct": 0.90, "align": "center"}38 ]39 },40 "expanding-brain": {41 "name": "Expanding Brain",42 "url": "https://i.imgflip.com/1jwhww.jpg",43 "best_for": "escalating irony, increasingly absurd ideas",44 "fields": [45 {"name": "level1", "x_pct": 0.25, "y_pct": 0.12, "w_pct": 0.45, "align": "center"},46 {"name": "level2", "x_pct": 0.25, "y_pct": 0.38, "w_pct": 0.45, "align": "center"},47 {"name": "level3", "x_pct": 0.25, "y_pct": 0.63, "w_pct": 0.45, "align": "center"},48 {"name": "level4", "x_pct": 0.25, "y_pct": 0.88, "w_pct": 0.45, "align": "center"}49 ]50 },51 "change-my-mind": {52 "name": "Change My Mind",53 "url": "https://i.imgflip.com/24y43o.jpg",54 "best_for": "strong or ironic opinion, controversial take",55 "fields": [56 {"name": "statement", "x_pct": 0.58, "y_pct": 0.78, "w_pct": 0.35, "align": "center"}57 ]58 },59 "woman-yelling-at-cat": {60 "name": "Woman Yelling at Cat",61 "url": "https://i.imgflip.com/345v97.jpg",62 "best_for": "argument, blame, misunderstanding",63 "fields": [64 {"name": "woman", "x_pct": 0.27, "y_pct": 0.10, "w_pct": 0.50, "align": "center"},65 {"name": "cat", "x_pct": 0.76, "y_pct": 0.10, "w_pct": 0.44, "align": "center"}66 ]67 },68 "one-does-not-simply": {69 "name": "One Does Not Simply",70 "url": "https://i.imgflip.com/1bij.jpg",71 "best_for": "something that sounds easy but is actually hard",72 "fields": [73 {"name": "top", "x_pct": 0.5, "y_pct": 0.08, "w_pct": 0.95, "align": "center"},74 {"name": "bottom", "x_pct": 0.5, "y_pct": 0.92, "w_pct": 0.95, "align": "center"}75 ]76 },77 "grus-plan": {78 "name": "Gru's Plan",79 "url": "https://i.imgflip.com/26jxvs.jpg",80 "best_for": "a plan that backfires, unexpected consequence",81 "fields": [82 {"name": "step1", "x_pct": 0.5, "y_pct": 0.05, "w_pct": 0.45, "align": "center"},83 {"name": "step2", "x_pct": 0.5, "y_pct": 0.30, "w_pct": 0.45, "align": "center"},84 {"name": "step3", "x_pct": 0.5, "y_pct": 0.55, "w_pct": 0.45, "align": "center"},85 {"name": "realization", "x_pct": 0.5, "y_pct": 0.80, "w_pct": 0.45, "align": "center"}86 ]87 },88 "batman-slapping-robin": {89 "name": "Batman Slapping Robin",90 "url": "https://i.imgflip.com/9ehk.jpg",91 "best_for": "shutting down a bad idea, correcting someone",92 "fields": [93 {"name": "robin", "x_pct": 0.28, "y_pct": 0.08, "w_pct": 0.50, "align": "center"},94 {"name": "batman", "x_pct": 0.72, "y_pct": 0.08, "w_pct": 0.50, "align": "center"}95 ]96 }97}98