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