
Skill for ALL joke requests
Use this when writing or reviewing code - provides project-specific coding standards
Count things or list items with numbers
Count things or list items with numbers
Deploy the application using deployment scripts and templates
Skill for ALL greeting requests
Deploy the application using deployment scripts and templates
MANDATORY for ALL greeting requests - you MUST load this skill before responding
MANDATORY for ALL joke requests - you MUST load this skill before responding
Use this when writing or reviewing code - provides project-specific coding standards
Add the standardized CI publish workflow (`.github/workflows/publish.yml` + `make release`) to an existing Python project so PyPI releases happen on tag push. Use when a project still publishes via a local script (`publish.py`, `hatch publish`, `twine upload`) or has no automated publish at all.
Fetch YouTube video transcripts. Use when the user asks to get a YouTube video transcript, subtitles, or captions, or wants to analyze/summarize a YouTube video.
Initialize a new Python library with modern tooling, packaging, tests, and optional CLI support. Use when the user wants to scaffold a new Python package.
Fetch and transcribe Google Recorder voice notes. Use when the user shares a recorder.google.com link and wants the original audio file, a transcript, or wants to act on a voice note.
Release the current project to its package registry and GitHub by bumping the version, pushing a tag, and letting CI publish. Works for any project (Python/PyPI, Rust/crates.io, Node/npm, etc.) that has a CI publish workflow keyed off `v*` tags.
Transcribe local audio files with the OpenAI Audio Transcriptions API without adding OpenAI dependencies to the target project.
Run and fix stylint checks for prose, Markdown, lessons, workshops, docs, and agent-written text. Use when editing written content or when the user asks for style, polish, or lint cleanup.
Set up, inspect, retarget, pause, or resume recurring tmux pings ("regular pings") using `t jobs`. Use when the user asks to create a scheduled ping for a session, check existing pings, or move a ping to another tmux session.
Fetch clean, readable content from any URL using Jina Reader. Use when the user wants to read, summarize, or analyze a web page, article, or blog post.
Create a GitHub repository for the current project with gh and push the local code. Use when the user wants to publish the current directory as a new GitHub repo.
Download Loom video transcripts and video files. Use when the user shares a Loom URL and wants to get the transcript or download the video.