You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,7 +75,11 @@ Please keep these env vars handy during the installation process:
74
75
75
76
### Installation & Usage
76
77
77
-
To start interacting with your database, install the skills for your preferred AI agent, then launch the agent and use natural language to ask questions or perform tasks.
78
+
To start interacting with your database, we strongly recommend following the agent-specific instructions below for your preferred AI agent. These are the natively supported and most direct methods for installation.
79
+
80
+
Alternatively, for users managing multiple agents, you can use the universal [Skills CLI (`npx skills`)](#skills-cli) as a fallback option.
81
+
82
+
Once installed, launch your preferred AI agent and use natural language to ask questions or perform tasks.
78
83
79
84
For the latest version, check the [releases page][releases].
80
85
@@ -212,6 +217,32 @@ _(Tip: Antigravity automatically discovers skills in these directories at the st
You can install a specific version of skills by appending a `#<tag>` or `#<branch>` to the end of the repository URL. For example, to install version `0.4.0`:
0 commit comments