docs(repo): Clarify install paths and PR guidance (#371)

Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
This commit is contained in:
sickn33
2026-03-21 11:18:29 +01:00
committed by GitHub
parent fc5b383f34
commit a0e8381775
5 changed files with 52 additions and 25 deletions

View File

@@ -70,7 +70,7 @@ antigravity-awesome-skills/
```
┌──────────────┐
│ 1. INSTALL │ Copy skills to .agent/skills/
│ 1. INSTALL │ Run npx installer or clone to your tool path
└──────┬───────┘
@@ -178,31 +178,30 @@ antigravity-awesome-skills/
## Installation (Visual Steps)
### Step 1: Clone the Repository
### Step 1: Install the Repository
```
┌─────────────────────────────────────────┐
│ Terminal │
├─────────────────────────────────────────┤
│ $ git clone https://github.com/
│ sickn33/antigravity-awesome-skills │
│ .agent/skills │
│ $ npx antigravity-awesome-skills
│ │
│ ✓ Cloning into '.agent/skills'...
✓ Done!
│ ✓ Installing to
~/.gemini/antigravity/skills/
└─────────────────────────────────────────┘
```
If you want a workspace-style manual install instead, cloning into `.agent/skills/` is still a valid custom path for Antigravity.
### Step 2: Verify Installation
```
┌─────────────────────────────────────────┐
│ File Explorer │
├─────────────────────────────────────────┤
│ 📁 .agent/
── 📁 skills/
├── 📁 brainstorming/
├── 📁 stripe-integration/
├── 📁 react-best-practices/
│ └── ... (1,304+ total) │
│ 📁 ~/.gemini/antigravity/skills/
── 📁 brainstorming/
│ ├── 📁 stripe-integration/
│ ├── 📁 react-best-practices/
└── ... (1,304+ total)
└─────────────────────────────────────────┘
```
@@ -311,7 +310,7 @@ Open skills_index.json → Search for keyword → Find skill path
┌──────────────┐
│ 4. TEST │ Copy to .agent/skills/
│ 4. TEST │ Copy to your tool's installed skills path
└──────┬───────┘ Try: @docker-mastery
@@ -435,7 +434,7 @@ START HERE
├─────────────────────────────────────────────────────────────┤
│ │
│ 📥 INSTALL │
git clone [repo] .agent/skills │
npx antigravity-awesome-skills │
│ │
│ 🎯 USE │
│ @skill-name [your request] │
@@ -455,6 +454,7 @@ START HERE
│ │
│ 🆘 HELP │
│ • docs/users/getting-started.md │
│ • docs/users/faq.md │
│ • CONTRIBUTING.md │
│ • docs/contributors/skill-anatomy.md │
│ • GitHub Issues - Ask questions │