@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix aa: <https://agentaccess.dk/ontology#> .

<https://agentaccess.dk/enablers/skills-sh> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Skills.sh"@en ;
  schema:headline "The open Agent Skills directory and CLI installer by Vercel"@en ;
  schema:headline "Det åbne Agent Skills-katalog og CLI-installer fra Vercel"@da ;
  schema:description "Skills.sh is a community-driven directory and one-command CLI for discovering, auditing, and installing reusable Agent Skills across 20+ AI coding agents."@en ;
  schema:description "Skills.sh er et community-drevet katalog og en CLI til at opdage, auditere og installere genbrugelige Agent Skills på tværs af 20+ AI-kodeagenter."@da ;
  dcterms:description "Skills.sh (by Vercel Labs) is the canonical package registry for Agent Skills — the open standard for giving AI agents new capabilities. Developers browse a searchable leaderboard of community-contributed skills, organized by topic and install count, then add any skill to their project with a single `npx skills add <owner/repo>` command. The directory supports Claude Code, Cursor, Codex, GitHub Copilot, Windsurf, Gemini, Cline, AMP, Antigravity, OpenClaw, Droid, Goose, Kilo, Kiro CLI, Nous Research, OpenCode, Roo, Trae, VS Code, and Zed. Skills.sh also provides official curated skill packs, topic-based browsing, security audits of published skills, and documentation for creating and publishing new skills."@en ;
  dcterms:description "Skills.sh (fra Vercel Labs) er det kanoniske pakkeregister for Agent Skills — den åbne standard for at give AI-agenter nye kompetencer. Udviklere gennemser en søgbar rangliste over community-bidragede skills organiseret efter emne og installationsantal, og tilføjer derefter enhver skill til deres projekt med en enkelt `npx skills add <owner/repo>`-kommando. Kataloget understøtter Claude Code, Cursor, Codex, GitHub Copilot, Windsurf, Gemini, Cline, AMP, Antigravity, OpenClaw, Droid, Goose, Kilo, Kiro CLI, Nous Research, OpenCode, Roo, Trae, VS Code og Zed. Skills.sh tilbyder også officielle kuraterede skill-pakker, emneopdelt browsing, sikkerhedsaudits af publicerede skills og dokumentation til oprettelse og publicering af nye skills."@da ;
  schema:url <https://www.skills.sh> ;
  schema:documentation <https://www.skills.sh/docs> ;
  schema:codeRepository <https://github.com/vercel-labs/skills> ;
  aa:enablerCategory "mcp-builders" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-09-12"^^xsd:date ;
  dcat:keyword "agent-skills" ;
  dcat:keyword "registry" ;
  dcat:keyword "cli" ;
  dcat:keyword "vercel" ;
  dcat:keyword "directory" ;
  dcat:keyword "open-source" ;
  dcat:keyword "package-manager" ;
  schema:featureList "One-command skill install: npx skills add <owner/repo>"@en ;
  schema:featureList "Searchable leaderboard with 1.4M+ total installs and trending metrics"@en ;
  schema:featureList "Supports 20+ agent runtimes including Claude Code, Cursor, Gemini, and Antigravity"@en ;
  schema:featureList "Official curated skill packs and topic-based browsing"@en ;
  schema:featureList "Security audits of published skills for safe adoption"@en ;
  schema:featureList "Full CLI for adding, listing, and managing installed skills"@en ;
  schema:featureList "Installér skills med én kommando: npx skills add <owner/repo>"@da ;
  schema:featureList "Søgbar rangliste med 1,4M+ installationer og trending-metrikker"@da ;
  schema:featureList "Understøtter 20+ agentmiljøer inkl. Claude Code, Cursor, Gemini og Antigravity"@da ;
  schema:featureList "Officielle kuraterede skill-pakker og emnebaseret browsing"@da ;
  schema:featureList "Sikkerhedsaudits af publicerede skills for sikker adoption"@da ;
  schema:featureList "Fuld CLI til tilføjelse, visning og administration af installerede skills"@da ;
  schema:isAccessibleForFree true .
