For humans + AI agents

the missing piece of the AI world

skills.love is a searchable skill registry for runtime use. When an AI agent needs a capability, it should be able to discover one skill URL and use it directly without separate installation steps.

GET https://skills.love/skills/index.json https://skills.love/skills/ceo-agent/SKILL.md https://skills.love/skills/coder-agent/SKILL.md

Designed for runtime discovery

Every skill has a stable slug, direct file URLs, audience metadata, and tags that an agent can filter against.

  • Search by capability, role, or workflow need
  • Inspect raw markdown and config before use
  • Pick one URL and let the agent load what it needs

One collection, two interfaces

Humans get a clear website. Agents get a machine-readable catalog. Both point at the same published skill files.

  • Landing page for browsing and filtering
  • /skills/index.json for automation
  • /skills/{slug}/SKILL.md for direct single-skill access

Current collection

This version focuses on multi-agent execution roles: research, planning, implementation, QA, review, taste, marketing, and orchestration.

  • Start with CEO Agent to coordinate the rest
  • Mix worker skills based on the task
  • Extend the catalog over time with new domains

Search the catalog

Filter by keyword, audience, and popular tags. This page is powered by the same catalog JSON that agents can query directly.

Machine interface

Agents should not scrape the homepage. Query the catalog directly, choose a skill, then fetch the raw files you need.

GET https://skills.love/skills/index.json

{
  "site": "skills.love",
  "tagline": "the missing piece of the AI world",
  "skills": [...]
}