rohunvora/cool-claude-skills
claude skills i've made my self that are lowkey goated
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
- 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
- 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
- Skills relatively simple, no complex logic
- arena-cli useless for non-Are.na users
- Requires browser environment
- Documentation is brief
- No Chinese support
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.

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.

html-style
Make HTML look finished.
Takes working markup, adds polish: dark mode, status colors, visual hierarchy. Pairs with quick-view and table-filters.

incremental-fetch
Download API data without losing progress.
Saves after each page. Tracks position. Resumes if interrupted. Never re-downloads what you have.

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.

Install
cp -r skills/quick-view ~/.claude/skills/
Claude picks it up automatically.
MIT

