startup
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
Contextium Session Startup
Run the full startup agent pipeline to initialize this session.
Execution
Run the startup orchestrator:
./agents/run-startup.sh
This executes three agents in sequence:
- Initializer - Verify environment, create state files
- Task Determiner - Analyze state, determine current task
- 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
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Shell exec
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Execution
Run the startup orchestrator: This executes three agents in sequence: Initializer - Verify environment, create state files
After Startup
Review the output and: Note the current task (if any) Check for any missing tools
# 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 Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Execution → After Startup
terms -> Initializer · Task Determiner · Context Fetcher · Run the full startup agent pipeline to initialize this session. · This executes three agents in sequence: 1.
files/cmd -> /tmp/contextium-startup.log · /tmp/contextium/.log · ./agents/run-startup.sh · tmp/contextium-startup.log · tmp/contextium
body sha256 -> dfc7ce7148a9
Decide Fit First
Design Intent
How To Use It
Boundaries And Review