From f1ad99bbc9f189cb97e6d12efaa49df1e7397ac2 Mon Sep 17 00:00:00 2001 From: Eoghan Henn Date: Sun, 15 Feb 2026 21:01:06 +0100 Subject: [PATCH 1/3] Added task-observer skill A meta-skill that watches your work sessions, captures corrections and judgment calls, and turns them into improvements for your other skills. Also identifies new skill candidates from your work patterns. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d16c238..d62e107 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ - [template-skill](https://github.com/anthropics/skills/tree/main/template) - Minimal skeleton for a new skill project structure. - [agentfund-mcp](https://github.com/RioTheGreat-ai/agentfund-mcp) - Crowdfunding for AI agents. Milestone-based escrow on Base chain for proposals, project tracking, and payments. **[glitternetwork/pinme](https://github.com/glitternetwork/skills/tree/main/pinme)** - PinMe is a zero-config frontend deployment tool. No servers. No accounts. No setup. +- [task-observer](https://github.com/rebelytics/one-skill-to-rule-them-all) - One skill to rule them all: A meta-skill that watches your work sessions, captures corrections and judgment calls, and turns them into improvements for your other skills. Also identifies new skill candidates from your work patterns. ## 📰 Articles & Blog Posts From 06f14e452d5b0fbd13dca1186b556dc1ebde2986 Mon Sep 17 00:00:00 2001 From: Eoghan Henn Date: Sun, 15 Feb 2026 21:02:20 +0100 Subject: [PATCH 2/3] Update README.md Fixed formatting issues. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d62e107..2f67e52 100644 --- a/README.md +++ b/README.md @@ -125,9 +125,9 @@ - [invoice-organizer](https://github.com/ComposioHQ/awesome-claude-skills/blob/master/invoice-organizer/SKILL.md) - Automatically organizes invoices and receipts for tax preparation - [skill-creator](https://github.com/anthropics/skills/tree/main/skills/skill-creator) - Template / helper to build new Claude skills. - [template-skill](https://github.com/anthropics/skills/tree/main/template) - Minimal skeleton for a new skill project structure. -- [agentfund-mcp](https://github.com/RioTheGreat-ai/agentfund-mcp) - Crowdfunding for AI agents. Milestone-based escrow on Base chain for proposals, project tracking, and payments. +- [agentfund-mcp](https://github.com/RioTheGreat-ai/agentfund-mcp) - Crowdfunding for AI agents. Milestone-based escrow on Base chain for proposals, project tracking, and payments. +- [task-observer](https://github.com/rebelytics/one-skill-to-rule-them-all) - One skill to rule them all: A meta-skill that watches your work sessions, captures corrections and judgment calls, and turns them into improvements for your other skills. Also identifies new skill candidates from your work patterns. **[glitternetwork/pinme](https://github.com/glitternetwork/skills/tree/main/pinme)** - PinMe is a zero-config frontend deployment tool. No servers. No accounts. No setup. -- [task-observer](https://github.com/rebelytics/one-skill-to-rule-them-all) - One skill to rule them all: A meta-skill that watches your work sessions, captures corrections and judgment calls, and turns them into improvements for your other skills. Also identifies new skill candidates from your work patterns. ## 📰 Articles & Blog Posts From 4a24a4339cacfd00e675544986f8c9ec0ae172c8 Mon Sep 17 00:00:00 2001 From: Eoghan Henn Date: Tue, 17 Feb 2026 20:28:53 +0100 Subject: [PATCH 3/3] Update README.md Shortened description as requested. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a06e32..085cca0 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ - [skill-creator](https://github.com/anthropics/skills/tree/main/skills/skill-creator) - Template / helper to build new Claude skills. - [template-skill](https://github.com/anthropics/skills/tree/main/template) - Minimal skeleton for a new skill project structure. - [agentfund-mcp](https://github.com/RioTheGreat-ai/agentfund-mcp) - Crowdfunding for AI agents. Milestone-based escrow on Base chain for proposals, project tracking, and payments. -- [task-observer](https://github.com/rebelytics/one-skill-to-rule-them-all) - One skill to rule them all: A meta-skill that watches your work sessions, captures corrections and judgment calls, and turns them into improvements for your other skills. Also identifies new skill candidates from your work patterns. +- [task-observer](https://github.com/rebelytics/one-skill-to-rule-them-all) - A meta-skill that builds and improves all your skills, including itself. **[glitternetwork/pinme](https://github.com/glitternetwork/skills/tree/main/pinme)** - PinMe is a zero-config frontend deployment tool. No servers. No accounts. No setup. ## 📰 Articles & Blog Posts