{
  "name": "Skillsify",
  "description": "Turn your idea into a coding skill in under a minute.",
  "url": "https://skillsify.app",
  "generated": "2026-07-27T20:24:32.604Z",
  "count": 7,
  "skills": [
    {
      "slug": "skillsify",
      "name": "skillsify",
      "description": "Creates, validates and installs Agent Skills without leaving the terminal. Use when the user asks to build a skill, turn a repeated workflow into a skill, find an existing skill for a task, or wants to know why a skill is not being triggered.",
      "category": "Skill authoring",
      "tags": [
        "skills",
        "authoring",
        "cli",
        "publishing",
        "official"
      ],
      "version": "0.1.0",
      "updated": "2026-07-27",
      "installs": 0,
      "url": "https://skillsify.app/en/skills/skillsify",
      "markdownUrl": "https://skillsify.app/en/skills/skillsify.md",
      "install": "npx skillsify add skillsify",
      "gates": {
        "schema": true,
        "lint": true,
        "trigger": true
      }
    },
    {
      "slug": "core-web-vitals-audit",
      "name": "core-web-vitals-audit",
      "description": "Audits a web application for Core Web Vitals regressions. Use when the user asks to check LCP, INP or CLS, investigate a Lighthouse score drop, or review front-end performance before a release.",
      "category": "Performance",
      "tags": [
        "lighthouse",
        "lcp",
        "inp",
        "cls",
        "web-vitals"
      ],
      "version": "1.2.0",
      "updated": "2026-07-19",
      "installs": 1284,
      "url": "https://skillsify.app/en/skills/core-web-vitals-audit",
      "markdownUrl": "https://skillsify.app/en/skills/core-web-vitals-audit.md",
      "install": "npx skillsify add core-web-vitals-audit",
      "gates": {
        "schema": true,
        "lint": true,
        "trigger": true
      }
    },
    {
      "slug": "flaky-test-hunter",
      "name": "flaky-test-hunter",
      "description": "Finds and diagnoses flaky tests in a test suite. Use when tests pass locally but fail in CI, when a suite fails intermittently, or when the user asks to stabilise or de-flake their tests.",
      "category": "Testing",
      "tags": [
        "ci",
        "vitest",
        "jest",
        "playwright",
        "flaky"
      ],
      "version": "1.1.0",
      "updated": "2026-07-11",
      "installs": 963,
      "url": "https://skillsify.app/en/skills/flaky-test-hunter",
      "markdownUrl": "https://skillsify.app/en/skills/flaky-test-hunter.md",
      "install": "npx skillsify add flaky-test-hunter",
      "gates": {
        "schema": true,
        "lint": true,
        "trigger": true
      }
    },
    {
      "slug": "dependency-risk-review",
      "name": "dependency-risk-review",
      "description": "Reviews third-party dependencies for supply-chain and licence risk. Use when the user asks to audit dependencies, evaluate whether to add a package, review a lockfile diff, or check licence compatibility.",
      "category": "Security",
      "tags": [
        "supply-chain",
        "licences",
        "npm",
        "audit"
      ],
      "version": "1.0.3",
      "updated": "2026-07-05",
      "installs": 741,
      "url": "https://skillsify.app/en/skills/dependency-risk-review",
      "markdownUrl": "https://skillsify.app/en/skills/dependency-risk-review.md",
      "install": "npx skillsify add dependency-risk-review",
      "gates": {
        "schema": true,
        "lint": true,
        "trigger": true
      }
    },
    {
      "slug": "hreflang-cluster-check",
      "name": "hreflang-cluster-check",
      "description": "Validates hreflang and canonical clusters across a multilingual site. Use when the user asks why the wrong language ranks, reports hreflang errors in Search Console, or is launching a new locale.",
      "category": "SEO",
      "tags": [
        "hreflang",
        "canonical",
        "i18n",
        "search-console"
      ],
      "version": "1.0.1",
      "updated": "2026-06-28",
      "installs": 512,
      "url": "https://skillsify.app/en/skills/hreflang-cluster-check",
      "markdownUrl": "https://skillsify.app/en/skills/hreflang-cluster-check.md",
      "install": "npx skillsify add hreflang-cluster-check",
      "gates": {
        "schema": true,
        "lint": true,
        "trigger": true
      }
    },
    {
      "slug": "rtl-layout-audit",
      "name": "rtl-layout-audit",
      "description": "Audits a web interface for right-to-left layout correctness in Arabic, Hebrew, Persian or Urdu. Use when adding an RTL locale, when the user reports mirrored or broken Arabic layout, or before shipping a bilingual interface.",
      "category": "Refactoring",
      "tags": [
        "rtl",
        "arabic",
        "i18n",
        "css",
        "accessibility"
      ],
      "version": "1.1.1",
      "updated": "2026-07-22",
      "installs": 688,
      "url": "https://skillsify.app/en/skills/rtl-layout-audit",
      "markdownUrl": "https://skillsify.app/en/skills/rtl-layout-audit.md",
      "install": "npx skillsify add rtl-layout-audit",
      "gates": {
        "schema": true,
        "lint": true,
        "trigger": true
      }
    },
    {
      "slug": "api-changelog-writer",
      "name": "api-changelog-writer",
      "description": "Writes an accurate API changelog entry from a diff. Use when the user asks to document a release, write release notes, or explain what changed in an API between versions.",
      "category": "Documentation",
      "tags": [
        "changelog",
        "release-notes",
        "api",
        "semver"
      ],
      "version": "1.0.0",
      "updated": "2026-06-14",
      "installs": 437,
      "url": "https://skillsify.app/en/skills/api-changelog-writer",
      "markdownUrl": "https://skillsify.app/en/skills/api-changelog-writer.md",
      "install": "npx skillsify add api-changelog-writer",
      "gates": {
        "schema": true,
        "lint": true,
        "trigger": true
      }
    }
  ]
}