startup

Orchestrate Contextium session startup by running the startup pipeline and validating prerequisites.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/shakefu/contextium --skill startup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: startup
Source: https://github.com/shakefu/contextium/tree/main/.claude/skills/startup
Command: npx skills add https://github.com/shakefu/contextium --skill startup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the Contextium session startup by orchestrating the startup pipeline to initialize this session.

Core Features & Use Cases

  • Orchestrates startup: Runs the startup pipeline to initialize the session by coordinating three agents: Initializer, Task Determiner, and Context Fetcher.
  • Environment Readiness: Verifies prerequisites and creates necessary state files to ensure a clean startup.
  • Context Loading & Logging: Loads minimal relevant context and provides logs for troubleshooting after startup.

Quick Start

Run the startup orchestrator to initialize this session: ./agents/run-startup.sh

Frequently Asked Questions about startup

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

FAQPage Schema
How do I automate Contextium session initialization and orchestrate agent startup?

Automating Contextium session startup runs the orchestration pipeline to coordinate the Initializer, Task Determiner, and Context Fetcher agents. It verifies prerequisites, creates state files, and loads minimal relevant context before user interaction.

What is the best way to launch all Contextium agents in one go?

The best way to launch all Contextium agents in one go is executing the run-startup.sh script. This orchestrates the startup pipeline, coordinating three agents to initialize the session, verify environment readiness, and load minimal context.

Do I need any dependencies to run the Contextium startup pipeline?

No external dependencies are required to run the Contextium startup pipeline. The orchestrator validates internal prerequisites, creates necessary state files, and ensures environment readiness autonomously without prior package installations.

Where can I find logs for troubleshooting Contextium agent initialization?

You can find logs for troubleshooting Contextium agent initialization in /tmp/contextium-startup.log and per-agent log files. The startup pipeline outputs these logs automatically after executing the startup script to help diagnose session issues.

Why does my Contextium session startup fail or not load context properly?

Contextium session startup may fail if prerequisites are not met or state files are missing. The orchestrator validates environment readiness before executing the pipeline; checking the startup logs in /tmp/contextium-startup.log helps identify initialization errors.