SkillsLLM
CategoriesBlogAI NewsAbout
HomeAI Agentsai-night-shift

ai-night-shift

by JudyaiLab

Pending

Multi-agent autonomous framework โ€” let your AI work while you sleep ๐ŸŒ™

135stars
17forks
Shell
Added 3/14/2026
View on GitHubDownload ZIP
AI Agentsai-agentsautomationautonomousbashclaude-codedevtoolsgeminimulti-agentnight-shiftopen-source
Installation
# Add to your Claude Code skills
git clone https://github.com/JudyaiLab/ai-night-shift
README.md

๐ŸŒ™ AI Night Shift

A multi-agent autonomous framework that lets your AI assistants work while you sleep.

License: MIT ็น้ซ”ไธญๆ–‡ ็ฎ€ไฝ“ไธญๆ–‡ ํ•œ๊ตญ์–ด

AI Night Shift is an open-source framework for running multiple AI agents (Claude Code, Gemini, and more) in coordinated autonomous sessions during off-hours. Born from 30+ real production night shifts, this isn't theoretical โ€” it's battle-tested.

What Makes This Different

Most "autonomous agent" tools run a single agent in isolation. AI Night Shift orchestrates multiple heterogeneous AI agents working together:

| Agent | Engine | Role | Mode | |-------|--------|------|------| | Developer | Claude Code | Coding, debugging, deploying | Continuous (hours) | | Researcher | Gemini CLI | Research, data gathering, triage | Periodic (minutes) | | Coordinator | Any LLM | Task routing, monitoring | Heartbeat (30min) |

They communicate through shared protocols โ€” a file-based message queue, shared chat log, and task board integration.

Architecture

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚              AI Night Shift                  โ”‚
โ”‚                                              โ”‚
โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”  โ”‚
โ”‚  โ”‚  Claude   โ”‚  โ”‚  Gemini  โ”‚  โ”‚Heartbeat โ”‚  โ”‚
โ”‚  โ”‚  Code     โ”‚  โ”‚  CLI     โ”‚  โ”‚  Agent   โ”‚  โ”‚
โ”‚  โ”‚          โ”‚  โ”‚          โ”‚  โ”‚          โ”‚  โ”‚
โ”‚  โ”‚ night_   โ”‚  โ”‚ patrol.  โ”‚  โ”‚ heartbeatโ”‚  โ”‚
โ”‚  โ”‚ shift.sh โ”‚  โ”‚ sh       โ”‚  โ”‚ _config  โ”‚  โ”‚
โ”‚  โ””โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”˜  โ””โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”˜  โ””โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”˜  โ”‚
โ”‚       โ”‚              โ”‚              โ”‚        โ”‚
โ”‚       โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜        โ”‚
โ”‚              โ”‚              โ”‚                โ”‚
โ”‚       โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”€โ” โ”Œโ”€โ”€โ”€โ”€โ–ผโ”€โ”€โ”€โ”€โ”€โ”          โ”‚
โ”‚       โ”‚ night_chat  โ”‚ โ”‚ bot_inboxโ”‚          โ”‚
โ”‚       โ”‚    .md      โ”‚ โ”‚  (JSON)  โ”‚          โ”‚
โ”‚       โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜          โ”‚
โ”‚                                              โ”‚
โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”  โ”‚
โ”‚  โ”‚ Plugins  โ”‚  โ”‚Dashboard โ”‚  โ”‚Templates โ”‚  โ”‚
โ”‚  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜  โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Quick Start

1. Install

git clone https://github.com/judyailab/ai-night-shift.git
cd ai-night-shift
bash install.sh

2. Configure

# Copy the example config and edit your settings
cp config.env.example config.env
nano config.env

# Customize the night shift prompt
nano claude-code/prompt_template.txt

3. Test

# Run a single round to verify setup
bash claude-code/night_shift.sh --max-rounds 1

4. Schedule

# The installer adds cron jobs automatically, or set up manually:
crontab -e
# Add: 0 1 * * * cd ~/ai-night-shift && bash claude-code/wrapper.sh

Modules

| Module | Description | Docs ...

Comments (0)
to leave a comment.

No comments yet. Be the first to share your thoughts!

Related Skills

n8n

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
179,165
55,789
TypeScript
MCP Serversaiapis
View details
gemini-cli

by google-gemini

An open-source AI agent that brings the power of Gemini directly into your terminal.
97,754
12,257
TypeScript
AI Agentsaiai-agents
View details
everything-claude-code

by affaan-m

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
76,097
9,506
JavaScript
AI Agentsai-agentsanthropic
View details
awesome-claude-skills

by ComposioHQ

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
44,141
4,446
Python
AI Agentsagent-skillsai-agents
View details
chatgpt-on-wechat

by zhayujie

CowAgentๆ˜ฏๅŸบไบŽๅคงๆจกๅž‹็š„่ถ…็บงAIๅŠฉ็†๏ผŒ่ƒฝไธปๅŠจๆ€่€ƒๅ’ŒไปปๅŠก่ง„ๅˆ’ใ€่ฎฟ้—ฎๆ“ไฝœ็ณป็ปŸๅ’Œๅค–้ƒจ่ต„ๆบใ€ๅˆ›้€ ๅ’Œๆ‰ง่กŒSkillsใ€ๆ‹ฅๆœ‰้•ฟๆœŸ่ฎฐๅฟ†ๅนถไธๆ–ญๆˆ้•ฟใ€‚ๅŒๆ—ถๆ”ฏๆŒ้ฃžไนฆใ€้’‰้’‰ใ€ไผไธšๅพฎไฟกๅบ”็”จใ€ๅพฎไฟกๅ…ฌไผ—ๅทใ€็ฝ‘้กต็ญ‰ๆŽฅๅ…ฅ๏ผŒๅฏ้€‰ๆ‹ฉOpenAI/Claude/Gemini/DeepSeek/ Qwen/GLM/Kimi/LinkAI๏ผŒ่ƒฝๅค„็†ๆ–‡ๆœฌใ€่ฏญ้Ÿณใ€ๅ›พ็‰‡ๅ’Œๆ–‡ไปถ๏ผŒๅฏๅฟซ้€ŸๆญๅปบไธชไบบAIๅŠฉๆ‰‹ๅ’Œไผไธšๆ•ฐๅญ—ๅ‘˜ๅทฅใ€‚
42,209
9,826
Python
AI Agentsaiai-agent
View details
ui-ux-pro-max-skill

by nextlevelbuilder

An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
41,523
4,026
Python
CLI Toolsai-skillsantigravity
View details