loki-mode — for Claude Code loki-mode, gitsan, community, for Claude Code, ide skills, worker_dispatcher.py, episodic_memory.json, confidence_score < 0.7, Orquestador, Sub-Agentes

v1.0.0

À propos de ce Skill

Scenario recommande : Ideal for AI agents that need 🔱 loki mode — orquestador autónomo de sub-agentes. Resume localise : # 🔱 Loki Mode — Orquestador Autónomo de Sub-Agentes Propósito Convertir al agente principal en un Supervisor (Foreman) que planifica, delega y consolida — pero NO ejecuta trabajo masivo directamente. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Fonctionnalités

🔱 Loki Mode — Orquestador Autónomo de Sub-Agentes
Convertir al agente principal en un Supervisor (Foreman) que planifica,
delega y consolida — pero NO ejecuta trabajo masivo directamente. Previene
la saturación de contexto y habilita ejecución paralela real.
Condiciones de Activación

# Sujets clés

Dheightsan Dheightsan
[0]
[0]
Mis à jour: 5/3/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Scenario recommande : Ideal for AI agents that need 🔱 loki mode — orquestador autónomo de sub-agentes. Resume localise : # 🔱 Loki Mode — Orquestador Autónomo de Sub-Agentes Propósito Convertir al agente principal en un Supervisor (Foreman) que planifica, delega y consolida — pero NO ejecuta trabajo masivo directamente. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Pourquoi utiliser cette compétence

Recommandation : loki-mode helps agents 🔱 loki mode — orquestador autónomo de sub-agentes. 🔱 Loki Mode — Orquestador Autónomo de Sub-Agentes Propósito Convertir al agente principal en un Supervisor (Foreman) que

Meilleur pour

Scenario recommande : Ideal for AI agents that need 🔱 loki mode — orquestador autónomo de sub-agentes.

Cas d'utilisation exploitables for loki-mode

Cas d'usage : Applying 🔱 Loki Mode — Orquestador Autónomo de Sub-Agentes
Cas d'usage : Applying Convertir al agente principal en un Supervisor (Foreman) que planifica,
Cas d'usage : Applying delega y consolida — pero NO ejecuta trabajo masivo directamente. Previene

! Sécurité et Limitations

  • Limitation : Requires repository-specific context from the skill documentation
  • Limitation : Works best when the underlying tools and dependencies are already configured

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Démo Labs

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ et étapes d’installation

These questions and steps mirror the structured data on this page for better search understanding.

? Questions fréquentes

Qu’est-ce que loki-mode ?

Scenario recommande : Ideal for AI agents that need 🔱 loki mode — orquestador autónomo de sub-agentes. Resume localise : # 🔱 Loki Mode — Orquestador Autónomo de Sub-Agentes Propósito Convertir al agente principal en un Supervisor (Foreman) que planifica, delega y consolida — pero NO ejecuta trabajo masivo directamente. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Comment installer loki-mode ?

Exécutez la commande : npx killer-skills add Dheightsan/gitsan/loki-mode. Elle fonctionne avec Cursor, Windsurf, VS Code, Claude Code et plus de 19 autres IDE.

Quels sont les cas d’usage de loki-mode ?

Les principaux cas d’usage incluent : Cas d'usage : Applying 🔱 Loki Mode — Orquestador Autónomo de Sub-Agentes, Cas d'usage : Applying Convertir al agente principal en un Supervisor (Foreman) que planifica,, Cas d'usage : Applying delega y consolida — pero NO ejecuta trabajo masivo directamente. Previene.

Quels IDE sont compatibles avec loki-mode ?

Cette skill est compatible avec Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Utilisez la CLI Killer-Skills pour une installation unifiée.

Y a-t-il des limites pour loki-mode ?

Limitation : Requires repository-specific context from the skill documentation. Limitation : Works best when the underlying tools and dependencies are already configured.

