From 98c780e5832f3dc50a3bd5b6689615daec5737da Mon Sep 17 00:00:00 2001 From: astrosbd <11527213+SeifBenayed@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:22:16 +0100 Subject: [PATCH 1/3] Add Claude Code SDK to Collections --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f80c6d8..f2c184d 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,8 @@ - [Agent Skills](https://arxiv.org/abs/2602.08004) - Data-driven analysis: the ecosystem, opportunities, and risks behind 40,000+ Claude Skills ## 🗂️ Collections +- [Claude Code SDK](https://github.com/SeifBenayed/claude-code-sdk) - Open-source single-file CLIs (Node.js, Python, Go, Rust) implementing the full Claude Code tool loop. Provider-agnostic: Anthropic, OpenAI, Google, DeepSeek, Mistral, Groq, Ollama, LM Studio. Zero dependencies, built-in permissions, session persistence, and skill loading. + - [@clawfu/mcp-skills](https://github.com/guia-matthieu/clawfu-skills) - 169 expert-sourced marketing skills (Dunford, Schwartz, Ogilvy, Cialdini) as MCP server with brand memory. - [wondelai/skills](https://github.com/wondelai/skills) - 25 agent skills for UX design, marketing/CRO, sales, product strategy, and growth based on books by Norman, Cialdini, Ries, Hormozi, and others. - [devmarketing-skills](https://github.com/jonathimer/devmarketing-skills) - 33 skills for developer marketing — HN strategy, technical tutorials, docs-as-marketing, Reddit engagement, developer onboarding, newsletters, and SEO for devtools. From 27d79fc05641d4b647fe4aa9e2977391c82977a2 Mon Sep 17 00:00:00 2001 From: astrosbd <11527213+SeifBenayed@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:40:42 +0100 Subject: [PATCH 2/3] Update description: focus on open source + agnostic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2c184d..49d09c1 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ - [Agent Skills](https://arxiv.org/abs/2602.08004) - Data-driven analysis: the ecosystem, opportunities, and risks behind 40,000+ Claude Skills ## 🗂️ Collections -- [Claude Code SDK](https://github.com/SeifBenayed/claude-code-sdk) - Open-source single-file CLIs (Node.js, Python, Go, Rust) implementing the full Claude Code tool loop. Provider-agnostic: Anthropic, OpenAI, Google, DeepSeek, Mistral, Groq, Ollama, LM Studio. Zero dependencies, built-in permissions, session persistence, and skill loading. +- [Claude Code SDK](https://github.com/SeifBenayed/claude-code-sdk) - Open-source, provider-agnostic SDK implementing the Claude Code tool loop in 4 languages (Node.js, Python, Go, Rust). Works with: Anthropic, OpenAI, Google, DeepSeek, Mistral, Groq, Ollama, LM Studio. Zero dependencies, built-in permissions, session persistence, and skill loading. - [@clawfu/mcp-skills](https://github.com/guia-matthieu/clawfu-skills) - 169 expert-sourced marketing skills (Dunford, Schwartz, Ogilvy, Cialdini) as MCP server with brand memory. - [wondelai/skills](https://github.com/wondelai/skills) - 25 agent skills for UX design, marketing/CRO, sales, product strategy, and growth based on books by Norman, Cialdini, Ries, Hormozi, and others. From 611a66c29cb3ede61521c6a25042a7330905947f Mon Sep 17 00:00:00 2001 From: astrosbd <11527213+SeifBenayed@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:32:53 +0200 Subject: [PATCH 3/3] Shorten description, move to end of section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d09c1..41a0a5e 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,6 @@ - [Agent Skills](https://arxiv.org/abs/2602.08004) - Data-driven analysis: the ecosystem, opportunities, and risks behind 40,000+ Claude Skills ## 🗂️ Collections -- [Claude Code SDK](https://github.com/SeifBenayed/claude-code-sdk) - Open-source, provider-agnostic SDK implementing the Claude Code tool loop in 4 languages (Node.js, Python, Go, Rust). Works with: Anthropic, OpenAI, Google, DeepSeek, Mistral, Groq, Ollama, LM Studio. Zero dependencies, built-in permissions, session persistence, and skill loading. - [@clawfu/mcp-skills](https://github.com/guia-matthieu/clawfu-skills) - 169 expert-sourced marketing skills (Dunford, Schwartz, Ogilvy, Cialdini) as MCP server with brand memory. - [wondelai/skills](https://github.com/wondelai/skills) - 25 agent skills for UX design, marketing/CRO, sales, product strategy, and growth based on books by Norman, Cialdini, Ries, Hormozi, and others. @@ -178,6 +177,7 @@ - [OpenPaw](https://github.com/daxaur/openpaw) - 38-skill bundle that turns Claude Code into a personal assistant. Includes git, Telegram, Discord, Obsidian, daily briefing, and more. Run via `npx pawmode`. - [agentskill.sh](https://agentskill.sh) - Browse and install 69,000+ AI agent skills for Claude Code, Cursor, Copilot, Windsurf, Zed, and 20+ AI tools. - [Agent Almanac](https://github.com/pjt222/agent-almanac) - 317 skills, 65 agents, and 14 teams for Claude Code following the Agent Skills open standard across 50+ domains. +- [Claude Code SDK](https://github.com/SeifBenayed/claude-code-sdk) - Open-source, provider-agnostic CLI for AI agents. 13 providers, built-in tools, skill marketplace. ## 🤝 Contribution