
Coding convention, style guide, and tooling for writing Python.
Explore macOS plist preferences with layered inspection and fuzzy domain search. Use when inspecting app defaults, finding preference domains, or understanding plist layer precedence.
Pretty-print JSON/JSONL, truncating long string values while preserving structure. Use when inspecting large JSON files or API responses with long string fields.
AI image generation with OpenAI and Gemini providers. Use when the user wants to generate, edit, or remix images from text prompts or reference images.
Saves macOS clipboard contents to files in a .ctrlv/ subdirectory. Use when the user wants to paste clipboard items (text, images, or files) to disk.
# chatgpt Available as `chatgpt` in `browser eval` scope on chatgpt.com pages. ## Routes - `*://chatgpt.com/c/*` — conversation helpers (browser + node) - `*://chatgpt.com/share/*` — shared link extraction (browser) - `*://chatgpt.com/*` — common helpers (browser) ## Browser API (conversation route) ### chatgpt.messages() Returns all conversation messages. Returns: `Array<{id: string, role: "user" | "assistant", text: string}>` ### chatgpt.lastResponse() Returns the text of the most recent
Report remaining Claude Code and Codex quota (5h and 7d). Use when the user asks how much quota is left.
Copy-edit text. Fix grammar and/or tidy text into a concise listicle.
Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test frontends, or when user interaction with a visible browser is required.
Manage Cloudflare Tunnel ingress rules and DNS records via CLI. Use when the user wants to expose a local service to the internet through a Cloudflare Tunnel.
List env var names from .env files without exposing values. Use when the user wants to see which env vars are defined across their dotenv files.
Personal dev environment — dotfile management, tool pinning, shell config, and 20+ AI agent skills, all orchestrated via pymake. Wiki root for the user's coding conventions, personal tools, and design specs.
Dotfiles Management
Clone GitHub repos with treeless partial clone. Use when the user provides a GitHub URL or user/repo and wants to clone it locally.
Install a Go package as an editable binary (like `uv tool install -e`) using a `go build` shim — works with local paths or remote GitHub repos.
Golang style guide.
Create markdown notes in $MDNOTES_ROOT. Use when the user wants to take notes, document research, or write about a code repo.
Conventions for building React projects — file organization, tooling, agent API, browser testing, and dev workflow.
--- name: readme description: Write one canonical README.md per directory — always with SKILL-compat frontmatter and a SKILL.md symlink. Grade each covered item AAA / AA / A by importance: AAA is inlined in the body, AA is a digest with a pointer to a sub-doc, A is a pointer with a terse hook. README size budget forces the ranking; promote/demote as usage shifts. Same layering generalizes to changelogs, friction logs, and other accumulating wiki docs. Use when creating a new README or updating o
Send emails via Resend API. Use when the user wants to send an email.
Design tokens and component patterns for Tailwind CSS projects.
Capture tmux pane content and export as text, HTML, SVG, PNG, or JPG. Use when you need a screenshot or text dump of a tmux pane for sharing, feeding to AI, or archiving terminal state.
# twitter Browser plugin for extracting tweets from Twitter/X pages. Auto-loaded on `x.com` and `twitter.com`. ## Routes - `*://x.com/i/lists/*` — list timelines (browser + node) - `*://x.com/*/status/*` — tweet threads (browser + node) - `*://x.com/*` — any X page (browser + node) ## How Scrolling Works Twitter uses a **virtual DOM** — it replaces tweet articles as you scroll, keeping only ~10–15 tweets in the DOM at a time. The `twitter.fetch()` (node) function handles this by scrolling i
Tooling and style guide for TypeScript projects.
Web UI development — Vite+ toolchain setup and browser-based E2E testing workflow.
SwiftUI development — SPM+XcodeGen project setup, global state tree pattern, and SwiftUITap agent SDK.
Project root detection, project name inference, and editor launching. Use when the user wants to find a project root, get a project name, or open an editor at the project root.