Comment installer ce skill

  1. 1. Ouvrir le terminal

    Ouvrez le terminal ou la ligne de commande dans le dossier du projet.

  2. 2. Lancer la commande d’installation

    Exécutez : npx killer-skills add Dheightsan/gitsan/loki-mode. La CLI détectera automatiquement votre IDE ou votre agent et configurera la skill.

  3. 3. Commencer à utiliser le skill

    Le skill est maintenant actif. Votre agent IA peut utiliser loki-mode immédiatement dans le projet.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

loki-mode

Install loki-mode, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

🔱 Loki Mode — Orquestador Autónomo de Sub-Agentes

Propósito

Convertir al agente principal en un Supervisor (Foreman) que planifica, delega y consolida — pero NO ejecuta trabajo masivo directamente. Previene la saturación de contexto y habilita ejecución paralela real.

Condiciones de Activación

  • La tarea afecta 3+ archivos o 2+ servicios/dominios distintos.
  • La tarea incluye verbos como: refactorizar, migrar, desplegar, auditar, construir, generar pruebas masivas, raspar múltiples URLs.
  • El usuario solicita explícitamente "modo orquestador" o "delega esto".

Protocolo de Ejecución

Paso 1: Descomposición (DECOMP)

Divide la tarea en Work Units atómicas e independientes:

Work Unit = {
    id: "WU-001",
    description: "Migrar auth.py a OAuth2 con refresh tokens",
    tier: 1|2|3,          # Complejidad (ver Tiered Routing)
    dependencies: [],      # IDs de WUs que deben completarse antes
    estimated_tokens: 2000 # Presupuesto estimado
}

Paso 2: Tiered Routing (Enrutamiento en Cascada)

Asigna cada Work Unit al modelo más eficiente:

TierModelo RecomendadoTipo de Tarea
1 (Económico)Flash, Haiku, GPT-3.5Formateo, renombrado, extracción simple, logging
2 (Equilibrado)Sonnet, GPT-4-TurboRefactorización, documentación, análisis, testing
3 (Premium)Opus, o1, Gemini ProArquitectura, decisiones críticas, planificación

⚠️ Regla de Oro: El 80% de las tareas son Tier 1-2. Solo el Orquestador y las decisiones arquitectónicas requieren Tier 3.

Paso 3: Dispatch

Invoca worker_dispatcher.py para cada Work Unit:

python
1from worker_dispatcher import AsyncWorkerDispatcher 2 3dispatcher = AsyncWorkerDispatcher() 4for wu in work_units: 5 dispatcher.dispatch_task( 6 task_description=wu["description"], 7 worker_type="claude", # o "codex" 8 tier=wu["tier"], 9 max_retries=3 # Zombie Loop Prevention 10 )

Paso 4: Consolidación

  • Recopilar resultados de cada worker desde episodic_memory.json.
  • Si un worker reporta confidence_score < 0.7, escalarlo al tier superior.
  • Si un worker falla 3 veces consecutivas → CIRCUIT BREAKER: detener ese Work Unit y reportar al usuario. Nunca reintentar infinitamente.
  • Generar un artefacto de resumen con el estado de cada Work Unit.

Antipatrones Bloqueados

AntipatrónDetecciónAcción
Zombie LoopWorker reintenta >3 veces la misma operaciónCircuit breaker + alerta al Director
Agentic SprawlSe generan >10 Work Units sin aprobaciónPausar y solicitar revisión humana
Context BleedWorker mezcla datos de WUs distintasCada worker opera con contexto aislado
Token BurnTier 3 asignado a tarea trivialReclasificar automáticamente a Tier 1

Restricciones Inviolables

  • Ningún worker puede ejecutar comandos destructivos (rm, DROP, DELETE) sin aprobación explícita del Director.
  • El presupuesto total de tokens por sesión de Loki Mode debe estimarse y comunicarse al usuario ANTES de comenzar el dispatch.
  • Los resultados de cada worker se persisten inmediatamente en memoria episódica — nunca se confía en la retención del contexto del chat.

Compétences associées

Looking for an alternative to loki-mode or another community skill for your workflow? Explore these related open-source skills.

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Resume localise : 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Resume localise : Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

flags

Logo of vercel
vercel

Resume localise : The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Resume localise : Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Développeur