opencode-skills-antigravity 1.0.8 → 1.0.9
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.
|
@@ -44,12 +44,14 @@ Start from:
|
|
|
44
44
|
|
|
45
45
|
### Are these skills free to use?
|
|
46
46
|
|
|
47
|
-
**Yes
|
|
47
|
+
**Yes.** Original code and tooling are licensed under MIT, and original documentation/non-code written content is licensed under CC BY 4.0.
|
|
48
48
|
|
|
49
49
|
- ✅ Free for personal use
|
|
50
50
|
- ✅ Free for commercial use
|
|
51
51
|
- ✅ You can modify them
|
|
52
52
|
|
|
53
|
+
See [../../LICENSE](../../LICENSE), [../../LICENSE-CONTENT](../../LICENSE-CONTENT), and [../sources/sources.md](../sources/sources.md) for attribution and third-party license details.
|
|
54
|
+
|
|
53
55
|
### How do these skills avoid overflowing the model context?
|
|
54
56
|
|
|
55
57
|
Some host tools (for example custom agents built on Jetski/Cortex + Gemini) might be tempted to **concatenate every `SKILL.md` file into a single system prompt**.
|
|
@@ -143,7 +143,7 @@ A: Yes! Use the **@skill-creator** skill to build your own.
|
|
|
143
143
|
A: Follow the recovery steps in [windows-truncation-recovery.md](windows-truncation-recovery.md). It explains which Antigravity storage folders to back up and clear, and includes an optional batch helper adapted from [issue #274](https://github.com/sickn33/antigravity-awesome-skills/issues/274).
|
|
144
144
|
|
|
145
145
|
**Q: Is this free?**
|
|
146
|
-
A: Yes
|
|
146
|
+
A: Yes. Original code and tooling are MIT-licensed, and original documentation/non-code written content is CC BY 4.0. See [../../LICENSE](../../LICENSE) and [../../LICENSE-CONTENT](../../LICENSE-CONTENT).
|
|
147
147
|
|
|
148
148
|
---
|
|
149
149
|
|
package/package.json
CHANGED