{
  "site": "skills.love",
  "tagline": "the missing piece of the AI world",
  "description": "A searchable skills collection for humans and AI agents. Discover a skill URL and let the agent use it directly at runtime.",
  "updatedAt": "2026-08-12",
  "endpoints": {
    "catalog": "/skills/index.json",
    "skillPattern": "/skills/{slug}/SKILL.md"
  },
  "skills": [
    {
      "slug": "ceo-agent",
      "name": "CEO Agent",
      "summary": "Orchestrates worker skills, resolves tradeoffs, and makes the final decision.",
      "description": "Primary entry point for a small multi-agent workflow when one agent should coordinate the rest.",
      "audience": [
        "agent",
        "human"
      ],
      "tags": [
        "orchestration",
        "routing",
        "planning",
        "multi-agent"
      ],
      "useCases": [
        "Turn one broad user request into a coordinated workflow.",
        "Delegate research, planning, coding, QA, and review without exposing internal worker complexity."
      ],
      "links": {
        "skill": "/skills/ceo-agent/SKILL.md",
        "config": "/skills/ceo-agent/agents/openai.yaml"
      },
      "files": [
        "ceo-agent/SKILL.md",
        "ceo-agent/agents/openai.yaml",
        "ceo-agent/references/handoff.md",
        "ceo-agent/references/orchestration.md"
      ],
      "url": "https://skills.love/skills/ceo-agent/SKILL.md"
    },
    {
      "slug": "researcher-agent",
      "name": "Researcher Agent",
      "summary": "Finds facts, market context, options, and uncertainty before decisions.",
      "description": "Research worker for fact-finding, competitor notes, assumptions, and source-aware summaries.",
      "audience": [
        "agent"
      ],
      "tags": [
        "research",
        "discovery",
        "analysis",
        "strategy"
      ],
      "useCases": [
        "Gather context before the team commits to a plan.",
        "Compare options and surface uncertainty when current knowledge matters."
      ],
      "links": {
        "skill": "/skills/researcher-agent/SKILL.md",
        "config": "/skills/researcher-agent/agents/openai.yaml"
      },
      "files": [
        "researcher-agent/SKILL.md",
        "researcher-agent/agents/openai.yaml",
        "researcher-agent/references/research-brief.md"
      ],
      "url": "https://skills.love/skills/researcher-agent/SKILL.md"
    },
    {
      "slug": "planner-agent",
      "name": "Planner Agent",
      "summary": "Turns broad goals into small executable plans with acceptance checks.",
      "description": "Planning worker for sequencing work, clarifying scope, and producing a concrete execution path.",
      "audience": [
        "agent"
      ],
      "tags": [
        "planning",
        "breakdown",
        "execution",
        "coordination"
      ],
      "useCases": [
        "Break ambiguous work into smaller steps.",
        "Define acceptance checks before implementation starts."
      ],
      "links": {
        "skill": "/skills/planner-agent/SKILL.md",
        "config": "/skills/planner-agent/agents/openai.yaml"
      },
      "files": [
        "planner-agent/SKILL.md",
        "planner-agent/agents/openai.yaml",
        "planner-agent/references/task-slicer.md"
      ],
      "url": "https://skills.love/skills/planner-agent/SKILL.md"
    },
    {
      "slug": "marketer-agent",
      "name": "Marketer Agent",
      "summary": "Creates positioning, launch copy, and audience notes.",
      "description": "Messaging worker for launch framing, user-facing copy, and audience feedback loops.",
      "audience": [
        "agent",
        "human"
      ],
      "tags": [
        "marketing",
        "messaging",
        "launch",
        "copywriting"
      ],
      "useCases": [
        "Turn a product idea into clear public messaging.",
        "Draft headlines, hooks, and feedback questions for launch."
      ],
      "links": {
        "skill": "/skills/marketer-agent/SKILL.md",
        "config": "/skills/marketer-agent/agents/openai.yaml"
      },
      "files": [
        "marketer-agent/SKILL.md",
        "marketer-agent/agents/openai.yaml",
        "marketer-agent/references/copy-toolkit.md"
      ],
      "url": "https://skills.love/skills/marketer-agent/SKILL.md"
    },
    {
      "slug": "coder-agent",
      "name": "Coder Agent",
      "summary": "Builds tiny scoped artifacts, edits files, and verifies behavior.",
      "description": "Implementation worker for turning an approved plan into the smallest useful project artifact.",
      "audience": [
        "agent"
      ],
      "tags": [
        "implementation",
        "coding",
        "edits",
        "verification"
      ],
      "useCases": [
        "Create or modify project files from a clear plan.",
        "Ship the narrowest useful implementation with light verification."
      ],
      "links": {
        "skill": "/skills/coder-agent/SKILL.md",
        "config": "/skills/coder-agent/agents/openai.yaml"
      },
      "files": [
        "coder-agent/SKILL.md",
        "coder-agent/agents/openai.yaml",
        "coder-agent/references/build-checklist.md"
      ],
      "url": "https://skills.love/skills/coder-agent/SKILL.md"
    },
    {
      "slug": "seo-agent",
      "name": "SEO Agent",
      "summary": "Improves discoverability, search intent, and content structure.",
      "description": "Optimization worker for public pages, headings, metadata, and search-friendly page framing.",
      "audience": [
        "agent",
        "human"
      ],
      "tags": [
        "seo",
        "discoverability",
        "content",
        "metadata"
      ],
      "useCases": [
        "Improve search alignment for public-facing pages.",
        "Turn raw content into a more discoverable structure."
      ],
      "links": {
        "skill": "/skills/seo-agent/SKILL.md",
        "config": "/skills/seo-agent/agents/openai.yaml"
      },
      "files": [
        "seo-agent/SKILL.md",
        "seo-agent/agents/openai.yaml",
        "seo-agent/references/seo-checklist.md"
      ],
      "url": "https://skills.love/skills/seo-agent/SKILL.md"
    },
    {
      "slug": "taste-agent",
      "name": "Taste Agent",
      "summary": "Sharpens simplicity, quality, and product taste.",
      "description": "Critique worker for removing clutter, improving restraint, and raising the polish of an output.",
      "audience": [
        "agent",
        "human"
      ],
      "tags": [
        "editing",
        "critique",
        "simplification",
        "polish"
      ],
      "useCases": [
        "Make copy, UI, code, or plans feel simpler and sharper.",
        "Identify what to keep, cut, or refine before shipping."
      ],
      "links": {
        "skill": "/skills/taste-agent/SKILL.md",
        "config": "/skills/taste-agent/agents/openai.yaml"
      },
      "files": [
        "taste-agent/SKILL.md",
        "taste-agent/agents/openai.yaml",
        "taste-agent/references/taste-rubric.md"
      ],
      "url": "https://skills.love/skills/taste-agent/SKILL.md"
    },
    {
      "slug": "qa-agent",
      "name": "QA Agent",
      "summary": "Checks behavior, acceptance criteria, and blocking risks.",
      "description": "Verification worker for validating behavior, surfacing defects, and making ship or no-ship recommendations.",
      "audience": [
        "agent"
      ],
      "tags": [
        "qa",
        "testing",
        "acceptance",
        "verification"
      ],
      "useCases": [
        "Verify that a build matches its acceptance checks.",
        "Find blocking issues before something ships."
      ],
      "links": {
        "skill": "/skills/qa-agent/SKILL.md",
        "config": "/skills/qa-agent/agents/openai.yaml"
      },
      "files": [
        "qa-agent/SKILL.md",
        "qa-agent/agents/openai.yaml",
        "qa-agent/references/qa-checklist.md"
      ],
      "url": "https://skills.love/skills/qa-agent/SKILL.md"
    },
    {
      "slug": "reviewer-agent",
      "name": "Reviewer Agent",
      "summary": "Reviews quality, risks, tradeoffs, and fit to the goal.",
      "description": "Readout worker for critique, risk analysis, decision support, and review-grade findings.",
      "audience": [
        "agent"
      ],
      "tags": [
        "review",
        "critique",
        "quality",
        "decision"
      ],
      "useCases": [
        "Review an artifact before an important decision.",
        "Spot missing requirements, risks, or tradeoffs."
      ],
      "links": {
        "skill": "/skills/reviewer-agent/SKILL.md",
        "config": "/skills/reviewer-agent/agents/openai.yaml"
      },
      "files": [
        "reviewer-agent/SKILL.md",
        "reviewer-agent/agents/openai.yaml",
        "reviewer-agent/references/review-rubric.md"
      ],
      "url": "https://skills.love/skills/reviewer-agent/SKILL.md"
    },
    {
      "slug": "duffer-agent",
      "name": "Duffer Agent",
      "summary": "Scores the skill system and suggests iterative improvements.",
      "description": "Meta worker for evaluating the overall skill system and guiding the next iteration.",
      "audience": [
        "agent"
      ],
      "tags": [
        "meta",
        "evaluation",
        "iteration",
        "systems"
      ],
      "useCases": [
        "Score the current multi-agent setup after a run.",
        "Identify the highest-leverage improvements to the skill system."
      ],
      "links": {
        "skill": "/skills/duffer-agent/SKILL.md",
        "config": "/skills/duffer-agent/agents/openai.yaml"
      },
      "files": [
        "duffer-agent/SKILL.md",
        "duffer-agent/agents/openai.yaml",
        "duffer-agent/references/agent-scorecard.md"
      ],
      "url": "https://skills.love/skills/duffer-agent/SKILL.md"
    }
  ]
}
