{
  "schemaVersion": 1,
  "name": "Skills",
  "description": "Professional skills for nasty bugs, hard decisions and work that needs to be right.",
  "url": "https://finallydone.ai/skills/",
  "repository": "https://github.com/simonasrazm/skills",
  "skills": [
    {
      "name": "dig-deeper",
      "title": "Dig Deeper",
      "description": "Diagnose nasty, deep bugs with logs, system state, tools and evidence that can survive a challenge.",
      "documentation": "https://finallydone.ai/skills/dig-deeper/index.md",
      "source": "https://github.com/simonasrazm/skills/tree/main/skills/dig-deeper",
      "install": "npx skills@latest add simonasrazm/skills --skill dig-deeper"
    },
    {
      "name": "smart-shot",
      "title": "Smart Shot",
      "description": "Discover hidden intents, domains and unknown unknowns, assemble ad hoc expert agents, use the right tools and independently test the result.",
      "documentation": "https://finallydone.ai/skills/smart-shot/index.md",
      "source": "https://github.com/simonasrazm/skills/tree/main/skills/smart-shot",
      "install": "npx skills@latest add simonasrazm/skills --skill smart-shot"
    },
    {
      "name": "fast-shot",
      "title": "Fast Shot",
      "description": "Get a moderately better result from a weak prompt through a lighter, much faster Smart Shot.",
      "documentation": "https://finallydone.ai/skills/fast-shot/index.md",
      "source": "https://github.com/simonasrazm/skills/tree/main/skills/fast-shot",
      "install": "npx skills@latest add simonasrazm/skills --skill fast-shot"
    },
    {
      "name": "sflo-quick",
      "title": "SFLO Quick",
      "description": "Execute any bounded task through a lightweight plan-do-check-act cycle that removes basic mistakes.",
      "documentation": "https://finallydone.ai/skills/sflo-quick/index.md",
      "source": "https://github.com/simonasrazm/skills/tree/main/skills/sflo-quick",
      "install": "npx skills@latest add simonasrazm/skills --skill sflo-quick"
    },
    {
      "name": "skill-compressor",
      "title": "Skill Compressor",
      "description": "Make an agent skill cheaper to load without breaking when it activates or how it behaves.",
      "documentation": "https://finallydone.ai/skills/skill-compressor/index.md",
      "source": "https://github.com/simonasrazm/skills/tree/main/skills/skill-compressor",
      "install": "npx skills@latest add simonasrazm/skills --skill skill-compressor"
    }
  ]
}
