cult of claude
Composio Abstract banner
ComposioHQ ComposioHQ

Composio Abstract

Design community Intermediate

Description

Distributable agent skills for Composio developers. This repository contains comprehensive guides and best practices for building AI agents with Composio's Tool Router and Triggers.

Installation

Terminal
claude install-skill https://github.com/ComposioHQ/skills

README

@composiohq/skills

Distributable agent skills for Composio developers. This repository contains comprehensive guides and best practices for building AI agents with Composio's Tool Router and Triggers.

Quick Start

Add Composio skills to your AI assistant:

npx skills add composiohq/skills

This command installs the Composio agent skills, giving your AI assistant access to:

    undefined

Your AI assistant can now reference these skills when helping you build with Composio!

Overview

This skills repository provides comprehensive guides and best practices for building AI agents with Composio, organized as markdown files that AI assistants can easily reference.

Structure

skills/
└── composio/
    ├── SKILL.md           # Main skill overview with rule references
    ├── AGENTS.md          # Consolidated single-file version (auto-generated)
    └── rules/             # Individual rule files
        ├── tr-*.md        # Tool Router rules
        └── triggers-*.md  # Trigger rules

Available Skills

1. Tool Router (Building Agents)

    undefined

2. Authentication

    undefined

3. Toolkits & Connection Status

    undefined

4. Advanced Features (Triggers & Events)

    undefined

Usage

For AI Assistants

Read either:

...