Awesome Claude Skills

repository·master·Indexed 13 days ago

https://github.com/composiohq/awesome-claude-skills

A curated repository of over 1,000 production-ready skills and plugins for AI agents like Claude, Cursor, and Gemini CLI. Includes the Connect Apps Plugin for integrating 500+ apps via Composio, Chrome Relay for browser automation, lean-ctx for context management, and the Artifacts Builder for creating high-fidelity React-based Claude.ai artifacts.

Tokens
556K
Snippets
1.9K
Records
3.2K
Agent score
97%

What's inside Awesome Claude Skills

  1. Overview of the Artifacts Builder stack

    master

    The artifacts-builder is a suite of tools designed for creating complex, multi-component Claude.ai HTML artifacts that require state management, routing, or shadcn/ui components. It is intended for high-fidelity frontend work rather than simple single-file HTML/JSX snippets.

    Core Technology Stack:

    • Framework: React 18 + TypeScript (via Vite)
    • Styling: Tailwind CSS + shadcn/ui
    • Bundling: Parcel (configured via .parcelrc for path alias support)
    • Components: Radix UI and shadcn/ui
  2. Automate SaaS applications via Composio (Rube MCP)

    master

    You can connect Claude to over 1000+ services using pre-built workflow skills via Rube MCP (Composio). These skills include tool sequences, parameter guidance, and known pitfalls using real tool slugs from the Composio API.

    Supported automation categories include:

    • CRM & Sales: Close, HubSpot, Pipedrive, Salesforce, Zoho.
    • Project Management: Asana, Basecamp, ClickUp, Jira, Linear, Monday.com, Notion, Todoist, Trello, Wrike.
    • Communication: Discord, Intercom, Microsoft Teams, Slack, Telegram, WhatsApp.
    • Email: Gmail, Outlook, Postmark, SendGrid.
    • Code & DevOps: Bitbucket, CircleCI, Datadog, GitHub, GitLab, PagerDuty, Render, Sentry, Supabase, Vercel.
    • Storage & Files: Box, Dropbox, Google Drive, OneDrive.
    • Spreadsheets & Databases: Airtable, Coda, Google Sheets.
    • Calendar & Scheduling: Cal.com, Calendly, Google Calendar, Outlook Calendar.
    • Social Media: Instagram, LinkedIn, Reddit, TikTok, Twitter/X, YouTube.
    • Marketing & Email Marketing: ActiveCampaign, Brevo, ConvertKit, Klaviyo, Mailchimp.
    • Support & Helpdesk: Freshdesk, Freshservice, Help Scout, Zendesk.
    • E-commerce & Payments: Shopify, Square, Stripe.
    • Design & Collaboration: Canva, Confluence, DocuSign, Figma, Miro, Webflow.
    • Analytics & Data: Amplitude, Google Analytics, Mixpanel, PostHog, Segment.
    • HR & People: BambooHR.
    • Automation Platforms: Make.
    • Zoom & Meetings: Zoom.
  3. Use the brand-guidelines skill for Anthropic styling

    master

    The brand-guidelines skill applies Anthropic's official brand colors and typography to artifacts (such as presentations) to ensure they adhere to company design standards. Use this skill when you need to apply specific visual formatting, brand colors, or corporate identity to a generated output.

    Key Capabilities:

    • Smart Font Application: Automatically applies Poppins to headings (24pt+) and Lora to body text, with automatic fallbacks to Arial and Georgia.
    • Color Application: Uses precise RGB values for brand colors (Dark, Light, Mid Gray, Light Gray) and accent colors (Orange, Blue, Green).
    • Shape Styling: Applies brand accent colors to non-text shapes to maintain visual interest while staying on-brand.
  4. Use the Competitive Ads Extractor skill

    master

    The competitive-ads-extractor skill allows Claude to scrape, capture, and analyze competitor advertisements from platforms like Facebook Ad Library and LinkedIn. It automates the process of extracting ads, saving screenshots, and performing deep messaging and creative analysis to help you research competitor strategies, find inspiration, and identify successful market patterns.

    Extract all current ads from [Competitor Name] on Facebook Ad Library
  5. Capabilities of the Connect Apps Plugin

    master

    Once the plugin is installed and configured, Claude can execute real-world actions across various platforms, including:

    • Communication: Send emails via Gmail or Outlook; post messages to Slack, Discord, or Teams.
    • Development: Create issues on GitHub, GitLab, Jira, or Linear.
    • Documentation: Update docs in Notion or Google Docs.
    • Data Management: Manage data in Google Sheets, Airtable, or various databases.
    • Extensibility: Access to 500+ additional app actions.
  6. Status of Wave Accounting Automation integration

    master

    The Wave Accounting toolkit (wave_accounting) is currently not available as a native integration in the Composio platform. Searching for Wave-specific tools currently returns results from other accounting/invoicing platforms instead.

    When native tools become available, this skill will be updated with specific tool slugs, workflows, and pitfalls. For immediate accounting and invoicing automation, use these supported alternatives:

    • Stripe: Payment processing, invoicing, and subscription management.
    • Zoho Invoice: Invoice creation, payment tracking, and contact management.
    • QuickBooks: Full accounting suite with invoicing and expense tracking.
    • FreshBooks: Cloud accounting with time tracking and invoicing.
  7. XLSX creation, editing, and analysis overview

    master

    The xlsx skill provides comprehensive spreadsheet capabilities including creation, editing, and analysis of .xlsx, .xlsm, .csv, and .tsv files. It supports formulas, formatting, data analysis, and visualization.

    Core Workflow

    1. Choose tool: Use pandas for data manipulation and analysis, and openpyxl for complex formatting and formula management.
    2. Create/Load: Initialize a new workbook or load an existing file.
    3. Modify: Add/edit data, formulas, and formatting.
    4. Save: Write the changes to a file.
    5. Recalculate formulas: Use the recalc.py script to ensure formula values are updated and errors are identified.
    6. Verify: Check for formula errors and fix them if necessary.
  8. How the Composio Tool Router works

    master

    The integration follows a four-step lifecycle:

    1. Request: You ask Claude to perform a specific action (e.g., "Post to Slack #general: deploy complete").
    2. Routing: The Composio Tool Router identifies the correct tool/API required for that action.
    3. Authorization: If it is the first time using that specific app, Claude will provide an OAuth link. You must click the link to authorize the connection, then return to Claude and say "done".
    4. Execution: The action is executed in the external service, and the result is returned to Claude.