@hybridlabor-api/bdb-antigravity-skills 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -71,7 +71,14 @@ By combining the **140 Optimized Skills** with our **Custom MCPs**, we collapse
|
|
|
71
71
|
|
|
72
72
|
We support multiple installation methods depending on your environment. The installer will safely back up any existing skills, deploy the curated global/workspace skills, and configure your MCP settings.
|
|
73
73
|
|
|
74
|
-
### Option 1:
|
|
74
|
+
### Option 1: Autonomous AI Agent (The Easiest Way)
|
|
75
|
+
|
|
76
|
+
Simply give your AI agent the link to this repository and ask it to read the `agent.md` file. It will clone the repository, read the instructions, and autonomously run the installation process for you!
|
|
77
|
+
|
|
78
|
+
Prompt example:
|
|
79
|
+
> *"Please read the `agent.md` file in https://github.com/hybridlabor-api/bdb-dev-optimized-antigravity-skills and follow its instructions to install the skills in my workspace."*
|
|
80
|
+
|
|
81
|
+
### Option 2: Using NPM / NPX (Recommended for Node users)
|
|
75
82
|
|
|
76
83
|
You can run the installer directly without downloading the repository using `npx`:
|
|
77
84
|
|
|
@@ -86,7 +93,7 @@ npm install -g @hybridlabor-api/bdb-antigravity-skills
|
|
|
86
93
|
bdb-skills
|
|
87
94
|
```
|
|
88
95
|
|
|
89
|
-
### Option
|
|
96
|
+
### Option 3: Using Homebrew (macOS)
|
|
90
97
|
|
|
91
98
|
If you are on a Mac and prefer Homebrew, you can install the package directly:
|
|
92
99
|
|
|
@@ -96,7 +103,7 @@ brew install bdb-skills
|
|
|
96
103
|
bdb-skills
|
|
97
104
|
```
|
|
98
105
|
|
|
99
|
-
### Option
|
|
106
|
+
### Option 4: Manual Shell Script
|
|
100
107
|
|
|
101
108
|
Clone the repository and run the installer script:
|
|
102
109
|
|