Oskar Austegard

Claude Skills - Releases Viewer

A web application that fetches and displays all releases from the oaustegard/claude-skills GitHub repository, providing an organized and searchable interface for browsing Claude skills and downloading them.

Overview

This tool provides a user-friendly interface for exploring Claude skills releases, with real-time data fetched directly from the GitHub API. It offers multiple viewing modes, automatic table of contents generation, and download links for all available skills.

Features

Real-Time GitHub Integration

Dual Sorting Modes

Interactive Table of Contents

Rich Release Display

Download Management

URL State Management

Responsive Design

Usage

  1. Open the Tool: Navigate to the Claude Skills Releases page
  2. Browse Releases: Scroll through the list or use the table of contents
  3. Switch Views: Toggle between “A-Z” and “Latest” sorting modes
  4. Navigate: Click any item in the table of contents to jump to that release
  5. Download: Click download buttons to get .zip files for any skill
  6. Share: Copy the URL to share your current view (sort mode is preserved)
  7. Return: Use the “Back to AI Tools” link to navigate to the main tools page

Technical Details

Frontend Framework

API Integration

State Management

Performance Optimizations

Scroll Tracking

Release Description Processing

The tool intelligently processes release descriptions:

  1. Splits content at horizontal rules (---) to remove changelog details
  2. Removes the first markdown heading (typically # skill-name)
  3. Parses remaining markdown to HTML
  4. Renders with appropriate prose styling

Browser Compatibility

Data Source

All release data comes from the oaustegard/claude-skills repository, which contains various skills and utilities for use with Claude (Anthropic’s AI assistant).

Privacy

Error Handling

Responsive Breakpoints

Credits