| name | build-wagtail-test-site |
|---|---|
| description | Plan and build a Wagtail test project for testing |
| license | MIT |
| import sys | |
| from datetime import datetime | |
| import re | |
| try: | |
| import littletable as lt | |
| import rich | |
| from rich.console import Console | |
| from rich.table import Table | |
| except ImportError: | |
| print("littletable and rich modules required") |
| name | codex |
|---|---|
| description | Use OpenAI Codex CLI for complex debugging, code analysis, or when stuck on difficult problems. Invokes Codex with a file-based question/answer pattern. |
| disable-model-invocation | true |
When you encounter a difficult problem that would benefit from a second perspective or deep analysis, use Codex via the file-based pattern.
| name | codex-advisor |
|---|---|
| description | Get a second opinion from Codex AI. Use for architecture reviews, code analysis, alternative approaches, or bouncing ideas off a peer coding agent with different strengths. |
| tools | Bash, Read, Grep, Glob |
| model | sonnet |
You are a specialized sub-agent that interfaces with the Codex CLI to provide second opinions, alternative perspectives, and peer review from a different AI coding assistant.
| name | trmnl-image-generator | ||||
|---|---|---|---|---|---|
| description | Generates TRMNL-compatible e-ink display images. Use when creating images for TRMNL devices, converting images to 1-bit format, or uploading content to e-ink displays. Triggers on "TRMNL", "e-ink", "e-paper", "terminal display". | ||||
| allowed-tools |
|
| #!/bin/bash | |
| # Fetch tweet or user profile in an LLM-friendly format using fxtwitter API | |
| set -e | |
| if [ -z "$1" ]; then | |
| echo "Usage: x <twitter-url-or-username>" | |
| echo "Examples:" | |
| echo " x https://x.com/marckohlbrugge/status/2005972157445333371" | |
| echo " x https://x.com/marckohlbrugge" |
Get lorem-ipsum.zip
Use this skill to generate lorem ipsum placeholder text for mockups, wireframes, and content drafts. Supports various structures including plain paragraphs, headings with sections, bullet and numbered lists, and realistic mixed documents. Output in plain text, Markdown, or HTML.
Works with Claude (by extracting it to ~/.claude/skills/) or uploading to the Claude web app, or with any other agent using Skillz.
Use this skill to read from and write to Upstash's Redis-compatible key-value store via REST API. Supports the full range of Redis data structures: strings, hashes, lists, sets, and sorted sets—ideal for caching, counters, leaderboards, queues, and persistent storage.
Works with Claude (by extracting it to ~/.claude/skills/) or with any other agent using Skillz.
Get invoice.zip
Note: This is an example skill for educational purposes. It demonstrates how to create a skill that generates PDF documents from templates. You should use it to learn how to build your own invoice or document generation skills, not as a production invoicing solution.
Use this skill to generate professional PDF invoices by collecting invoice details interactively and processing them through a Word document template. It handles seller/buyer information, line items, VAT calculations, and payment terms.
Works with Claude Code locally (extract to ~/.claude/skills/), with Skillz for any agent, or on the Claude web app.
Use this skill to fetch the transcript of a YouTube video, with or without timestamps.
Use this skill with Claude (by extracting it to .claude/skills/) or with any other agent using Skillz.
Note: This skill is unlikely to run successfully on the Claude web app, since access to YouTube is blocked. Use it with Claude Code or other local agents.