-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add Composio SaaS automation skills collection #670
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -59,3 +59,11 @@ Skills differ from other primitives by supporting bundled assets (scripts, code | |||||
| | [webapp-testing](../skills/webapp-testing/SKILL.md) | Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. | `test-helper.js` | | ||||||
| | [winapp-cli](../skills/winapp-cli/SKILL.md) | Windows App Development CLI (winapp) for building, packaging, and deploying Windows applications. Use when asked to initialize Windows app projects, create MSIX packages, generate AppxManifest.xml, manage development certificates, add package identity for debugging, sign packages, or access Windows SDK build tools. Supports .NET, C++, Electron, Rust, Tauri, and cross-platform frameworks targeting Windows. | None | | ||||||
| | [workiq-copilot](../skills/workiq-copilot/SKILL.md) | Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations. | None | | ||||||
|
|
||||||
| ### External Skill Collections | ||||||
|
|
||||||
| Community-maintained collections of skills hosted in external repositories. | ||||||
|
|
||||||
| | Name | Description | Skills | | ||||||
|
||||||
| | Name | Description | Skills | | |
| | Name | Description | # of Skills | |
Copilot
AI
Feb 6, 2026
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 description in this cell is exceptionally long and contains extensive detail that may be better suited for a separate document or the external repository's own documentation. Consider condensing this to a brief summary (2-3 sentences) with a note like "See repository for full list of apps" to maintain readability. The current description makes the table difficult to scan and doesn't follow the concise pattern established by entries in the main skills table above.
| | [ComposioHQ/awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) | 78 SaaS automation skills powered by [Rube MCP](https://rube.app/mcp) (Composio). Each skill covers workflow patterns, tool sequences, common pitfalls, and parameter guidance for a specific app. Categories include CRM (Salesforce, HubSpot, Pipedrive), Project Management (Jira, Asana, Linear, ClickUp), Communication (Slack, Discord, Teams), Email (Gmail, Outlook, SendGrid), Code & DevOps (GitHub, GitLab, Sentry, Datadog), Storage & Docs (Google Drive, Notion, Confluence, Airtable), Calendar (Google Calendar, Calendly), Social Media (LinkedIn, Twitter, Reddit), Support (Zendesk, Freshdesk, Intercom), E-commerce (Shopify, Stripe), Design (Figma, Canva), and more. Install with `npx skills add ComposioHQ/awesome-claude-skills --all`. | 78 | | |
| | [ComposioHQ/awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) | Collection of 78 SaaS automation skills powered by [Rube MCP](https://rube.app/mcp) (Composio), each capturing workflows, tool sequences, and best practices for a specific app across CRM, project management, communication, dev tools, and more. See repository for the full list of supported apps and categories; install all skills with `npx skills add ComposioHQ/awesome-claude-skills --all`. | 78 | |
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 installation method for external skills differs significantly from the established pattern for local skills. The main skills section (line 20) instructs users to "Copy the skill folder to your local skills directory", but this external collection uses
npx skills add. Consider adding a note in the "External Skill Collections" section description (around line 65) to clarify that external collections may use different installation methods than the local skills above, to prevent user confusion.