diff --git a/FAQ.md b/FAQ.md index 76170b47..30738a5f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -215,7 +215,7 @@ What skills are available for [topic]? - Add examples to existing skills - Report issues or confusing parts -Check out [CONTRIBUTING_GUIDE.md](CONTRIBUTING_GUIDE.md) for step-by-step instructions. +Check out [CONTRIBUTING.md](CONTRIBUTING.md) for step-by-step instructions. --- @@ -240,7 +240,7 @@ Check out [CONTRIBUTING_GUIDE.md](CONTRIBUTING_GUIDE.md) for step-by-step instru 4. Run validation: `python3 scripts/validate_skills.py` 5. Submit a Pull Request -**Detailed version:** See [CONTRIBUTING_GUIDE.md](CONTRIBUTING_GUIDE.md) +**Detailed version:** See [CONTRIBUTING.md](CONTRIBUTING.md) --- diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 9c4b646d..ab777880 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -152,7 +152,7 @@ Great! Here's how: - Fix typos or confusing parts ### Option 2: Create a New Skill -See our [CONTRIBUTING_GUIDE.md](CONTRIBUTING_GUIDE.md) for step-by-step instructions +See our [CONTRIBUTING.md](CONTRIBUTING.md) for step-by-step instructions ### Option 3: Report Issues Found something confusing? [Open an issue](https://github.com/sickn33/antigravity-awesome-skills/issues) @@ -165,7 +165,7 @@ Found something confusing? [Open an issue](https://github.com/sickn33/antigravit **A:** No! Clone the whole repo, and your AI will only load skills when you use them. ### Q: Can I create my own skills? -**A:** Yes! Check out the `@skill-creator` skill or read [CONTRIBUTING_GUIDE.md](CONTRIBUTING_GUIDE.md) +**A:** Yes! Check out the `@skill-creator` skill or read [CONTRIBUTING.md](CONTRIBUTING.md) ### Q: What if my AI tool isn't listed? **A:** If it supports the `SKILL.md` format, try `.agent/skills/` - it's the universal path. @@ -182,7 +182,7 @@ Found something confusing? [Open an issue](https://github.com/sickn33/antigravit 1. ✅ Install the skills in your AI tool 2. ✅ Try 2-3 skills from different categories -3. ✅ Read [CONTRIBUTING_GUIDE.md](CONTRIBUTING_GUIDE.md) if you want to help +3. ✅ Read [CONTRIBUTING.md](CONTRIBUTING.md) if you want to help 4. ✅ Star the repo if you find it useful! ⭐ --- diff --git a/README.md b/README.md index 65e3bfce..fa60da6f 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ This repository provides essential skills to transform your AI assistant into a **First time using this repository?** We've created beginner-friendly guides to help you get started: - **[GETTING_STARTED.md](GETTING_STARTED.md)** - Complete beginner's guide (5-minute read) -- **[CONTRIBUTING_GUIDE.md](CONTRIBUTING_GUIDE.md)** - How to contribute (step-by-step) +- **[CONTRIBUTING.md](CONTRIBUTING.md)** - How to contribute (step-by-step) - **[SKILL_ANATOMY.md](docs/SKILL_ANATOMY.md)** - Understanding how skills work -- **[QUICK_START_VISUAL.md](docs/QUICK_START_VISUAL.md)** - Visual guide with diagrams +- **[VISUAL_GUIDE.md](docs/VISUAL_GUIDE.md)** - Visual guide with diagrams **Quick Start:** ```bash diff --git a/docs/SKILL_ANATOMY.md b/docs/SKILL_ANATOMY.md index 73bf2660..a851d7ac 100644 --- a/docs/SKILL_ANATOMY.md +++ b/docs/SKILL_ANATOMY.md @@ -535,7 +535,7 @@ Keep skills updated with current best practices ## 🎯 Next Steps 1. **Read 3-5 existing skills** to see different styles -2. **Try the skill template** from CONTRIBUTING_GUIDE.md +2. **Try the skill template** from CONTRIBUTING.md 3. **Create a simple skill** for something you know well 4. **Test it** with your AI assistant 5. **Share it** via Pull Request diff --git a/docs/VISUAL_GUIDE.md b/docs/VISUAL_GUIDE.md index 5cffda8c..b17ddd14 100644 --- a/docs/VISUAL_GUIDE.md +++ b/docs/VISUAL_GUIDE.md @@ -32,7 +32,7 @@ antigravity-awesome-skills/ │ ├── 📄 README.md ← Overview & skill list ├── 📄 GETTING_STARTED.md ← Start here! (NEW) -├── 📄 CONTRIBUTING_GUIDE.md ← How to contribute (NEW) +├── 📄 CONTRIBUTING.md ← How to contribute (NEW) │ ├── 📁 skills/ ← All 179 skills live here │ │ @@ -56,7 +56,7 @@ antigravity-awesome-skills/ │ └── 📁 docs/ ← Documentation (NEW) ├── 📄 SKILL_ANATOMY.md ← How skills work - └── 📄 QUICK_START_VISUAL.md ← This file! + └── 📄 VISUAL_GUIDE.md ← This file! ``` --- @@ -302,7 +302,7 @@ Open skills_index.json → Search for keyword → Find skill path ↓ ┌──────────────┐ │ 3. WRITE │ Add frontmatter + content -└──────┬───────┘ (Use template from CONTRIBUTING_GUIDE.md) +└──────┬───────┘ (Use template from CONTRIBUTING.md) │ ↓ ┌──────────────┐ @@ -450,7 +450,7 @@ START HERE │ │ │ 🆘 HELP │ │ • GETTING_STARTED.md - Basics │ -│ • CONTRIBUTING_GUIDE.md - How to contribute │ +│ • CONTRIBUTING.md - How to contribute │ │ • SKILL_ANATOMY.md - Deep dive │ │ • GitHub Issues - Ask questions │ │ │ @@ -490,7 +490,7 @@ Month 1: Regular contributor 1. ✅ **Understand** the visual structure 2. ✅ **Install** skills in your AI tool 3. ✅ **Try** 2-3 skills from different categories -4. ✅ **Read** CONTRIBUTING_GUIDE.md +4. ✅ **Read** CONTRIBUTING.md 5. ✅ **Create** your first skill 6. ✅ **Share** with the community @@ -499,6 +499,6 @@ Month 1: Regular contributor **Visual learner?** This guide should help! Still have questions? Check out: - [GETTING_STARTED.md](../GETTING_STARTED.md) - Text-based intro - [SKILL_ANATOMY.md](SKILL_ANATOMY.md) - Detailed breakdown -- [CONTRIBUTING_GUIDE.md](../CONTRIBUTING_GUIDE.md) - How to contribute +- [CONTRIBUTING.md](../CONTRIBUTING.md) - How to contribute **Ready to contribute?** You've got this! 💪