Composio Render
Description
Deploy and manage Render services
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:
- undefined
For Developers
Build AGENTS.md
Automatically generate the consolidated AGENTS.md file from all rule files:
npm run build:agents
This script:
- undefined
Watch Mode
Auto-rebuild AGENTS.md when any file changes:
npm run watch:agents
This watches:
- undefined
Contributing
Adding a New Rule
- undefined
---
title: Your Rule Title
impact: CRITICAL|HIGH|MEDIUM|LOW
description: Brief description of what this rule covers
tags: [tool-router, triggers, etc]
---
# Your Rule Title
Content with ❌ Incorrect and ✅ Correct examples...
- undefined
Rule Format
Each rule should include:
- undefined
Build Scripts
The repository includes two scripts in `scripts/`:
build-agents.cjs
Generates the consolidated AGENTS.md file:
- undefined
watch-agents.cjs
Watches for file changes and auto-rebuilds:
- undefined
File Statistics
Current repository stats:
- undefined
Key Features
Tool Router Coverage
- undefined
Triggers Coverage
- undefined
License
MIT
Links
- undefined
[truncated]
Related Skills
AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architecture patterns
DevOps community Composio AWS S3
Manage AWS S3 buckets and objects
DevOps community Composio Vercel
Manage Vercel deployments and projects
DevOps community Composio Railway
Deploy and manage Railway applications
DevOps community Composio Firebase
Manage Firebase projects and services
DevOps community Composio Datadog
Manage Datadog monitors and dashboards
DevOps community