Save an agent skill from skills.sh with one click while browsing.
Fuzzy search your saved skills from the extension popup.
Copy a skill's exact install command without retyping it.
Build and load the extension manually for local development.
| stursby/skills.love | 0xkinno/astraea | 0xkinno/halcyon | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | hard | hard |
| Complexity | 1/5 | 4/5 | 4/5 |
| Audience | vibe coder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Install directly from the Chrome Web Store, no account or setup needed.
skills.love is a Chrome browser extension for saving agent skills you find on the site skills.sh. Agent skills are small packaged instructions that extend what an AI coding assistant can do. The idea behind this extension is simple: while browsing skills.sh you often find a skill you like, then close the tab and forget about it later. This extension adds a heart button to every skill so you can save it in the moment, then find it again afterward without having to search the whole site over again. Once a skill is saved, it shows up in the extension's popup window, where you can search through your saved list using fuzzy search, meaning you do not have to type an exact match to find what you are looking for. Each saved skill includes the exact install command, written as npx skills add followed by the skill name, which you can copy with a single click rather than retyping it or hunting back through the website to find it again. The extension does not require creating an account and does not track your activity. Your saved list is stored only in your own browser, not on any external server, so nothing about which skills you have saved leaves your machine. You can install the extension directly from the Chrome Web Store using the link in the README, which is the simplest option for most people. Developers who want to work on the extension itself can set it up locally by cloning the repository, running npm install, then npm run dev to launch a browser with the extension loaded and hot reloading enabled so changes appear immediately. Alternatively, running npm run build produces an output folder that can be loaded manually as an unpacked extension through Chrome's extensions settings page, which is useful for testing a specific built version before publishing it.
A Chrome extension that lets you heart and save agent skills from skills.sh, with a searchable popup and one click install commands.
Mainly TypeScript. The stack also includes TypeScript, Chrome Extension.
The README does not state a license.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.