Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/README.skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link

Copilot AI Feb 6, 2026

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.

Suggested change
Community-maintained collections of skills hosted in external repositories.
Community-maintained collections of skills hosted in external repositories. These collections may use different installation methods than the local skills above (for example, `npx skills add ...`), so follow the installation instructions provided for each collection.

Copilot uses AI. Check for mistakes.

| Name | Description | Skills |
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The table header uses different column names than the main skills table above (line 23). The main skills table uses "Name | Description | Bundled Assets" while this external collections table uses "Name | Description | Skills". For consistency, consider aligning the column structure or making the distinction clearer. If "Skills" represents a count of items in the collection, consider renaming it to "Count" or "# of Skills" for clarity.

Suggested change
| Name | Description | Skills |
| Name | Description | # of Skills |

Copilot uses AI. Check for mistakes.
| ---- | ----------- | ------ |
| [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 |
Copy link

Copilot AI Feb 6, 2026

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.

Suggested change
| [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 |

Copilot uses AI. Check for mistakes.
Loading