v1.3.3

alpic-ai/skybridgev1.3.3Aug 4, 2026by harijoe

AI Summary

Implements `skills/list` and `skills/get` methods per SEP-2640 to allow hosts like ChatGPT to discover skills, replacing the `skill://index.json` resource.

Key Highlights

  • Implements Skills over MCP discovery methods
  • Removes `skill://index.json` resource in favor of mandatory methods

New Features

  • Skills discovery (`skills/list` and `skills/get`)

Full Release Notes

Implements `skills/list` and `skills/get` per the current SEP-2640 revision, so hosts (starting with ChatGPT's skill importer) can discover skills. The now-removed `skill://index.json` resource is replaced by these two methods.

## Changes

- feat(core): implement skills/list and skills/get per current SEP-2640 @qchuchu (#1036)