Universal Agents standardizes AI agent configurations across coding assistants. Developers benefit from a shared AGENTS.md file for consistent agent setups. It connects to AI coding assistants like Claude, Codex, and Gemini, streamlining workflows.
git clone https://github.com/leochiu-a/universal-agents.gitUniversal Agents standardizes AI agent configurations across coding assistants. Developers benefit from a shared AGENTS.md file for consistent agent setups. It connects to AI coding assistants like Claude, Codex, and Gemini, streamlining workflows.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/leochiu-a/universal-agentsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a universal agent configuration for [COMPANY] in the [INDUSTRY] sector. The agent should be optimized for [SPECIFIC_TASK] and include the following tools: [TOOL_1], [TOOL_2], [TOOL_3]. Ensure the configuration is compatible with Claude, Codex, and Gemini.
```markdown
# Universal Agent Configuration for GreenTech Solutions
## Agent Overview
- **Company**: GreenTech Solutions
- **Industry**: Renewable Energy
- **Primary Task**: Optimizing solar panel efficiency
- **Compatible Assistants**: Claude, Codex, Gemini
## Tools
1. **Solar Panel Data Analyzer**: Analyzes real-time data from solar panels.
2. **Weather Integration API**: Provides local weather data for efficiency calculations.
3. **Energy Grid Simulator**: Simulates energy grid behavior under different conditions.
## Configuration
```
```json
{
"agent_name": "SolarEfficiencyOptimizer",
"description": "Optimizes solar panel efficiency based on real-time data and weather conditions.",
"tools": [
{
"name": "Solar Panel Data Analyzer",
"api_endpoint": "https://api.greentech.com/solar-data",
"auth": "api_key"
},
{
"name": "Weather Integration API",
"api_endpoint": "https://api.weather.com/local",
"auth": "oauth2"
},
{
"name": "Energy Grid Simulator",
"api_endpoint": "https://api.grid-sim.com/simulate",
"auth": "api_key"
}
],
"compatible_assistants": ["Claude", "Codex", "Gemini"]
}
```Smart receipts for business spend management
IronCalc is a spreadsheet engine and ecosystem
Enterprise workflow automation and service management platform
Customer feedback management made simple
Complete help desk solution for growing teams
The AI automation platform built for everyone