Contributing to AI Maestro
Description
Thank you for your interest in contributing to AI Maestro! This document provides guidelines for contributing to the project.
Installation
claude install-skill https://github.com/23blocks-OS/ai-maestro README
Contributing to AI Maestro
Thank you for your interest in contributing to AI Maestro! This document provides guidelines for contributing to the project.
Code of Conduct
**Be Respectful:**
- undefined
**Zero Tolerance for:**
- undefined
How to Contribute
1. Reporting Bugs
**Before submitting a bug report:**
- undefined
**Bug report should include:**
- undefined
2. Suggesting Features
**Feature requests should include:**
- undefined
**Note:** Please check the roadmap in README.md first!
3. Pull Requests
**Before submitting a PR:**
- undefined
**PR Requirements:**
- undefined
**PR Process:**
- undefined
Development Setup
Quick Setup (Recommended)
The fastest way to get AI Maestro running for testing your changes:
curl -fsSL https://raw.githubusercontent.com/23blocks-OS/ai-maestro/main/scripts/remote-install.sh | sh
This automatically installs prerequisites, clones, and builds the project.
Fork-Based Development
For making contributions:
# Fork the repo on GitHub first, then:
git clone https://github.com/YOUR_USERNAME/ai-maestro.git
cd ai-maestro
# Install dependencies
yarn install
# Start development server
yarn dev
# Test your changes at http://localhost:23000
Coding Standards
TypeScript
- undefined
React Components
- undefined
// ✅ Good
interface SessionListProps {
sessions: Session[]
onSessionSelect: (id: string) => void
}
export default function SessionList({ sessions, onSessionSelect }: SessionListProps) {
// Component logic
}
// ❌ Avoid
Related Agents
Opencode
(60.8k ⭐) - The open source AI coding agent.
Data & AI community Gemini CLI
(90.5k ⭐) - An open-source AI agent that brings the power of Gemini directly into your terminal.
Data & AI community Chatgpt On Wechat
CowAgent是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择OpenAI/Claude/Gemini/DeepSeek/ Qwen/GLM/Kimi/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Data & AI community Claude Mem
(13.1k ⭐) - A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back...
Data & AI community Read research for Nyquist validation data
cat "$phase_dir"/*-RESEARCH.md 2>/dev/null node "$HOME/.claude/get-shit-done/bin/gsd-tools.cjs" roadmap get-phase "$phase_number" ls "$phase_dir"/*-BRIEF.md 2>/dev/null
Data & AI community Multi Agent Review
| A sophisticated AI-powered code review system designed to provide comprehensive, multi-perspective a... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Data & AI community