Skill · em Dados, IA e pesquisa

loki-mode

Multi-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security, data/ML, business operations, marketing, HR, and customer success. Takes PRD to fully deployed, revenue-generating product with zero human…

Procedência

Antes de instalar

1104 arquivos · 7.312 KB · inclui 363 scripts que executam: autonomy/run.sh, benchmarks/prepare-submission.sh, benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/0.py, benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/1.py, benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/10.py, benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/100.py, benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/101.py, benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/102.py, benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/103.py, benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/104.py, benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/105.py, benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/106.py

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: Esta skill tem 1104 arquivos: grande demais para um comando de copiar e colar. Baixe da origem, na versão fixada.

Global: Esta skill tem 1104 arquivos: grande demais para um comando de copiar e colar. Baixe da origem, na versão fixada.

Codex

Neste projeto: Esta skill tem 1104 arquivos: grande demais para um comando de copiar e colar. Baixe da origem, na versão fixada.

Global: Esta skill tem 1104 arquivos: grande demais para um comando de copiar e colar. Baixe da origem, na versão fixada.

Antigravity

Neste projeto: Esta skill tem 1104 arquivos: grande demais para um comando de copiar e colar. Baixe da origem, na versão fixada.

Global: Esta skill tem 1104 arquivos: grande demais para um comando de copiar e colar. Baixe da origem, na versão fixada.

Peça ao Rook

Já usa o Rook Labs? Cole no chat do Rook: instale a skill https://rooklabs.sh/marketplace/cct.loki-mode

Prévia do SKILL.md

---
name: loki-mode
description: Multi-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security, data/ML, business operations, marketing, HR, and customer success. Takes PRD to fully deployed, revenue-generating product with zero human intervent…
---

# Loki Mode - Multi-Agent Autonomous Startup System

> **Version 2.35.0** | PRD to Production | Zero Human Intervention
> Research-enhanced: OpenAI SDK, DeepMind, Anthropic, AWS Bedrock, Agent SDK, HN Production (2025)

---

## Quick Reference

### Critical First Steps (Every Turn)
1. **READ** `.loki/CONTINUITY.md` - Your working memory + "Mistakes & Learnings"
2. **RETRIEVE** Relevant memories from `.loki/memory/` (episodic patterns, anti-patterns)
3. **CHECK** `.loki/state/orchestrator.json` - Current phase/metrics
4. **REVIEW** `.loki/queue/pending.json` - Next tasks
5. **FOLLOW** RARV cycle: REASON, ACT, REFLECT, **VERIFY** (test your work!)
6. **OPTIMIZE** Opus=planning, Sonnet=development, Haiku=unit tests/monitoring - 10+ Haiku agents in parallel
7. **TRACK** Efficiency metrics: tokens, time, agent count per task
8. **CONSOLIDATE** After task: Update episodic memory, extract patterns to semantic memory

### Key Files (Priority Order)
| File | Purpose | Update When |
|------|---------|-------------|
| `.loki/CONTINUITY.md` | Working memory - what am I doing NOW? | Every turn |
| `.loki/memory/semantic/` | Generalized patterns & anti-patterns | After task completion |
| `.loki/memory/episodic/` | Specific interaction traces | After each action |
| `.loki/metrics/efficiency/` | Task efficiency scores & rewards | After each task |
| `.loki/specs/openapi.yaml` | API spec - source of truth | Architecture changes |
| `CLAUDE.md` | Project context - arch & patterns | Significant changes |
| `.loki/queue/*.json` | Task states | Every task change |

### Decision Tree: What To Do Next?

```
START
  |
…

Ver todo o marketplace