whatisgithub

What is skills.love?

stursby/skills.love — explained in plain English

Analysis updated 2026-05-18

0TypeScriptAudience · vibe coderComplexity · 1/5Setup · easy

In one sentence

A Chrome extension that lets you heart and save agent skills from skills.sh, with a searchable popup and one click install commands.

Mindmap

mindmap
  root((repo))
    What it does
      Saves favorited skills
      Searchable popup list
      One click install command
    Tech stack
      TypeScript
      Chrome extension
    Use cases
      Save a skill while browsing
      Search saved skills
      Copy install command
    Audience
      Vibe coders
      Developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Save an agent skill from skills.sh with one click while browsing.

USE CASE 2

Fuzzy search your saved skills from the extension popup.

USE CASE 3

Copy a skill's exact install command without retyping it.

USE CASE 4

Build and load the extension manually for local development.

What is it built with?

TypeScriptChrome Extension

How does it compare?

stursby/skills.love0xkinno/astraea0xkinno/halcyon
Stars000
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasyhardhard
Complexity1/54/54/5
Audiencevibe coderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Install directly from the Chrome Web Store, no account or setup needed.

The README does not state a license.

So what is it?

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.

Copy-paste prompts

Prompt 1
Help me install stursby/skills.love from the Chrome Web Store.
Prompt 2
Walk me through setting up skills.love for local development with npm run dev.
Prompt 3
Explain how skills.love stores my saved skills without an account.
Prompt 4
Show me how to load the built extension as unpacked in Chrome.

Frequently asked questions

What is skills.love?

A Chrome extension that lets you heart and save agent skills from skills.sh, with a searchable popup and one click install commands.

What language is skills.love written in?

Mainly TypeScript. The stack also includes TypeScript, Chrome Extension.

What license does skills.love use?

The README does not state a license.

How hard is skills.love to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is skills.love for?

Mainly vibe coder.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.