oaustegard

oaustegard/claude-skills

48 resources in this repository

GitHub
🎯47πŸͺ1
127

🎯Skills47

🎯developing-preact🎯Skill

A collection of Claude skills primarily for the Claude.ai PaaS skill compute environment, installable via ZIP upload or automated installation script for Claude Code projects.

developing-preact
🎯reviewing-ai-papers🎯Skill

A skill for analyzing AI/ML technical content including papers, articles, and blog posts, extracting actionable insights filtered through an enterprise AI engineering lens with cross-session memory recall.

reviewing-ai-papers
🎯mapping-codebases🎯Skill

A mapping codebases skill from a curated Claude Code skills collection for development patterns and coding workflows.

mapping-codebases
🎯asking-questions🎯Skill

A skill that provides structured guidance for when and how to ask clarifying questions in Claude Code, helping identify ambiguous requests, present clear options with trade-offs, and use progressive disclosure to avoid over-questioning.

asking-questions
🎯exploring-codebases🎯Skill

A hybrid codebase search tool combining ripgrep with tree-sitter or pre-generated map files to return complete functions and classes instead of fragmented lines. Supports signature-only mode that reduces token usage by 10-20x.

exploring-codebases
🎯accessing-github-repos🎯Skill

A accessing github repos skill from a curated Claude Code skills collection for development patterns and coding workflows.

accessing-github-repos
🎯fetching-blocked-urls🎯Skill

A skill that retrieves clean markdown from URLs when web_fetch fails by using Jina AI's reader service, handling 403 errors, paywalls, JavaScript-heavy SPAs, and timeouts with automatic retry logic.

fetching-blocked-urls
🎯exploring-data🎯Skill

An exploratory data analysis skill using ydata-profiling that generates interactive HTML and JSON reports from CSV, Excel, JSON, and Parquet files. Produces comprehensive statistics, visualizations, correlations, and data quality alerts, with a summarization script for AI-assisted analysis.

exploring-data
🎯extracting-keywords🎯Skill

Extracts keywords from documents using the YAKE (Yet Another Keyword Extractor) unsupervised statistical algorithm with support for 34 languages, including domain-specific stopword lists for AI/ML and life sciences.

extracting-keywords
🎯charting-vega-lite🎯Skill

A Claude skill for creating interactive data visualizations using Vega-Lite declarative JSON grammar. Supports 20+ chart types including bar, line, scatter, histogram, and boxplot, with automatic data analysis and context-aware chart selection from uploaded data.

charting-vega-lite
🎯crafting-instructions🎯Skill

A crafting instructions skill from a curated Claude Code skills collection for development patterns and coding workflows.

crafting-instructions
🎯remembering🎯Skill

A remembering skill from a curated Claude Code skills collection for development patterns and coding workflows.

remembering
🎯convening-experts🎯Skill

A convening experts skill from a curated Claude Code skills collection for development patterns and coding workflows.

convening-experts
🎯api-credentials🎯Skill

A collection of Claude skills primarily designed for the Claude.ai PaaS skill compute environment, with automated installation scripts and CI/CD integration for Claude Code agent workflows.

api-credentials
🎯orchestrating-agents🎯Skill

Enables programmatic orchestration of parallel Claude API instances for multi-agent workflows, including concurrent multi-perspective analysis, task delegation to specialized sub-agents, and shared cached context for cost reduction.

orchestrating-agents
🎯down-skilling🎯Skill

A skill that distills Opus-level AI reasoning into explicit, procedural prompts optimized for Haiku 4.5, generating structured instructions with decision procedures and n-shot examples for reliable smaller model execution.

down-skilling
🎯installing-skills🎯Skill

A collection of Claude skills for the Claude.ai platform and Claude Code, with automated installation scripts, CI/CD integration via GitHub Actions, and support for both web upload and direct development workflows.

installing-skills
🎯browsing-bluesky🎯Skill

A browsing bluesky skill from a curated Claude Code skills collection for development patterns and coding workflows.

browsing-bluesky
🎯updating-knowledge🎯Skill

A updating knowledge skill from a curated Claude Code skills collection for development patterns and coding workflows.

updating-knowledge
🎯creating-skill🎯Skill

A skill that guides the creation of portable, reusable Claude Code skills with proper SKILL.md structure, frontmatter conventions, naming rules, and progressive resource loading patterns.

creating-skill
🎯controlling-spotify🎯Skill

A controlling spotify skill from a curated Claude Code skills collection for development patterns and coding workflows.

controlling-spotify
🎯iterating🎯Skill

A multi-conversation methodology skill that maintains context across sessions by persisting state in Work Logs, enforcing a checkpoint-and-save pattern to prevent work loss during iterative tasks like research, debugging, and refactoring.

iterating
🎯creating-bookmarklets🎯Skill

