oaustegard

64 mods across 3 repositories, 158 stars between them.

configuring

25

oaustegard/claude-skills

Skill Claude CodeCodex

Universal environment variable loader for AI agent environments. Loads secrets and config from Claude.ai, Claude Code, OpenAI Codex, Jules, and standard .env files.

147 2d ago B 36 tokens original MIT

container-layer

26

oaustegard/claude-skills

Skill Claude CodeCodex

Authors and caches a personalized container environment from a Dockerfile- like spec, as a single layer or as a composition of independently cached layers. Use when the user mentions "container layer", "Containerfile", "custom container", "cache my installs", "composable layers", "uv shim", or wants package…

147 2d ago A 101 tokens original MIT

controlling-spotify

27

oaustegard/claude-skills

Skill Claude CodeCodex

Control Spotify playback and manage playlists via MCP server. Use when user requests playing music, controlling Spotify, creating playlists, searching songs, or managing their Spotify library.

147 2d ago A 37 tokens original MIT

convening-experts

28

oaustegard/claude-skills

Skill Claude CodeCodex

Convenes expert panels for problem-solving. Use when user mentions panel, experts, multiple perspectives, MECE, DMAIC, RAPID, Six Sigma, root cause analysis, strategic decisions, process improvement, or asks for philosophers/ancients (Socratic, Aristotelian, Stoic method experts).

147 2d ago A 67 tokens original MIT

converting-files

29

oaustegard/claude-skills

Skill Claude CodeCodex

Convert a file from one format to another inside the container — documents, images, audio, video. Routes to the right engine (pandoc, LibreOffice, ImageMagick, ffmpeg) by format pair. Triggers on "convert X to Y", "turn this docx into a pdf", "make a gif from this mp4", "md to docx", "batch-convert these images", or…

147 2d ago A 134 tokens original MIT

oaustegard/claude-skills

Skill Claude CodeCodex

