{
  "name": "BCT Engineering",
  "description": "BCT Engineering is a free study-resource site for Bachelor of Computer Engineering (Tribhuvan University) students. It hosts subject-wise notes, video lectures, and exam tips for all 8 semesters.",
  "url": "https://www.bctengineer.com",
  "provider": {
    "organization": "BCT Engineering",
    "url": "https://www.bctengineer.com"
  },
  "documentationUrl": "https://www.bctengineer.com/about",
  "version": "1.0.0",
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/markdown", "text/plain"],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "browse-subjects",
      "name": "Browse Subjects",
      "description": "List all BCT Engineering subjects grouped by semester.",
      "tags": ["education", "browse", "subjects", "bct", "engineering"],
      "examples": [
        "Show me the subjects for semester 3",
        "List all subjects for BCT engineering"
      ]
    },
    {
      "id": "study-notes",
      "name": "Get Subject Notes",
      "description": "Fetch study notes and resources for a given BCT Engineering subject.",
      "tags": ["education", "notes", "study"],
      "examples": [
        "Get notes for Computer Programming",
        "Resources for Data Structure and Algorithm"
      ]
    },
    {
      "id": "gpa-conversion",
      "name": "GPA Conversion",
      "description": "Convert Tribhuvan University marks to GPA and WES equivalents.",
      "tags": ["gpa", "wes", "conversion", "tu", "tribhuvan"],
      "examples": ["Convert 65% to GPA", "What's my WES GPA?"]
    }
  ]
}
