From bedac728208be58426be85fb89c84d8d7afbc29a Mon Sep 17 00:00:00 2001 From: sck_0 Date: Fri, 30 Jan 2026 20:34:51 +0100 Subject: [PATCH] docs: sync Repo Contributors, Credits, SOURCES, and skill count (624) post v4.4.0 --- README.md | 2 ++ docs/FAQ.md | 2 +- docs/GETTING_STARTED.md | 4 ++-- docs/SOURCES.md | 8 ++++++++ 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6699c653..d27d0ba8 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ This collection would not be possible without the incredible work of the Claude - **[coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills)**: Marketing skills for CRO, copywriting, SEO, paid ads, and growth (23 skills, MIT). - **[vudovn/antigravity-kit](https://github.com/vudovn/antigravity-kit)**: AI Agent templates with Skills, Agents, and Workflows (33 skills, MIT). - **[affaan-m/everything-claude-code](https://github.com/affaan-m/everything-claude-code)**: Complete Claude Code configuration collection from Anthropic hackathon winner - skills only (8 skills, MIT). +- **[whatiskadudoing/fp-ts-skills](https://github.com/whatiskadudoing/fp-ts-skills)**: Practical fp-ts skills for TypeScript – fp-ts-pragmatic, fp-ts-react, fp-ts-errors (v4.4.0). - **[webzler/agentMemory](https://github.com/webzler/agentMemory)**: Source for the agent-memory-mcp skill. - **[sstklen/claude-api-cost-optimization](https://github.com/sstklen/claude-api-cost-optimization)**: Save 50-90% on Claude API costs with smart optimization strategies (MIT). @@ -293,6 +294,7 @@ We officially thank the following contributors for their help in making this rep - [taksrules](https://github.com/taksrules) - [zebbern](https://github.com/zebbern) - [vuth-dogo](https://github.com/vuth-dogo) +- [whatiskadudoing](https://github.com/whatiskadudoing) ## Star History diff --git a/docs/FAQ.md b/docs/FAQ.md index 0f33bebc..3bb03b57 100644 --- a/docs/FAQ.md +++ b/docs/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 560+ skills? +### Do I need to install all 624+ 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. diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index 82aeb7a1..391b12e9 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -15,7 +15,7 @@ AI Agents (like **Claude Code**, **Gemini**, **Cursor**) are smart, but they lac ## ⚡️ Quick Start: The "Starter Packs" -Don't panic about the 560+ skills. You don't need them all at once. +Don't panic about the 624+ skills. You don't need them all at once. We have curated **Starter Packs** to get you running immediately. ### 1. Install the Repo @@ -98,7 +98,7 @@ _Check the [Skill Catalog](../CATALOG.md) for the full list._ ## ❓ FAQ -**Q: Do I need to install all 560 skills?** +**Q: Do I need to install all 624 skills?** A: You clone the whole repo, but your AI only _reads_ the ones you ask for (or that are relevant). It's lightweight! **Q: Can I make my own skills?** diff --git a/docs/SOURCES.md b/docs/SOURCES.md index 1cf217c7..7cf9e898 100644 --- a/docs/SOURCES.md +++ b/docs/SOURCES.md @@ -72,6 +72,14 @@ The following skills were added from the curated collection at [VoltAgent/awesom - **memory-systems** - [muratcankoylan](https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering) - **terraform-skill** - [antonbabenko](https://github.com/antonbabenko/terraform-skill) +## Skills from whatiskadudoing/fp-ts-skills (v4.4.0) + +| Skill | Original Source | License | Notes | +| :---- | :-------------- | :------ | :---- | +| `fp-ts-pragmatic` | [whatiskadudoing/fp-ts-skills](https://github.com/whatiskadudoing/fp-ts-skills) | Compatible | Pragmatic fp-ts guide – pipe, Option, Either, TaskEither | +| `fp-ts-react` | [whatiskadudoing/fp-ts-skills](https://github.com/whatiskadudoing/fp-ts-skills) | Compatible | fp-ts with React 18/19 and Next.js | +| `fp-ts-errors` | [whatiskadudoing/fp-ts-skills](https://github.com/whatiskadudoing/fp-ts-skills) | Compatible | Type-safe error handling with Either and TaskEither | + ## License Policy - **Code**: All original code in this repository is **MIT**.