chore: add release artifacts and sync stats (v3.5.0 compliance)
This commit is contained in:
4
FAQ.md
4
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.
|
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.
|
**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`.
|
**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.
|
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?
|
### 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"`
|
2. **Search**: `ls skills/ | grep "keyword"`
|
||||||
3. **Ask your AI**: "What skills do you have for testing?"
|
3. **Ask your AI**: "What skills do you have for testing?"
|
||||||
|
|
||||||
|
|||||||
38
RELEASE_NOTES.md
Normal file
38
RELEASE_NOTES.md
Normal file
@@ -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._
|
||||||
Reference in New Issue
Block a user