Chooses the right FORMAT for instructions on Claude.ai — project instructions, a skill, or a standalone prompt — and gives the format-specific structure once chosen. Use when the question is which container an instruction belongs in ("should this be a skill or project instructions", "where do I put this", "how do I…

147 2d ago A 128 tokens original MIT

oaustegard/claude-skills

Skill Claude CodeCodex

Creates browser-executable JavaScript bookmarklets with strict formatting requirements. Use when users mention bookmarklets, browser utilities, dragging code to bookmarks bar, or need JavaScript that runs when clicked in the browser toolbar.

147 2d ago A 47 tokens original MIT

creating-kb

32

oaustegard/claude-skills

Skill Claude CodeCodex

Builds a portable, embedding-free knowledgebase from a set of files and delivers it as a self-contained .skill bundle (BM25 index + bundled searcher + query protocol). Use when a user wants to turn uploaded files, a folder, or a corpus into a searchable knowledgebase they can hand to any agent — phrased as "make a…

147 2d ago A 152 tokens original MIT

oaustegard/claude-skills

Skill Claude CodeCodex

Creates production-ready MCP servers using FastMCP v2. Use when building MCP servers, optimizing tool descriptions for context efficiency, implementing progressive disclosure for multiple capabilities, or packaging servers for distribution.

147 2d ago A 44 tokens original MIT

creating-skill

34

oaustegard/claude-skills

Skill Claude CodeCodex

Builds and revises a complete skill DIRECTORY — SKILL.md, scripts, references, assets — and packages it. Use for "create a skill for X", "turn this into a skill", "update/improve this skill", "why doesn't my skill trigger", "review this SKILL.md", "package this skill", or when a repeated procedure should become a…

147 2d ago A 164 tokens original MIT

creating-video

35

oaustegard/claude-skills

Skill Claude CodeCodex

Create video from prompts by overseeing multi-clip AI generation end to end: write a shot list, generate each scene with Gemini Omni Flash (via the Cloudflare AI Gateway), review the results, and assemble them into a finished cut. Use when the user asks to make/generate a video, a short film, an animatic, or a…

147 2d ago A 189 tokens original MIT

oaustegard/claude-skills

Skill Claude CodeCodex

Find tests that enumerate a domain by copying it, and declare the invariants a codebase depends on. Reports where a parametrize list, for-loop, or it.each iterates a hand-written subset of a dict/set/tuple/Enum that exists in the source, and names the members nothing covers. Use when reviewing tests, when a module…

147 2d ago A 175 tokens original MIT

declauding

37

oaustegard/claude-skills

Skill Claude CodeCodex

Removes LLM prose tics from drafts — staged reveals, "it's not X, it's Y", significance tags, abstraction agency, coy headers, fragment cadence, the flatter slop patterns (copula avoidance, participle tails, forced triads, chatbot residue), the flat-certainty patterns the pass itself produces (bare adverbs, juridical…

147 2d ago A 225 tokens original MIT

oaustegard/claude-skills

Skill Claude CodeCodex

Text-prompted image zone detection using TIPSv2 B/14 on CPU. Produces focustargets / focusedges bbox lists from natural-language labels, ready to feed into svg-portrait-mode. Use when you want automatic foreground/background separation from prompts like "dog face" + "wooden floor" instead of hand-annotating bboxes.

147 2d ago A 83 tokens original MIT

developing-preact

39

oaustegard/claude-skills

Skill Claude CodeCodex

Specialized Preact development skill for standards-based web applications with native-first architecture and minimal dependency footprint. Use when building Preact projects, particularly those involving data visualization, interactive applications, single-page apps with HTM syntax, Web Components integration, CSV/JSON…

147 2d ago A 76 tokens original MIT

down-skilling

40

oaustegard/claude-skills

Skill Claude CodeCodex

Distill Opus-level reasoning into optimized instructions for Haiku 4.5 (and Sonnet). Generates explicit, procedural prompts with n-shot examples that maximize smaller model performance on a given task. Use when user says "down-skill", "distill for Haiku", "optimize for Haiku", "make this work on Haiku", "generate…

147 2d ago A 95 tokens original MIT

drawing-video

41

oaustegard/claude-skills

Skill Claude CodeCodex

Turn a short video into a narrated comic strip. Use when the user uploads a video (.mov/.mp4/etc.) and asks to make a comic from it, narrate it, draw it, Attenborough it, storyboard the clip, or otherwise wants a stills-plus-narration comic strip derived from footage. Covers probing and extracting frames, GROUNDING…

147 2d ago A 154 tokens original MIT

exploring-codebases

42

oaustegard/claude-skills

Skill Claude CodeCodex

First-encounter orientation on a repository nobody here has worked in yet. Runs a fixed five-step workflow — venv setup, tarball fetch, tree-sitting structural scan, featuring synthesis, then reasoning over the two — and yields an account of what the repo contains and how it is arranged, optionally written out as…

147 2d ago A 209 tokens original MIT

exploring-data

43

oaustegard/claude-skills

Skill Claude CodeCodex

Exploratory data analysis. Use when users upload .csv/.xlsx/.json/.parquet files or request "explore data", "analyze dataset", "EDA", "profile data". Small files get ydata-profiling HTML/JSON reports; large files (over 200MB or 5M rows) get fixed-memory DuckDB/sketch profiling. Also covers near-duplicate row…

147 2d ago A 108 tokens original MIT

extracting-keywords

44

oaustegard/claude-skills

Skill Claude CodeCodex

Extract keywords from documents using YAKE algorithm with support for 34 languages (Arabic to Chinese). Use when users request keyword extraction, key terms, topic identification, content summarization, or document analysis. Includes domain-specific stopwords for AI/ML and life sciences. Optional deeper extraction…

147 2d ago A 75 tokens original MIT

featuring

45

oaustegard/claude-skills

Skill Claude CodeCodex

Generate hierarchical FEATURES.md files that describe what a codebase DOES from a user/consumer perspective, anchored to source symbols via tree-sitting. Supports large complex codebases through feature-driven decomposition into sub-feature files. Uses a multi-pass synthesis: orientation → detail → overview rewrite.…

147 2d ago A 115 tokens original MIT

oaustegard/claude-skills

Skill Claude CodeCodex

Retrieve clean markdown from URLs when webfetch fails. Converts pages via Jina AI reader service with automatic retry. Use when webfetch or curl returns 403, blocked, paywall, timeout, JavaScript-rendering errors, or empty content or user explicitly suggests using jina.

147 2d ago A 62 tokens original MIT

finding-skills

47

oaustegard/claude-skills

Skill Claude CodeCodex

Discover and load skills on demand from /mnt/skills/user/. Use when you need a capability but don't know which skill provides it, when the boot-emitted skill list is names-only and you need a full description, or when you want to list the catalog. Verbs are list (names only), search (rank by name/description match…

147 2d ago A 91 tokens original MIT

flowing

48

oaustegard/claude-skills

Skill Claude CodeCodex

Runs a multi-step procedure as a Python DAG, so ordering, branching and retries are enforced by the runner rather than described in prose a model can generate past. Use for "run these steps in order and retry the flaky one until the check passes", "build a pipeline that fetches, validates, then skips the upload when…

147 2d ago A 207 tokens original MIT