-
Notifications
You must be signed in to change notification settings - Fork 15
docs: add recommended community skills table to README #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add recommended community skills table to README #23
Conversation
Convert "Discover more" section to table format with Features and Target columns. Add ClaudeKit Skills, Superpowers, and SkillsMP Marketplace.
- Add Hugging Face Skills (dataset, model eval, LLM training, papers) - Remove SkillsMP Marketplace (quality not guaranteed, auto-aggregated)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR enhances the README by converting the "Discover more" section from a simple bullet list into a structured table format, making it easier to compare different community skill repositories. The table includes Features, Target audience, and URL columns for better discoverability.
Key changes:
- Restructured the skills discovery section from bullet points to a markdown table with Skills, Features, Target, and URL columns
- Added three new skill repositories: Hugging Face Skills, ClaudeKit Skills, and Superpowers
- Enhanced descriptions for existing repositories with feature highlights and target audience information
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | ClaudeKit Skills | 30+ skills, auth, multimodal, problem-solving frameworks | Full-stack devs | [GitHub](https://github.com/mrgoonie/claudekit-skills) | | ||
| | Superpowers | TDD, debugging, parallel agents, code review workflows | Quality-focused devs | [GitHub](https://github.com/obra/superpowers) | | ||
| | Kubernetes Operations | K8s deployment, monitoring, troubleshooting | DevOps/SRE | [GitHub](https://github.com/wshobson/agents/tree/main/plugins/kubernetes-operations/skills) | | ||
| | Notion Skills | Meeting notes, research docs, knowledge capture | Notion users | [GitHub](https://github.com/gotalab/skillport/tree/main/.agent/skills/notion-skills) | |
Copilot
AI
Dec 5, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description mentions adding "SkillsMP Marketplace" to the table, but this entry is missing from the actual implementation. Consider adding the SkillsMP Marketplace entry or updating the PR description to reflect what was actually added.
| | Notion Skills | Meeting notes, research docs, knowledge capture | Notion users | [GitHub](https://github.com/gotalab/skillport/tree/main/.agent/skills/notion-skills) | | |
| | Notion Skills | Meeting notes, research docs, knowledge capture | Notion users | [GitHub](https://github.com/gotalab/skillport/tree/main/.agent/skills/notion-skills) | | |
| | SkillsMP Marketplace | Discover, share, and install agent skills | All users | [GitHub](https://github.com/gotalab/skillport) | |
| |--------|----------|--------|-----| | ||
| | Anthropic Official | Document skills (docx, pdf, pptx, xlsx), design, MCP builder | All users | [GitHub](https://github.com/anthropics/skills/tree/main/skills) | | ||
| | Awesome Claude Skills | Curated community collection, 2.5k+ stars | Discovery | [GitHub](https://github.com/ComposioHQ/awesome-claude-skills) | | ||
| | Hugging Face Skills | Dataset creation, model evaluation, LLM training, paper publishing | ML/AI engineers | [GitHub](https://github.com/huggingface/skills) | |
Copilot
AI
Dec 5, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "Hugging Face Skills" entry is added but not mentioned in the PR description. Consider updating the PR description to include all new additions (Hugging Face Skills, ClaudeKit Skills, and Superpowers) for better documentation of changes.
Convert "Discover more" section to table format with Features and Target columns. Add ClaudeKit Skills, Superpowers, and SkillsMP Marketplace.