๐ŸŽฏ

developing-preact

๐ŸŽฏSkill

from oaustegard/claude-skills

VibeIndex|
What it does
|

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.

๐Ÿ“ฆ

Same repository

oaustegard/claude-skills(48 items)

developing-preact

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add oaustegard/claude-skills --skill developing-preact
skills.sh Installโš  Installs to .agents/skills/
npx skills add oaustegard/claude-skills --skill developing-preact
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/developing-preact/SKILL.md

SKILL.md

146Installs
82
-
Last UpdatedJan 29, 2026

More from this repository10

๐ŸŽฏ
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.

๐ŸŽฏ
mapping-codebases๐ŸŽฏSkill

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

๐ŸŽฏ
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.

๐ŸŽฏ
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.

๐ŸŽฏ
accessing-github-repos๐ŸŽฏSkill

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

๐ŸŽฏ
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.

๐ŸŽฏ
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.

๐ŸŽฏ
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.

๐ŸŽฏ
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.

๐ŸŽฏ
crafting-instructions๐ŸŽฏSkill

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