From 66264ec170ab6842d9d7cef37a346457fd1c13a9 Mon Sep 17 00:00:00 2001 From: Massimo De Luisa Date: Fri, 16 Jan 2026 10:50:09 +0100 Subject: [PATCH 1/8] add skill: massimodeluisa/recursive-decomposition-skill --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 792eae1..9f56bfd 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Official AI agent skills from the Expo team for building, deploying, and debuggi - **[omkamal/pypict-skill](https://github.com/omkamal/pypict-claude-skill/blob/main/SKILL.md)** - Pairwise test generation - **[alinaqi/claude-bootstrap](https://github.com/alinaqi/claude-bootstrap)** - Opinionated project initialization with security-first guardrails, spec-driven atomic todos, LLM testing patterns, and CLI tool orchestration (gh, vercel, supabase) - **[ZhangHanDong/makepad-skills](https://github.com/ZhangHanDong/makepad-skills)** - Makepad UI development skills for Rust apps: setup, patterns, shaders, packaging, and troubleshooting. +- **[massimodeluisa/recursive-decomposition-skill](https://github.com/massimodeluisa/recursive-decomposition-skill)** - Handle long-context tasks (100+ files, 50k+ tokens) through recursive decomposition strategies based on RLM research ### Context Engineering From 416d333c9a9702442941ce7e99d968879adc69b4 Mon Sep 17 00:00:00 2001 From: sean Date: Fri, 16 Jan 2026 18:00:14 +0200 Subject: [PATCH 2/8] Add claude-speed-reader skill --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcb7f2e..e31b872 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ Official AI agent skills from the Expo team for building, deploying, and debuggi - **[materials-simulation-skills](https://github.com/HeshamFS/materials-simulation-skills)** - Agent skills for computational materials science: numerical stability, time-stepping, linear solvers, mesh generation, simulation validation, parameter optimization, and post-processing - **[wrsmith108/varlock-claude-skill](https://github.com/wrsmith108/varlock-claude-skill)** - Secure environment variable management ensuring secrets are never exposed in Claude sessions, terminals, logs, or git commits - **[SHADOWPR0/beautiful_prose](https://github.com/SHADOWPR0/beautiful_prose)** - Hard-edged writing style contract for timeless, forceful English prose without AI tics +| **SeanZoR/claude-speed-reader** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/SeanZoR/claude-speed-reader) | Speed read Claude's responses at 600+ WPM using RSVP with Spritz-style ORP highlighting | ## Articles and Tutorials From 182f89b76927fc878c99aaf3c312c3345205c608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Necati=20=C3=96zmen?= Date: Mon, 26 Jan 2026 09:56:38 +0300 Subject: [PATCH 3/8] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 258df89..cc424fe 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ VoltAgent + +![Skills Count](https://img.shields.io/badge/skills-147+-blue?style=flat-square) ![Last Update](https://img.shields.io/github/last-commit/VoltAgent/awesome-claude-skills?label=Last%20update&style=flat-square) [![Discord](https://img.shields.io/discord/1361559153780195478.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://s.voltagent.dev/discord) [![GitHub forks](https://img.shields.io/github/forks/VoltAgent/awesome-claude-skills?style=social)](https://github.com/VoltAgent/awesome-claude-skills/network/members) From 191df087eef2b3c2e1d0e926180e30d1e889fda8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Necati=20=C3=96zmen?= Date: Mon, 26 Jan 2026 10:04:07 +0300 Subject: [PATCH 4/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc424fe..2d33496 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ See the [official repo](https://github.com/anthropics/skills) and [creation guid
-cta +social
From 76bf8c1b66811ecd1336bfc096be9d4da120fc07 Mon Sep 17 00:00:00 2001 From: Sylvain Kalache Date: Tue, 27 Jan 2026 18:38:42 -0500 Subject: [PATCH 5/8] Add rootly-incident-responder to Development and Testing Co-Authored-By: Claude Sonnet 4.5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d33496..5579a9f 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,7 @@ Official AI agent skills from the Expo team for building, deploying, and debuggi - **[antonbabenko/terraform-skill](https://github.com/antonbabenko/terraform-skill)** - Terraform infrastructure as code best practices - **[zxkane/aws-skills](https://github.com/zxkane/aws-skills)** - AWS development with infrastructure automation and cloud architecture patterns +- **[Rootly-AI-Labs/rootly-incident-responder](https://github.com/Rootly-AI-Labs/Rootly-MCP-server/blob/main/examples/skills/rootly-incident-responder.md)** - AI-powered incident response with ML similarity matching, solution suggestions, and on-call coordination. Requires [Rootly MCP Server](https://github.com/Rootly-AI-Labs/Rootly-MCP-server) - **[conorluddy/ios-simulator-skill](https://github.com/conorluddy/ios-simulator-skill)** - Control iOS Simulator - **[sanjay3290/postgres](https://github.com/sanjay3290/ai-skills/tree/main/skills/postgres)** - Execute safe read-only SQL queries against PostgreSQL databases with multi-connection support - **[sanjay3290/deep-research](https://github.com/sanjay3290/ai-skills/tree/main/skills/deep-research)** - Execute autonomous multi-step research using Gemini Deep Research Agent for market analysis and literature reviews From 7b2b0bb33cb8df78d22c783ef0765aad19c34059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Necati=20=C3=96zmen?= Date: Wed, 28 Jan 2026 08:03:09 +0300 Subject: [PATCH 6/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e974f63..f31d11a 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,7 @@ Official AI agent skills from the Expo team for building, deploying, and debuggi - **[materials-simulation-skills](https://github.com/HeshamFS/materials-simulation-skills)** - Agent skills for computational materials science: numerical stability, time-stepping, linear solvers, mesh generation, simulation validation, parameter optimization, and post-processing - **[wrsmith108/varlock-claude-skill](https://github.com/wrsmith108/varlock-claude-skill)** - Secure environment variable management ensuring secrets are never exposed in Claude sessions, terminals, logs, or git commits - **[SHADOWPR0/beautiful_prose](https://github.com/SHADOWPR0/beautiful_prose)** - Hard-edged writing style contract for timeless, forceful English prose without AI tics -| **SeanZoR/claude-speed-reader** | [![Source Code](https://img.shields.io/badge/source-code-blue?logo=github)](https://github.com/SeanZoR/claude-speed-reader) | Speed read Claude's responses at 600+ WPM using RSVP with Spritz-style ORP highlighting | +- **[SeanZoR/claude-speed-reader](https://github.com/SeanZoR/claude-speed-reader)** -Speed read Claude's responses at 600+ WPM using RSVP with Spritz-style ORP highlighting ## 🤝 Contributing From d8ca5707337eb3c3da61a805d83a5c96537b6b14 Mon Sep 17 00:00:00 2001 From: Shafqat Ullah Khan <32072222+Shasikhan@users.noreply.github.com> Date: Wed, 28 Jan 2026 12:11:59 +0500 Subject: [PATCH 7/8] add Skill: Skill_Seekers Automatically convert documentation websites, GitHub repositories, and PDFs into Claude AI skills in minutes. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24d9081..7a1f01b 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,7 @@ Official AI agent skills from the Expo team for building, deploying, and debuggi - **[wrsmith108/varlock-claude-skill](https://github.com/wrsmith108/varlock-claude-skill)** - Secure environment variable management ensuring secrets are never exposed in Claude sessions, terminals, logs, or git commits - **[SHADOWPR0/beautiful_prose](https://github.com/SHADOWPR0/beautiful_prose)** - Hard-edged writing style contract for timeless, forceful English prose without AI tics - **[SeanZoR/claude-speed-reader](https://github.com/SeanZoR/claude-speed-reader)** -Speed read Claude's responses at 600+ WPM using RSVP with Spritz-style ORP highlighting +- **[Skill_Seekers](https://github.com/yusufkaraaslan/Skill_Seekers)** -Automatically convert documentation websites, GitHub repositories, and PDFs into Claude AI skills in minutes. ## 🤝 Contributing From 7fb64fb1b3c25afe9e43e93c4ff99ea0898d68ef Mon Sep 17 00:00:00 2001 From: haydenso Date: Wed, 28 Jan 2026 22:42:38 +0800 Subject: [PATCH 8/8] Add skill: zechenzhangAGI/AI-research-SKILLs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24d9081..d696450 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,7 @@ Official AI agent skills from the Expo team for building, deploying, and debuggi - **[obra/defense-in-depth](https://github.com/obra/superpowers/blob/main/skills/defense-in-depth/SKILL.md)** - Multi-layered security approaches - **[huifer/Claude-Ally-Health](https://github.com/huifer/Claude-Ally-Health)** - A health assistant skill for medical information analysis, symptom tracking, and wellness guidance. - **[frmoretto/clarity-gate](https://github.com/frmoretto/clarity-gate)** - Pre-ingestion verification for epistemic quality in RAG systems with 9-point verification and Two-Round HITL workflow +- **[zechenzhangAGI/AI-research-SKILLs](https://github.com/zechenzhangAGI/AI-research-SKILLs)** - Comprehensive library of 77 AI research engineering skills across 20 categories including model architecture, fine-tuning, distributed training, inference, evaluation, and MLOps