chore: change repository url and short urls
Generate plugin manifests / validate (push) Skipped
Generate plugin manifests / generate (push) Successful in 54s

Also updates marketplace names
This commit is contained in:
2026-08-24 14:46:45 -04:00
parent 5a4f08e377
commit 6111c139b2
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ {
"name": "rootiest-skills", "name": "rootiest-ai",
"owner": { "owner": {
"name": "Rootiest", "name": "Rootiest",
"url": "https://git.rootiest.dev/rootiest/rootiest-ai" "url": "https://git.rootiest.dev/rootiest/rootiest-ai"
@@ -63,7 +63,7 @@
] ]
}, },
{ {
"name": "rootiest-skills-all", "name": "rootiest-ai-all",
"description": "Reusable AI skills for Claude Code and Antigravity CLI (all skills)", "description": "Reusable AI skills for Claude Code and Antigravity CLI (all skills)",
"source": "./", "source": "./",
"skills": [ "skills": [
+6 -6
View File
@@ -1,4 +1,4 @@
# Rootiest Skills Repository # Rootiest AI Repository
A collection of reusable AI skills (structured prompt protocols) for **Claude Code** and **Antigravity CLI**. Each skill defines a precise execution protocol that guides the AI through complex, multi-step tasks — replacing ad-hoc prompting with consistent, auditable workflows. A collection of reusable AI skills (structured prompt protocols) for **Claude Code** and **Antigravity CLI**. Each skill defines a precise execution protocol that guides the AI through complex, multi-step tasks — replacing ad-hoc prompting with consistent, auditable workflows.
@@ -132,13 +132,13 @@ cross-tool fallback (and is the only supported path for Antigravity CLI today).
``` ```
/plugin marketplace add https://git.rootiest.dev/rootiest/rootiest-ai.git /plugin marketplace add https://git.rootiest.dev/rootiest/rootiest-ai.git
/plugin install git-publish-workflow@rootiest-skills /plugin install git-publish-workflow@rootiest-ai
``` ```
Install every skill at once with the `rootiest-skills-all` bundle: Install every skill at once with the `rootiest-ai-all` bundle:
``` ```
/plugin install rootiest-skills-all@rootiest-skills /plugin install rootiest-ai-all@rootiest-ai
``` ```
Run `/plugin marketplace update` to pick up newly published skills. Run `/plugin marketplace update` to pick up newly published skills.
@@ -148,8 +148,8 @@ Run `/plugin marketplace update` to pick up newly published skills.
The intended usage is a single `curl | bash` command. The installer fetches and runs `install.sh` directly — no clone required. The intended usage is a single `curl | bash` command. The installer fetches and runs `install.sh` directly — no clone required.
> [!TIP] > [!TIP]
> The short-url `https://url.rootiest.dev/skills` can be substituted for the full URL in the examples below. > The short-url `https://url.rootiest.dev/ai-install` can be substituted for the full URL in the examples below.
> e.g. `curl -sL https://url.rootiest.dev/skills | bash -s -- --all` > e.g. `curl -sL https://url.rootiest.dev/ai-install | bash -s -- --all`
**Install all skills for both Claude Code and Antigravity CLI:** **Install all skills for both Claude Code and Antigravity CLI:**
+1 -1
View File
@@ -1,4 +1,4 @@
{ {
"name": "rootiest-skills-all", "name": "rootiest-ai-all",
"description": "Reusable AI skills for Claude Code and Antigravity CLI (all skills)" "description": "Reusable AI skills for Claude Code and Antigravity CLI (all skills)"
} }
+2 -2
View File
@@ -1,14 +1,14 @@
schemaVersion: 1 schemaVersion: 1
marketplace: marketplace:
name: rootiest-skills name: rootiest-ai
owner: owner:
name: Rootiest name: Rootiest
url: https://git.rootiest.dev/rootiest/rootiest-ai url: https://git.rootiest.dev/rootiest/rootiest-ai
description: Reusable AI skills for Claude Code and Antigravity CLI description: Reusable AI skills for Claude Code and Antigravity CLI
bundle: bundle:
id: rootiest-skills-all id: rootiest-ai-all
license: GPL-3.0-or-later license: GPL-3.0-or-later
targets: targets: