From 600628df56ce1247291c0478c74e74d3c84b23ce Mon Sep 17 00:00:00 2001 From: sck_0 Date: Wed, 28 Jan 2026 10:47:21 +0100 Subject: [PATCH] feat: add infinite-gratitude as skill (total 257) and fix credits --- README.md | 3 +-- skills/infinite-gratitude.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 skills/infinite-gratitude.md diff --git a/README.md b/README.md index c4bbe55..e7a41df 100644 --- a/README.md +++ b/README.md @@ -461,6 +461,7 @@ This collection would not be possible without the incredible work of the Claude - **[webzler/agentMemory](https://github.com/webzler/agentMemory)**: Source for the agent-memory-mcp skill. - **[mvanhorn](https://github.com/mvanhorn)**: Contributor of `last30days`. - **[rookie-ricardo](https://github.com/rookie-ricardo)**: Contributor of `daily-news-report`. +- **[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). ### Inspirations @@ -499,8 +500,6 @@ ai-developer-tools, ai-pair-programming, vibe-coding, skill, skills, SKILL.md, r We officially thank the following contributors for their help in making this repository awesome! - [sck_0](https://github.com/sck_0) -- [infinite-gratitude](https://github.com/sstklen/infinite-gratitude) -- [claude-api-cost-optimization](https://github.com/sstklen/claude-api-cost-optimization) - [Munir Abbasi](https://github.com/munirabbasi) - [Mohammad Faiz](https://github.com/mohdfaiz2k9) - [Ianj332](https://github.com/Ianj332) diff --git a/skills/infinite-gratitude.md b/skills/infinite-gratitude.md new file mode 100644 index 0000000..ebe895d --- /dev/null +++ b/skills/infinite-gratitude.md @@ -0,0 +1,25 @@ +--- +description: Multi-agent research skill for parallel research execution (10 agents, battle-tested with real case studies). +risk: safe +source: https://github.com/sstklen/infinite-gratitude +--- + +# Infinite Gratitude + +> **Source**: [sstklen/infinite-gratitude](https://github.com/sstklen/infinite-gratitude) + +## Description + +A multi-agent research skill designed for parallel research execution. It orchestrates 10 agents to conduct deep research, battle-tested with real case studies. + +## When to Use + +Use this skill when you need to perform extensive, parallelized research on a topic, leveraging multiple agents to gather and synthesize information more efficiently than a single linear process. + +## How to Use + +This is an external skill. Please refer to the [official repository](https://github.com/sstklen/infinite-gratitude) for installation and usage instructions. + +```bash +git clone https://github.com/sstklen/infinite-gratitude +```