9493aaf34f058a0700e1697803967e77b3bf2004
new file mode 100644
index 0000000..a15f27e
@@ -0,0 +1,157 @@
+---
+visibility: public
+---
+
+# CLI Tools
+
+20 tools installable via Homebrew. All built by [Aayush Pokharel](https://aayush.art).
+
+```bash
+brew tap aayush9029/tap
+brew install <tool>
+```
+
+---
+
+## Developer Tools
+
+### doq
+Query Apple developer documentation from your terminal. Search symbols, view declarations, docs, availability, and relationships.
+- **Language:** Go
+- **Install:** `brew install aayush9029/tap/doq`
+
+### bump
+Bump Xcode project marketing version from the command line. Supports `patch`, `minor`, `major`, or interactive mode.
+- **Language:** Shell
+- **Install:** `brew install aayush9029/tap/bump`
+
+### spu
+Check and update Swift package dependencies from the command line.
+- **Language:** Shell
+- **Install:** `brew install aayush9029/tap/spu`
+
+### icn
+Generate `.icon` and `.png` files from SF Symbols.
+- **Language:** Swift
+- **Install:** `brew install aayush9029/tap/icn`
+
+### findertags
+Read and modify Finder tags from the command line.
+- **Language:** Swift
+- **Install:** `brew install aayush9029/tap/findertags`
+
+---
+
+## AI & LLM Tools
+
+### peek
+Describe images and videos from the terminal using vision LLMs. Requires `OPENROUTER_API_KEY`.
+- **Language:** Shell
+- **Install:** `brew install aayush9029/tap/peek`
+
+### sip
+Summarize stdin using LLMs. Pipe anything into it for an instant summary. Requires `OPENROUTER_API_KEY`.
+- **Language:** Shell
+- **Install:** `brew install aayush9029/tap/sip`
+
+### play-happy
+Celebrate wins with random meme videos and text overlays. Built for AI agents (and humans) who ship.
+- **Language:** Shell
+- **Install:** `brew install aayush9029/tap/play-happy`
+
+---
+
+## Communication
+
+### imsg
+Human-first macOS CLI for Messages.app. Read chats/history, send messages, resolve phone/email handles to Contacts names.
+- **Language:** Swift
+- **Install:** `brew install aayush9029/tap/imsg`
+
+### tmail
+Disposable email in your terminal. Generate temp inboxes, list messages, read verification codes.
+- **Language:** Go
+- **Install:** `brew install aayush9029/tap/tmail`
+
+### apple-mail-exporter
+Search and export emails from Apple Mail's local database. Requires Full Disk Access.
+- **Language:** Swift
+- **Install:** `brew install aayush9029/tap/apple-mail-exporter`
+
+---
+
+## File & Media
+
+### meow
+Upload files to catbox.moe & litterbox from the terminal. Supports multi-file, URL re-hosting, and temporary uploads.
+- **Language:** Go
+- **Install:** `brew install aayush9029/tap/meow`
+
+### haze
+Progressive blur, grain, and gradient color overlay for video. Requires `ffmpeg`.
+- **Language:** Shell
+- **Install:** `brew install aayush9029/tap/haze`
+
+---
+
+## System & Network
+
+### watts
+Figure out what is actually draining your MacBook battery. Installs a boot daemon to track power usage.
+- **Language:** Go
+- **Install:** `brew install aayush9029/tap/watts`
+
+### noz
+Prevent your Mac from sleeping when the lid is closed. Default 45 minutes, configurable.
+- **Language:** Shell
+- **Install:** `brew install aayush9029/tap/noz`
+
+### goping
+Ping with live stats — like `ping` but with a persistent stats bar.
+- **Language:** Go
+- **Install:** `brew install aayush9029/tap/goping`
+
+### loca
+Get your Mac's current location from the terminal.
+- **Language:** Swift
+- **Install:** `brew install aayush9029/tap/loca`
+
+---
+
+## Internet & Browsing
+
+### wiki
+Search and read Wikipedia from your terminal.
+- **Language:** Go
+- **Install:** `brew install aayush9029/tap/wiki`
+
+### nit
+Personal Twitter feed reader for the terminal. Requires `TWITTER_BEARER_TOKEN`.
+- **Language:** Go
+- **Install:** `brew install aayush9029/tap/nit`
+
+---
+
+## Quick Reference
+
+| Tool | What it does | Language |
+|------|-------------|----------|
+| doq | Apple dev docs in terminal | Go |
+| bump | Bump Xcode version | Shell |
+| spu | Update Swift packages | Shell |
+| icn | SF Symbol → .icon/.png | Swift |
+| findertags | Finder tags CLI | Swift |
+| peek | Describe images/video via LLM | Shell |
+| sip | Summarize stdin via LLM | Shell |
+| play-happy | Celebration meme videos | Shell |
+| imsg | Messages.app CLI | Swift |
+| tmail | Disposable email | Go |
+| apple-mail-exporter | Export Apple Mail | Swift |
+| meow | Upload to catbox.moe | Go |
+| haze | Video blur/grain overlay | Shell |
+| watts | Battery drain analysis | Go |
+| noz | Prevent lid-close sleep | Shell |
+| goping | Ping with live stats | Go |
+| loca | Current location | Swift |
+| wiki | Wikipedia reader | Go |
+| nit | Twitter feed reader | Go |
\ No newline at end of file
new file mode 100644
index 0000000..3a471bd
@@ -0,0 +1,22 @@
+---
+visibility: public
+---
+
+# Aayush9029 on GitHub
+
+**"Mortality is inevitable, let's create lasting wonders for humanity."**
+
+- **Location:** San Francisco / Toronto
+- **Public repos:** 80
+- **Followers:** 263
+- **Member since:** September 2018
+- **Website:** [aayush.art](https://aayush.art)
+- **GitHub:** [github.com/Aayush9029](https://github.com/Aayush9029)
+
+## Knowledge Base
+
+- [Top Projects](top-projects) — Most starred repositories
+- [macOS Apps](macos-apps) — Native macOS applications
+- [CLI Tools](cli-tools) — 20 Homebrew-installable command-line tools
+- [Raycast Extensions](raycast) — 16 created, 9 contributed to (37 merged PRs)
+- [Languages](languages) — Breakdown by language
\ No newline at end of file
new file mode 100644
index 0000000..4e5247f
@@ -0,0 +1,26 @@
+---
+visibility: public
+---
+
+# Languages
+
+Breakdown of public repositories by primary language.
+
+## Swift (primary)
+The dominant language — used for all macOS and iOS apps.
+- NativeYoutube, Petal, RingLight, Medo, Peeri, Phantom, Crisp, icn, UpGood, findertags, apple-mail-exporter, loca
+
+## Go
+Used for CLI tools and developer utilities.
+- doq, watts, tmail, wiki, nit, meow, goping
+
+## Shell
+Lightweight scripts and CLI tools.
+- peek, haze, sip, noz, spu, bump
+
+## Python
+Server-side and AI tooling.
+- mcp-server
+
+## Ruby
+- homebrew-tap — Homebrew formula definitions
\ No newline at end of file
new file mode 100644
index 0000000..cab3d75
@@ -0,0 +1,40 @@
+---
+visibility: public
+---
+
+# macOS Apps
+
+Native macOS applications built in Swift.
+
+## NativeYoutube (529 stars)
+A native macOS YouTube client — no Electron, no bloat. The most popular open-source project.
+
+## Petal (218 stars)
+Menu bar app for fast, local-first audio transcription. Also on the App Store.
+
+## RingLight (73 stars)
+Turn your Mac into a ring light for video calls.
+
+## Medo (37 stars)
+Menu bar macOS utility app.
+
+## Peeri (34 stars)
+Futuristic, fully native macOS torrent client.
+
+## Phantom (14 stars)
+Hide menu bar items for a cleaner desktop.
+
+## Crisp (1 star)
+Fixes AirPods sound quality by forcing the correct audio input device.
+
+## AgentBar
+Native macOS menu bar app for launching and managing AI coding sessions.
+
+## icn (7 stars)
+Swift macOS utility.
+
+## UpGood (2 stars)
+Upload files to the cloud.
+
+## findertags (2 stars)
+Read and modify Finder tags from the command line.
\ No newline at end of file
new file mode 100644
index 0000000..b50c855
@@ -0,0 +1,93 @@
+---
+visibility: public
+---
+
+# Raycast Extensions
+
+37 merged pull requests to the [Raycast Extensions](https://github.com/raycast/extensions) store.
+
+## Created by Aayush
+
+### CleanShot X
+Quick access to CleanShot X screenshot and recording features. One of the earliest community extensions.
+- *7 PRs: initial release, Open History, multiple updates*
+
+### Binge Clock
+Find out how long it takes to binge-watch any TV series.
+- *2 PRs: initial release + update*
+
+### TMDB
+Search The Movie Database directly from Raycast — movies, TV shows, people.
+- *2 PRs: initial release + update*
+
+### BTTV Emote
+Search and browse BetterTTV emotes from the launcher.
+- *2 PRs: initial release + update*
+
+### Element
+Periodic table element lookup — search any element by name, symbol, or number.
+- *1 PR: initial release*
+
+### Quicktype
+Paste JSON, get type-safe code. Generates Swift, TypeScript, Go, and more structs from JSON input.
+- *1 PR: initial release*
+
+### Petal
+Companion extension for the Petal transcription app.
+- *1 PR: initial release*
+
+### Twitch Logs / Live IRC Chat
+View Twitch chat logs and live IRC chat from Raycast.
+- *3 PRs: initial Twitch Logs, Live IRC Chat, Twitch v2*
+
+### Native Screenshot
+Take native macOS screenshots directly from Raycast.
+- *1 PR: initial release*
+
+### IPTV
+Browse and play IPTV streams.
+- *1 PR: initial release*
+
+### itch.io
+Browse and search indie games on itch.io.
+- *1 PR: initial release*
+
+### Sonarr
+Manage your Sonarr TV series library.
+- *2 PRs: initial release + update*
+
+### Activities @ Mississauga
+Browse local activities in Mississauga.
+- *1 PR: initial release*
+
+### Headlines for News
+Quick news headlines in Raycast.
+- *1 PR: initial release*
+
+### xQc Extension
+Metadata and info extension.
+- *2 PRs: initial release + logo update*
+
+### Discord
+Discord integration for Raycast.
+- *1 PR: initial release*
+
+## Contributions to Other Extensions
+
+- **qBittorrent** — Improved add flow and torrent list UI
+- **superwhisper** — Added configurable history copy/paste
+- **Git Repos** — Guarded open-with actions against missing app preferences
+- **Apple Reminders** — Prevented accidental recurring reminders from AI
+- **Apple Notes** — Fixed AI tool note ID mismatch, timeout, and search filtering
+- **Brew** — Concise error toasts with full logs in Copy Logs
+- **Github Gists** — Updated extension
+- **Format JSON** — Updated extension twice
+- **Gitmoji** — Updated extension
+
+## Stats
+
+| Metric | Count |
+|--------|------:|
+| Total merged PRs | 37 |
+| Extensions created | 16 |
+| Extensions improved | 9 |
\ No newline at end of file
new file mode 100644
index 0000000..aa21d0a
@@ -0,0 +1,17 @@
+---
+visibility: public
+---
+
+# Top Projects by Stars
+
+| Stars | Repo | Language | Description |
+|------:|------|----------|-------------|
+| 529 | [NativeYoutube](https://github.com/Aayush9029/NativeYoutube) | Swift | Personal app that turned into an alpha-released native macOS YouTube client |
+| 218 | [petal](https://github.com/Aayush9029/petal) | Swift | Native macOS menu bar app for fast, local-first audio transcription |
+| 73 | [RingLight](https://github.com/Aayush9029/RingLight) | Swift | Ring Light app for macOS |
+| 41 | [mcp-server](https://github.com/Aayush9029/mcp-server) | Python | MCP Server implementation |
+| 37 | [Medo](https://github.com/Aayush9029/Medo) | Swift | Menu bar macOS app |
+| 34 | [Peeri](https://github.com/Aayush9029/Peeri) | Swift | Futuristic & fully native macOS torrent client |
+| 14 | [Phantom](https://github.com/Aayush9029/Phantom) | Swift | Hide menu bar items |
+| 11 | [peek](https://github.com/Aayush9029/peek) | Shell | Describe and rename images from the terminal using vision LLMs |
+| 10 | [doq](https://github.com/Aayush9029/doq) | Go | Query Apple developer documentation from your terminal |
\ No newline at end of file