Composio Browserstack
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
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:
...
Related Skills
Webapp Testing
When testing local web applications or verifying UI behaviorTest local web applications using Playwright for UI verification and debugging
Testing official #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/everything-claude-code/issues/103)). The behavior changed between Claude Code versions, leading to confusion. We now have a regression test to prevent this from being reintroduced.
Testing community Webapp 测试
使用 Playwright 测试本地 Web 应用,验证前端功能并捕捉截图。
Testing community Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing solution, and testing/validating the fix for proper integration.
Testing community Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test suites
Testing community Composio Testim
Manage Testim test automation
Testing community