# Startup

> Run full Contextium session startup sequence with all agents

- Skill: `majiayu000/startup` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/startup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/startup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/startup

---


# Contextium Session Startup

Run the full startup agent pipeline to initialize this session.

## Execution

Run the startup orchestrator:

```bash
./agents/run-startup.sh
```

This executes three agents in sequence:
1. **Initializer** - Verify environment, create state files
2. **Task Determiner** - Analyze state, determine current task
3. **Context Fetcher** - Load minimal relevant context

## After Startup

Review the output and:
- Note the current task (if any)
- Check for any missing tools
- Review loaded context

Logs are available at:
- `/tmp/contextium-startup.log` - Full startup output
- `/tmp/contextium/*.log` - Individual agent logs

