diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
new file mode 100644
index 0000000..0b543d9
--- /dev/null
+++ b/.github/workflows/lint.yml
@@ -0,0 +1,21 @@
+name: Lint
+
+on:
+ push:
+ branches: [ main ]
+ pull_request:
+ branches: [ main ]
+
+jobs:
+ markdown-lint:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - name: Use Node.js
+ uses: actions/setup-node@v3
+ with:
+ node-version: '18'
+ - name: Install markdownlint-cli
+ run: npm install -g markdownlint-cli
+ - name: Run markdownlint
+ run: markdownlint '**/*.md' --ignore node_modules --disable MD013 MD033 MD041
diff --git a/README.md b/README.md
index 61e5104..3422b13 100644
--- a/README.md
+++ b/README.md
@@ -55,14 +55,20 @@ This architecture delivers:
### đ Skills Collections & Repositories
-**Multi-skill repositories** with diverse capabilities:
+**Multi-skill repositories** with diverse capabilities.
+> âšī¸ *Resources are sorted by popularity (GitHub stars) where applicable.*
+
+#### đĨ Top Picks
- đĸ Official collection from Anthropic (document editing, data analysis, etc.)
-- đ¤ Multi-agent collaboration skills
- â 50+ verified skills for Claude Code and Claude.ai
+- đ¯ Skills for specialized capabilities
+
+#### đ More Collections
+
+- đ¤ Multi-agent collaboration skills
- đ Pydantic AI integration
- đŽ Skills for DSPy framework
-- đ¯ Skills for specialized capabilities
- đ Document editing, data analysis, and project management
- đī¸ Curated Claude Agent Skills collection
- đŦ Freeact agent library skills
@@ -71,6 +77,8 @@ This architecture delivers:
### đ¯ Individual Skills by Category
+**Specialized capabilities for specific domains.**
+
#### đģ Development & Programming
- Swift Concurrency Migration guide
@@ -104,10 +112,6 @@ This architecture delivers:
**The ecosystem is here.** Industry-leading platforms have already integrated Agent Skills - your next agent build starts with choosing the right foundation.
### đ¨ IDEs & Code Editors
-- [Cursor](https://cursor.com/) - ⥠AI-powered code editor with native skills integration ([docs](https://cursor.com/docs/context/skills))
-- [Claude Code](https://claude.ai/code) - đ¤ Anthropic's coding tool with first-class skills support
-- [OpenAI Codex](https://developers.openai.com/codex/skills/) - đģ OpenAI's CLI agent with Agent Skills support
-
- [Cursor](https://cursor.com/) - ⥠AI-powered code editor with native skills integration ([docs](https://cursor.com/docs/context/skills))
- [Claude Code](https://claude.ai/code) - đ¤ Anthropic's coding tool with first-class skills support
- [OpenAI Codex](https://developers.openai.com/codex/skills/) - đģ OpenAI's CLI agent with Agent Skills support
@@ -115,9 +119,6 @@ This architecture delivers:
- [Amp](https://ampcode.com/) - đ Next-gen AI coding assistant
### đ¤ AI Agent Platforms
-- [GitHub Copilot](https://github.com/features/copilot) - đ GitHub's AI coding assistant with Agent Skills support ([docs](https://docs.github.com/copilot/concepts/agents/about-agent-skills), [announcement](https://github.blog/changelog/2025-12-18-github-copilot-now-supports-agent-skills/))
-- [VS Code](https://code.visualstudio.com/) - đģ Microsoft's editor with Agent Skills in Insiders build
-
- [GitHub Copilot](https://github.com/features/copilot) - đ GitHub's AI coding assistant with Agent Skills support ([docs](https://docs.github.com/copilot/concepts/agents/about-agent-skills), [announcement](https://github.blog/changelog/2025-12-18-github-copilot-now-supports-agent-skills/))
- [VS Code](https://code.visualstudio.com/) - đģ Microsoft's editor with Agent Skills in Insiders build
- [Goose](https://block.github.io/goose/) - đĻ Open source AI agent framework