multica-runtimes-and-repos

Inspect Multica runtime states and diagnose repo checkout flows.

44.9k|5.7k|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/multica-ai/multica --skill multica-runtimes-and-repos-multica-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multica-runtimes-and-repos
Source: https://github.com/multica-ai/multica/tree/main/server/internal/service/builtin_skills/multica-runtimes-and-repos
Command: npx skills add https://github.com/multica-ai/multica --skill multica-runtimes-and-repos-multica-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Inspect and debug Multica runtimes and repos to diagnose agent runtime online/offline state, daemon heartbeats, and repository checkout flows.

Core Features & Use Cases

  • Inspect runtime state via commands like runtime list, runtime usage, and runtime activity.
  • Diagnose and resolve repo checkout issues, daemon heartbeat failures, and workdir/session reuse problems.
  • Use safe diagnostic commands to set up or verify runtime contexts before making changes.

Quick Start

Run multica runtime list to verify status and use multica repo checkout to validate repository checkout within a daemon task.

Frequently Asked Questions about multica-runtimes-and-repos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose agent runtime online or offline state in Multica?

To diagnose agent runtime online/offline state, run multica runtime list to verify current status, then use runtime usage and runtime activity commands to inspect ongoing activity and heartbeats.

What is the best way to fix repo checkout failures during a daemon task?

The best way to resolve repo checkout failures is to use the multica repo checkout command to validate repository checkout flows within the daemon task and verify local workdir session reuse.

How does daemon heartbeat monitoring work for Multica runtimes?

Daemon heartbeat monitoring works by inspecting runtime activity to track agent runtime online and offline state, allowing you to verify if the daemon is actively maintaining its connection.

Can I safely verify runtime contexts before making changes to a repository?

Yes, you can safely verify runtime contexts before making changes by running diagnostic commands like runtime list and runtime usage to set up and validate state prior to repo checkout.

Why is my local workdir or session reuse failing during repository checkout?

Local workdir or session reuse failures during repository checkout often occur due to daemon heartbeat issues or invalid runtime contexts, which you can diagnose using runtime activity commands.