A Claude skill for creating browser-executable JavaScript bookmarklets with strict formatting requirements, including proper comment styles, IIFE wrapping, and javascript: protocol prefixing for immediate use.

creating-bookmarklets
🎯cloning-project🎯Skill

A Claude skill that exports project instructions and knowledge files from the current Claude project, bundling them into a downloadable zip for easy cloning, backup, or migration to a new project.

cloning-project
🎯inspecting-skills🎯Skill

A skill that discovers and indexes Python code across other skills, enabling cross-skill imports by solving the dash-underscore naming mismatch between skill directories and Python module names.

inspecting-skills
🎯categorizing-bsky-accounts🎯Skill

A skill for analyzing and categorizing Bluesky accounts by topic using YAKE keyword extraction. Supports following/follower lists, domain-specific stopwords for English, AI/ML, and Life Sciences, and intelligent topic categorization.

categorizing-bsky-accounts
🎯generating-patches🎯Skill

Generates portable git patch files from codebase modifications made by Claude, enabling users to apply AI-generated edits to their local repositories via git apply or git am.

generating-patches
🎯check-tools🎯Skill

A check tools skill from a curated Claude Code skills collection for development patterns and coding workflows.

check-tools
🎯sampling-bluesky-zeitgeist🎯Skill

A deprecated skill that captures multiple windows of Bluesky firehose data and clusters trending topics into an interactive HTML artifact. Superseded by the browsing-bluesky skill, which consolidates firehose sampling into a single tool.

sampling-bluesky-zeitgeist
🎯versioning-skills🎯Skill

A collection of Claude skills primarily designed for the Claude.ai PaaS skill compute environment, with automated installation scripts and CI/CD integration via GitHub Actions for skill management.

versioning-skills
🎯githubbing🎯Skill

Installs and configures the GitHub CLI (gh) for authenticated GitHub operations in Claude.ai containers, enabling issue creation, PR management, and repository interactions via environment-based token authentication.

githubbing
🎯invoking-github🎯Skill

Enables programmatic GitHub repository operations from Claude.ai chat, including reading files, committing changes, creating pull requests, and persisting state across sessions via GitHub branches.

invoking-github
🎯using-webctl🎯Skill

Enables browser automation via the webctl CLI in Claude.ai container environments by solving authenticated proxy tunneling issues. Includes a local forwarding proxy that injects authentication headers for Chromium HTTPS connections.

using-webctl
🎯invoking-gemini🎯Skill

A skill that delegates tasks to Google Gemini models for structured JSON outputs with Pydantic validation, multi-modal processing, and cost-effective parallel batch operations. Supports automatic API key configuration and multiple Gemini model variants.

invoking-gemini
🎯creating-mcp-servers🎯Skill

A skill for building production-ready MCP servers using FastMCP v2, featuring progressive disclosure patterns that achieve 85-93% token reduction, optimized tool descriptions for context efficiency, and MCPB bundling for distribution.

creating-mcp-servers
🎯building-github-index🎯Skill

A collection of Claude skills designed for the Claude.ai PaaS skill compute environment, with an installer for automated skill deployment to Claude Code projects and CI/CD integration via GitHub Actions.

building-github-index
🎯making-waffles🎯Skill

Generates WAFFLES Declarations for social media posts, producing preemptive lists of what a post does NOT say to help prevent misinterpretation by readers who might assume unintended meanings.

making-waffles
🎯image-to-svg🎯Skill

Converts raster images (photos, paintings, illustrations, line art) into SVG vector reproductions using data-driven color quantization and contour extraction, with multiple modes optimized for different image types.

image-to-svg
🎯configuring🎯Skill

A universal environment variable loader for AI agent environments that provides unified configuration management across Claude.ai, Claude Code, OpenAI Codex, Jules, and standard .env files.

configuring
🎯hello-demo🎯Skill

A skill that delivers a pre-built Hello World HTML demo page with a bookmarklet using a token-efficient asset delivery pattern. Copies a complete, styled HTML asset to outputs instead of generating HTML from scratch, saving approximately 500 tokens per invocation.

hello-demo
🎯orchestrating-skills🎯Skill

A skill-aware orchestration system that decomposes complex tasks into skill-typed subtasks, routes targeted context subsets, and executes subagents in parallel. Requires no SDK dependency, using raw HTTP via httpx.

orchestrating-skills
🎯sorting-groceries🎯Skill

Skill

sorting-groceries
🎯seeing-images🎯Skill

Skill

seeing-images
🎯forecasting-reverso🎯Skill

Skill

forecasting-reverso
🎯tiling-tree🎯Skill

Skill

tiling-tree
🎯flowing🎯Skill

Skill

flowing
🎯searching-codebases🎯Skill

Skill

searching-codebases

πŸͺMarketplaces1