Marimo Pair
>-
Here Now
>
Github Reply
>-
8 Bit Video Gen
Turns a photo of a person into a short 8-bit pixel-art video via a two-step pipeline. Gemini stylizes the photo as an 8-bit still, then Replicate's seedance-2.0 animates that still into an MP4. Use when the user supplies a portrait photo and asks for an "8-bit video", "pixel art animation", or "retro video game version" of themselves. Trigger even if they only mention one of the two steps.
Remotion Video
|
Research
Build, extend, AND query a persistent LLM-maintained wiki for any research topic. Conversational entry point that routes between four modes — query (read-only Q&A against existing research with optional Q&A save-back), init (new topic ingest), append-deep (add sources to existing topic via short rounds), and append-trusted (add a single user-vouched file to existing topic). Ingests from the Secon…
Try Except
Audit try/except blocks for overly broad scope, by-catch risk, and catches of built-in exceptions that should be conditional checks. Tightens each block so the try covers only the operation that can actually fail.
Explain
Guided tour of changes or codebase - explains how things work conceptually rather than listing changes mechanically. Use anytime you're asked to explain, review, walk through, or summarize work, branch changes, or codebase architecture.
High Signal Chart Workflow
Use when you have an idea for a data story and want a publication-quality chart back. The agent finds an authoritative public dataset, drafts three chart-type variants in parallel, picks the strongest, then iterates against a design checklist and a chart-design evaluator until the chart actually carries the story.
Formatting Notion Pages
Stub for Matt Palmer's Notion page-formatting skill. Use when asked about Matt's Notion formatting skill, or when the user wants to reconstruct a project-specific Notion formatting skill from the Episode 5 README context.
Project Planning
Stub for Matt Palmer's private project-planning skill. Use when asked about Matt's project-planning skill, or when the user wants to reconstruct a project-specific planning skill from the Episode 5 README context.
Anki Connect
This skill is for interacting with Anki through AnkiConnect, and should be used whenever a user asks to interact with Anki, including to read or modify decks, notes, cards, models, media, or sync operations.
Mutation Testing
Perform mutation testing on the codebase. Introduces deliberate bugs one at a time, checks whether the test suite catches each one, and reports on test suite gaps. Optionally implements missing tests.
Pre Mortem
Imagine future bug post-mortems for the codebase. Identifies fragile code, implicit assumptions, and likely failure modes by writing realistic incident reports for bugs that haven't happened yet.
Writing Style
Zinsser-first plain writing style for any writing or editing task. Invoke before creating, editing, critiquing, rewriting, outlining, prompting, or polishing prose, docs, posts, proposals, teardown notes, social posts, emails, prompts, or skill instructions.
Impeccable
Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states. Handles UX review, visual hierarchy, information architecture, cognitive load, ac…
Youtube Watch Later Gist Summaries
Use when a user wants an agent to summarise every video in their YouTube Watch Later playlist, publish one secret GitHub gist per summary with gh, and return channel/title/gists.sh summary links. Browser-tool agnostic; assumes the agent can operate the user's logged-in browser/session.
Wikipedia Discovery
Find and surface specific evidence on Wikipedia pages. Use when the user asks to open a Wikipedia article, locate where an article discusses a specific fact, compare passages inside an article, or highlight/cite the relevant passage from the current Wikipedia page.
Thread Postmortem
Analyzes threads for friction points where the model struggled or user corrected it. Produces actionable improvements for AGENTS.md, skills, tools, and codebase. Use when asked to review a thread, do a postmortem, or analyze what went wrong.
Ship It
Use this skill any time you are opening a PR to ship code or the user tells you to "ship it". It explains how to write PR bodies effectively and follow the style guide.
Prompt Refinement
Refine a prompt by interviewing the user's intent from multiple angles, generating multiple variations at different magnitudes of change, and scoring each against an editorial rubric defined before the refinement starts.
Writing Revision
Stub for Matt Palmer's writing revision skill. Use when asked about Matt's writing-revision skill, or when the user wants to reconstruct a project-specific writing revision skill from the Episode 5 README context.