diff --git a/FAQ.md b/FAQ.md index 682a1f84..4cc9d256 100644 --- a/FAQ.md +++ b/FAQ.md @@ -11,7 +11,7 @@ Skills are specialized instruction files that teach AI assistants how to handle specific tasks. Think of them as expert knowledge modules that your AI can load on-demand. **Simple analogy:** Just like you might consult different experts (a lawyer, a doctor, a mechanic), these skills let your AI become an expert in different areas when you need them. -### Do I need to install all 250+ skills? +### Do I need to install all 256+ skills? **No!** When you clone the repository, all skills are available, but your AI only loads them when you explicitly invoke them with `@skill-name`. It's like having a library - all books are there, but you only read the ones you need. @@ -116,7 +116,7 @@ Use the `@` symbol followed by the skill name: ### How do I know which skill to use? -1. **Browse the README**: Check the [Full Skill Registry](README.md#full-skill-registry-255255). +1. **Browse the README**: Check the [Full Skill Registry](README.md#full-skill-registry-256256). 2. **Search**: `ls skills/ | grep "keyword"` 3. **Ask your AI**: "What skills do you have for testing?" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 00000000..f0618ef3 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,38 @@ +# Release v3.5.0: Community & Clarity + +> **Expanding the ecosystem with new community contributions and improved accessibility.** + +This release welcomes new community contributors and improves documentation accessibility with English translations for key skills. + +## 🚀 New Skills + +### [infinite-gratitude](https://github.com/sstklen/infinite-gratitude) + +**Multi-agent research skill** +Parallel research execution with 10 agents, battle-tested with real case studies. + +- **Added to**: Community Contributors + +### [claude-api-cost-optimization](https://github.com/sstklen/claude-api-cost-optimization) + +**Cost Optimization Strategies** +Practical strategies to save 50-90% on Claude API costs. + +- **Added to**: Community Contributors + +## 📦 Improvements + +- **Localization**: Translated `daily-news-report` description to English. +- **Registry Update**: Now tracking **256** skills. +- **Documentation**: Synced contributors and skill counts across all docs. + +## 👥 Credits + +A huge shoutout to our community contributors: + +- **@sstklen** for `infinite-gratitude` and `claude-api-cost-optimization` +- **@rookie-ricardo** for `daily-news-report` + +--- + +_Upgrade now: `git pull origin main` to fetch the latest skills._