@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/agentskills> a schema:SoftwareApplication, aa:EnablerTool ;
  schema:name "Agent Skills"@en ;
  schema:headline "Open standard for giving AI agents new capabilities and domain expertise"@en ;
  schema:headline "Åben standard til at give AI-agenter nye kompetencer og domæneekspertise"@da ;
  schema:description "Agent Skills defines a standardized SKILL.md format that packages instructions, scripts, and resources into portable, discoverable skill bundles for AI coding agents."@en ;
  schema:description "Agent Skills definerer et standardiseret SKILL.md-format, der pakker instruktioner, scripts og ressourcer i bærbare, maskinopdagbare kompetencepakker til AI-agenter."@da ;
  dcterms:description "Agent Skills is an open-source specification and community standard for packaging domain expertise into structured skill files that AI coding agents can discover and execute. A skill is a folder containing a SKILL.md file (with YAML frontmatter for metadata and Markdown body for instructions), optional helper scripts, examples, and reference material. Skills are published via a discovery endpoint (/.well-known/agent-skills/index.json) conforming to the schemas.agentskills.io discovery schema, enabling agents to autonomously find and activate relevant capabilities. The specification covers skill creation quickstarts, best practices for writing effective instructions, optimizing descriptions for LLM comprehension, evaluation frameworks, and script integration patterns. Agent Skills is already supported by Google Antigravity IDE, Cursor, and other agent runtimes."@en ;
  dcterms:description "Agent Skills er en open source-specifikation og community-standard til at pakke domæneekspertise i strukturerede skill-filer, som AI-kodeagenter kan opdage og eksekvere. En skill er en mappe med en SKILL.md-fil (med YAML-frontmatter til metadata og Markdown til instruktioner), valgfrie hjælpescripts, eksempler og referencemateriale. Skills publiceres via et discovery-endpoint (/.well-known/agent-skills/index.json) i overensstemmelse med schemas.agentskills.io, så agenter autonomt kan finde og aktivere relevante kompetencer. Specifikationen dækker hurtigstart til oprettelse af skills, best practices, optimering af beskrivelser til LLM-forståelse, evalueringsrammer og integration af scripts. Agent Skills understøttes allerede af Google Antigravity IDE, Cursor og andre agentmiljøer."@da ;
  schema:url <https://agentskills.io> ;
  schema:documentation <https://agentskills.io/specification> ;
  schema:codeRepository <https://github.com/agentskills/agentskills> ;
  aa:enablerCategory "mcp-builders" ;
  aa:pricingModel "Open Source" ;
  aa:featured true ;
  schema:dateCreated "2026-09-12"^^xsd:date ;
  dcat:keyword "agent-skills" ;
  dcat:keyword "specification" ;
  dcat:keyword "standard" ;
  dcat:keyword "skill-md" ;
  dcat:keyword "discovery" ;
  dcat:keyword "open-source" ;
  dcat:keyword "ax" ;
  schema:featureList "Standardized SKILL.md format with YAML frontmatter and Markdown instructions"@en ;
  schema:featureList "Machine-discoverable via /.well-known/agent-skills/index.json endpoint"@en ;
  schema:featureList "Supports helper scripts, examples, and reference material in skill bundles"@en ;
  schema:featureList "Best practices and evaluation frameworks for skill quality"@en ;
  schema:featureList "Optimized description guidelines for maximum LLM comprehension"@en ;
  schema:featureList "Compatible with Google Antigravity IDE, Cursor, and custom agent runtimes"@en ;
  schema:featureList "Standardiseret SKILL.md-format med YAML-frontmatter og Markdown-instruktioner"@da ;
  schema:featureList "Maskinopdagbar via /.well-known/agent-skills/index.json-endpoint"@da ;
  schema:featureList "Understøtter hjælpescripts, eksempler og referencemateriale i skill-pakker"@da ;
  schema:featureList "Best practices og evalueringsrammer for skill-kvalitet"@da ;
  schema:featureList "Optimerede beskrivelsesretningslinjer for maksimal LLM-forståelse"@da ;
  schema:featureList "Kompatibel med Google Antigravity IDE, Cursor og andre agentmiljøer"@da ;
  schema:isAccessibleForFree true .
