{
  "version": "1.0.0",
  "title": "designpattern.fyi AI Agent Skills Feed",
  "description": "Curated specification of AI Agent skills and capabilities for autonomous systems.",
  "skills": [
    {
      "id": "document-summarizer",
      "title": "Document Summarizer",
      "name": "document-summarizer",
      "icon": "\ud83d\udcc4",
      "file": "/document_summarizer.md"
    },
    {
      "id": "entity-extractor",
      "title": "Named Entity Extractor",
      "name": "entity-extractor",
      "icon": "\ud83d\udd0d",
      "file": "/entity_extractor.md"
    }
  ]
}