Add ai-skill to related awesome lists#338
Add ai-skill to related awesome lists#338wangzaiwang-hub wants to merge 1 commit intorohitg00:mainfrom
Conversation
📝 WalkthroughWalkthroughA new related awesome list entry is added to the README.md linking to the ai-skill repository, which provides AI skill discovery and management capabilities for agent tools and plugins. No structural changes to existing content occur. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 1145: Remove the broken "ai-skill" entry from the Related Awesome Lists
table by deleting the table row containing
"[ai-skill](https://github.com/anomalyco/ai-skill) | - | AI skill discovery and
management system - helps users find, evaluate, install and manage agent skills,
tools, plugins and extensions", or if there is a correct repo, replace that
markdown link and display text with the verified repository URL and name so the
table only contains accessible links.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| | [claude-code-best-practice](https://github.com/shanraisshan/claude-code-best-practice) | 25,000+ | Comprehensive reference implementation for Claude Code config | | ||
| | [awesome-claude-skills (Composio)](https://github.com/ComposioHQ/awesome-claude-skills) | 49,300+ | 30 curated skills + 832 SaaS automation templates via Composio. Strong on document processing, creative, and business skills | | ||
| | [awesome-claude-design](https://github.com/rohitg00/awesome-claude-design) |  | DESIGN.md files grouped by aesthetic family (editorial, terminal, warm, data-dense, cinematic, playful, glass, brutalist, indie) + remix recipes + prompt packs for Claude Design (Anthropic Labs) | | ||
| | [ai-skill](https://github.com/anomalyco/ai-skill) | - | AI skill discovery and management system - helps users find, evaluate, install and manage agent skills, tools, plugins and extensions | |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Description: Verify the ai-skill repository exists and is publicly accessible
# Check if the repository exists and get basic info
gh repo view anomalyco/ai-skill --json name,description,isPrivate,stargazerCount 2>&1
# Also check if the URL is accessible via curl
echo "---"
echo "Checking URL accessibility:"
curl -I -s "https://github.com/anomalyco/ai-skill" | head -n 1Repository: rohitg00/awesome-claude-code-toolkit
Length of output: 217
Remove the ai-skill entry from the Related Awesome Lists table.
The repository https://github.com/anomalyco/ai-skill does not exist. GitHub API and HTTP checks both confirm the repository is not accessible (404). Delete line 1145 or verify the correct repository name and link.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 1145, Remove the broken "ai-skill" entry from the Related
Awesome Lists table by deleting the table row containing
"[ai-skill](https://github.com/anomalyco/ai-skill) | - | AI skill discovery and
management system - helps users find, evaluate, install and manage agent skills,
tools, plugins and extensions", or if there is a correct repo, replace that
markdown link and display text with the verified repository URL and name so the
table only contains accessible links.
Add ai-skill to Related Awesome Lists section.
Summary by CodeRabbit