diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3890c8d..370e5c3 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,5 +1,5 @@ { - "name": "rootiest-skills", + "name": "rootiest-ai", "owner": { "name": "Rootiest", "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)", "source": "./", "skills": [ diff --git a/README.md b/README.md index 6a5a4ac..b296510 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 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. @@ -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. > [!TIP] -> The short-url `https://url.rootiest.dev/skills` can be substituted for the full URL in the examples below. -> e.g. `curl -sL https://url.rootiest.dev/skills | bash -s -- --all` +> 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/ai-install | bash -s -- --all` **Install all skills for both Claude Code and Antigravity CLI:** diff --git a/dist/agy/rootiest-skills-all/plugin.json b/dist/agy/rootiest-skills-all/plugin.json index 62fd4ab..5919517 100644 --- a/dist/agy/rootiest-skills-all/plugin.json +++ b/dist/agy/rootiest-skills-all/plugin.json @@ -1,4 +1,4 @@ { - "name": "rootiest-skills-all", + "name": "rootiest-ai-all", "description": "Reusable AI skills for Claude Code and Antigravity CLI (all skills)" } diff --git a/manifest.yaml b/manifest.yaml index 565ad65..b75e4fd 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,14 +1,14 @@ schemaVersion: 1 marketplace: - name: rootiest-skills + name: rootiest-ai owner: name: Rootiest url: https://git.rootiest.dev/rootiest/rootiest-ai description: Reusable AI skills for Claude Code and Antigravity CLI bundle: - id: rootiest-skills-all + id: rootiest-ai-all license: GPL-3.0-or-later targets: