oaustegard

64 mods across 3 repositories, 158 stars between them.

SessionStart

02

oaustegard/claude-skills

Hook Claude Code

Runs when a session starts, executing session-start.sh. From oaustegard/claude-skills.

147 2d ago A tokens not measured copy · 52% MIT

claude-skills

03

oaustegard/claude-skills

Settings file Claude Code

Agent settings declaring 1 hook event (SessionStart).

147 2d ago A tokens not measured copy · 100% MIT

oaustegard/claude-skills

Instructions file CodexOpenCode

Instructions for oaustegard/claude-skills, covering agents.md, repository overview, skills availability in this repository, repository structure and key principles.

147 2d ago A 2,463 tokens original MIT

oaustegard/claude-skills

Instructions file

Instructions for oaustegard/claude-skills, covering ⚠️ image & art generation: use gemini, not svg, muninn boot, decision traces, claude code on the web development and branch and pr lifecycle.

147 2d ago B 4,775 tokens original MIT

oaustegard/claude-skills

Skill Claude CodeCodex

GitHub repository access in containerized environments using REST API and credential detection. Use when git clone fails, or when accessing private repos/writing files via API.

147 2d ago A 39 tokens original MIT

agent-routing

07

oaustegard/claude-skills

Skill Claude CodeCodex

Decide which model, effort level, and cascade shape each subagent gets, and how to keep improvement loops safe (evaluator-as-selector, stop on regression). Routes on measured cost-per-completed-task rather than per-token price, because a tier's token count varies more by task shape than price varies across tiers.…

147 2d ago A 169 tokens original MIT

api-credentials

08

oaustegard/claude-skills

Skill Claude CodeCodex

Securely manages API credentials for multiple providers (Anthropic Claude, Google Gemini, GitHub). Use when skills need to access stored API keys for external service invocations.

147 2d ago A 38 tokens original MIT

asking-questions

09

oaustegard/claude-skills

Skill Claude CodeCodex

Guidance for asking clarifying questions when user requests are ambiguous, have multiple valid approaches, or require critical decisions. Use when implementation choices exist that could significantly affect outcomes.

147 2d ago A 38 tokens original MIT

assessing-impact

10

oaustegard/claude-skills

Skill Claude CodeCodex

Pre-change blast-radius report for a symbol or file. Walks tree-sitting references, augments with a plain-text scan over non-parsed files (configs, plain docs), and clusters affected sites by feature (FEATURES.md) or top-level package. Use when about to refactor, rename, or delete something in a repo you don't own …

147 2d ago A 148 tokens original MIT

atprotoing

11

oaustegard/claude-skills

Skill Claude CodeCodex

Read Bluesky/ATProto without depending on Bluesky's AppView — interactions on a user's posts, thread replies, any repo's records, network-wide backlinks across every lexicon, an account's handle and PDS history, which collections are active network-wide, and layer-by-layer outage diagnosis. Use when bsky.app or the…

147 2d ago A 179 tokens original MIT

bm25

12

oaustegard/claude-skills

Skill Claude CodeCodex

Ranked content search over a text corpus you point it at, using BM25 (via xhluca/bm25s). Corpus-agnostic: cloned repos, project knowledge stores, uploaded files and archives, any local directory. Stateless — an in-memory index per invocation, no cache. Use for "rank these documents", "search this corpus", "which files…

147 2d ago A 152 tokens original MIT

browsing-bluesky

13

oaustegard/claude-skills

Skill Claude CodeCodex

Browse Bluesky content via API and firehose - search posts, fetch user activity, sample trending topics, read feeds and lists, analyze and categorize accounts. Supports authenticated access for personalized feeds. Use for Bluesky research, user monitoring, trend analysis, feed reading, firehose sampling, account…

147 2d ago A 68 tokens original MIT

oaustegard/claude-skills

Skill Claude CodeCodex

DEPRECATED - Use building-github-index instead. Superseded per-file GitHub API implementation of progressive disclosure repository indexes.

147 2d ago A 32 tokens original MIT

oaustegard/claude-skills

Skill Claude CodeCodex

Generate progressive disclosure indexes for GitHub repositories to use as Claude project knowledge. Use when setting up projects referencing external documentation, creating searchable indexes of technical blogs or knowledge bases, combining multiple repos into one index, or when user mentions "index", "github repo"…

147 2d ago A 66 tokens original MIT

oaustegard/claude-skills

Skill Claude CodeCodex

Analyze and categorize Bluesky accounts by topic using keyword extraction. Use when users mention Bluesky account analysis, following/follower lists, topic discovery, account curation, or network analysis.

147 2d ago A 44 tokens original MIT

challenging

17

oaustegard/claude-skills

Skill Claude CodeCodex

Cross-context adversarial review for deliverables before shipping. Use when producing blog posts, technical recommendations, analysis briefs, code, or any artifact where accuracy matters more than speed. Triggers on "challenge this", "review before shipping", "adversarial pass", "stress test this".

147 2d ago A 61 tokens original MIT

charting-vega-lite

18

oaustegard/claude-skills

Skill Claude CodeCodex

Create interactive data visualizations using Vega-Lite declarative JSON grammar. Supports 20+ chart types (bar, line, scatter, histogram, boxplot, grouped/stacked variations, etc.) via templates and programmatic builders. Use when users upload data for charting, request specific chart types, or mention visualizations.…

147 2d ago A 93 tokens original MIT

charting

19

oaustegard/claude-skills

Skill Claude CodeCodex

Select the right Python charting library (seaborn, matplotlib, graphviz) and produce publication-quality static visualizations. Use when creating charts, plots, graphs, diagrams, heatmaps, visualizations from data, or when choosing between matplotlib/seaborn/graphviz. Also triggers for network diagrams, flowcharts…

147 2d ago A 100 tokens original MIT

check-tools

20

oaustegard/claude-skills

Skill Claude CodeCodex

Validates development tool installations across Python, Node.js, Java, Go, Rust, C/C++, Git, and system utilities. Use when verifying environments or troubleshooting dependencies.

147 2d ago A 37 tokens original MIT

cloning-project

21

oaustegard/claude-skills

Skill Claude CodeCodex

Exports a Claude.ai workspace — its custom instructions and its uploaded knowledge files — into a bundle that can be re-imported elsewhere. Use for "back up my project instructions", "export my project knowledge", "copy this workspace to a new one", "migrate my project to another account", or "recreate this setup…

147 2d ago A 90 tokens original MIT

closing-issues

22

oaustegard/claude-skills

Skill Claude CodeCodex

Close a GitHub issue with a synthesis comment as a flowing graph — validate the synthesis, post the closing comment, close, then run a pluggable callback (e.g. memory store) detached. Use when closing an issue should also capture the LEARNING (not just the diff log) and when the post-close work shouldn't block the…

147 2d ago A 75 tokens original MIT

coding-mojo

23

oaustegard/claude-skills

Skill Claude CodeCodex

Develop and run Mojo code in Claude.ai containers. Handles installation, compilation, and execution. Use when writing Mojo code, benchmarking Mojo vs Python, or when user mentions Mojo, Modular, or MAX. Routes to Modular's official skills (mojo-syntax, mojo-python-interop, mojo-gpu-fundamentals) for language-specific…

147 2d ago A 75 tokens original MIT

composing-html

24

oaustegard/claude-skills

Skill Claude CodeCodex

Composes single-file HTML artifacts (PR review writeups, status reports, incident postmortems, slide decks, design systems, prototypes, flowcharts, module maps, feature explainers, kanban boards, prompt tuners) from a small JSON spec instead of hand-written HTML/CSS/JS. Use when the user asks to "compare options…

147 2d ago A 151 tokens original MIT