rohunvora/cool-claude-skills

claude skills i've made my self that are lowkey goated

License:UnknownLanguage:TypeScript141

Deep Analysis

5 practical Claude Code skills including terminal output to webpage, smart table filtering, HTML beautification, resumable API and Are.na visual browsing

Core Features

Technical Implementation

Highlights
  • Highly practical - solves terminal data visualization pain point
  • quick-view most impressive - terminal output one-click to webpage
  • Skills composable - html-style can work with other skills
  • Resumable download - API data download not afraid of interruption
  • Are.na integration - niche but unique visualization tool
Use Cases
  • Review large JSON/log files
  • View complex data tables with filtering
  • API batch data scraping needing resumable download
  • Are.na users managing and browsing collections
  • Terminal output beautification display
Limitations
  • Skills relatively simple, no complex logic
  • arena-cli useless for non-Are.na users
  • Requires browser environment
  • Documentation is brief
  • No Chinese support
Tech Stack
Claude Code SkillsHTML/CSSAre.na API

Cool Claude Skills

Skills that teach Claude Code how to do things you'd otherwise explain every time.


quick-view

Turn terminal output into a webpage you can read.

Say "show me this" and Claude generates HTML, opens it in your browser. Useful for reviewing JSON, logs, lists, drafts — anything hard to scan in the terminal.

quick-view output


table-filters

Add the right filter to each column.

Describe your data. Claude picks the filter type: text search, checkboxes, date range, numeric — based on what makes sense.

table-filters output


html-style

Make HTML look finished.

Takes working markup, adds polish: dark mode, status colors, visual hierarchy. Pairs with quick-view and table-filters.

html-style output


incremental-fetch

Download API data without losing progress.

Saves after each page. Tracks position. Resumes if interrupted. Never re-downloads what you have.

incremental-fetch output


arena-cli

Export and search your Are.na visually.

Fetch blocks from channels. Enrich images with AI-generated titles and tags. Browse in a local gallery.

arena-cli output


Install

cp -r skills/quick-view ~/.claude/skills/

Claude picks it up automatically.


MIT