From f1d8aeb05298d049d493f40ebc184a81ef2b2421 Mon Sep 17 00:00:00 2001 From: GANLEI Date: Fri, 15 May 2026 18:43:44 +0800 Subject: [PATCH 1/2] Fix PR: use external HTTPS URL, only modify README.md awesome-claude-skills CI requires: 1. Only README.md changes allowed 2. Skill links must be external HTTPS URLs Changed link from ./learning-from-experience/ to https://github.com/game1991/claude-skills/tree/main/skills/learning-from-experience Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53376a75..1343f9ea 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ Skills are not MCP servers and not tools. MCP defines how an agent connects to e - [iOS Simulator](https://github.com/conorluddy/ios-simulator-skill) - Enables Claude to interact with iOS Simulator for testing and debugging iOS applications. *By [@conorluddy](https://github.com/conorluddy)* - [jules](https://github.com/sanjay3290/ai-skills/tree/main/skills/jules) - Delegate coding tasks to Google Jules AI agent for async bug fixes, documentation, tests, and feature implementation on GitHub repos. *By [@sanjay3290](https://github.com/sanjay3290)* - [LangSmith Fetch](./langsmith-fetch/) - Debug LangChain and LangGraph agents by automatically fetching and analyzing execution traces from LangSmith Studio. First AI observability skill for Claude Code. *By [@OthmanAdi](https://github.com/OthmanAdi)* +- [learning-from-experience](https://github.com/game1991/claude-skills/tree/main/skills/learning-from-experience) - Auto Memory remembers, LFE upgrades - turns experience into reusable SKILL.md, script/MCP proposals, or rule-to-skill upgrades. Complements built-in memory, does not duplicate it. *By [@luckystar520](https://github.com/game1991)* - [lean-ctx](https://github.com/yvgude/lean-ctx) - MCP server and context runtime for AI coding agents: session caching, AST-aware compression, and 90+ shell patterns to reduce token usage. Supports Claude Code, Cursor, Copilot, and other integrations. Install the Claude Code skill with `lean-ctx init --agent claude-code`; docs at [leanctx.com](https://leanctx.com). *By [@yvgude](https://github.com/yvgude)* - [MCP Builder](./mcp-builder/) - Guides creation of high-quality MCP (Model Context Protocol) servers for integrating external APIs and services with LLMs using Python or TypeScript. - [move-code-quality-skill](https://github.com/1NickPappas/move-code-quality-skill) - Analyzes Move language packages against the official Move Book Code Quality Checklist for Move 2024 Edition compliance and best practices. From 0c782d5fd60540082c827f276294d6689dbb0d03 Mon Sep 17 00:00:00 2001 From: GANLEI Date: Fri, 15 May 2026 18:47:42 +0800 Subject: [PATCH 2/2] Fix alphabetical order: lean-ctx before learning-from-experience lean < learn alphabetically Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1343f9ea..78fab173 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,8 @@ Skills are not MCP servers and not tools. MCP defines how an agent connects to e - [iOS Simulator](https://github.com/conorluddy/ios-simulator-skill) - Enables Claude to interact with iOS Simulator for testing and debugging iOS applications. *By [@conorluddy](https://github.com/conorluddy)* - [jules](https://github.com/sanjay3290/ai-skills/tree/main/skills/jules) - Delegate coding tasks to Google Jules AI agent for async bug fixes, documentation, tests, and feature implementation on GitHub repos. *By [@sanjay3290](https://github.com/sanjay3290)* - [LangSmith Fetch](./langsmith-fetch/) - Debug LangChain and LangGraph agents by automatically fetching and analyzing execution traces from LangSmith Studio. First AI observability skill for Claude Code. *By [@OthmanAdi](https://github.com/OthmanAdi)* -- [learning-from-experience](https://github.com/game1991/claude-skills/tree/main/skills/learning-from-experience) - Auto Memory remembers, LFE upgrades - turns experience into reusable SKILL.md, script/MCP proposals, or rule-to-skill upgrades. Complements built-in memory, does not duplicate it. *By [@luckystar520](https://github.com/game1991)* - [lean-ctx](https://github.com/yvgude/lean-ctx) - MCP server and context runtime for AI coding agents: session caching, AST-aware compression, and 90+ shell patterns to reduce token usage. Supports Claude Code, Cursor, Copilot, and other integrations. Install the Claude Code skill with `lean-ctx init --agent claude-code`; docs at [leanctx.com](https://leanctx.com). *By [@yvgude](https://github.com/yvgude)* +- [learning-from-experience](https://github.com/game1991/claude-skills/tree/main/skills/learning-from-experience) - Auto Memory remembers, LFE upgrades - turns experience into reusable SKILL.md, script/MCP proposals, or rule-to-skill upgrades. Complements built-in memory, does not duplicate it. *By [@luckystar520](https://github.com/game1991)* - [MCP Builder](./mcp-builder/) - Guides creation of high-quality MCP (Model Context Protocol) servers for integrating external APIs and services with LLMs using Python or TypeScript. - [move-code-quality-skill](https://github.com/1NickPappas/move-code-quality-skill) - Analyzes Move language packages against the official Move Book Code Quality Checklist for Move 2024 Edition compliance and best practices. - [OpenWeb](https://github.com/openweb-org/openweb) - Agent-native way to access any website. Calls the same APIs the website calls (JSON in, JSON out) with auth (cookies, JWT, CSRF, signing) auto-resolved per request. 90+ sites built in. *By [@openweb-org](https://github.com/openweb-org)*