orchestrator

Use when managing agent state transitions (START/INIT/IMPLEMENT/TEST/COMPLETE), triggering context compression at 80% capacity, or handling session lifecycle. Load at session start, on state change, or when context exceeds threshold. Core skill for single-orchestrator architecture.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "orchestrator" with this command: npx skills add ingpoc/skills/ingpoc-skills-orchestrator

Orchestrator

State machine management for single-orchestrator architecture.

Instructions

  1. Check current state: scripts/check-state.sh
  2. Validate transition allowed: scripts/validate-transition.sh FROM TO
  3. Load skill for current state
  4. Execute until exit conditions (code verified, not judged)
  5. Compress when scripts/check-context.sh returns threshold exceeded

State → Skill Mapping

StateLoad Skill
INITinitialization/
IMPLEMENTimplementation/
TESTtesting/
COMPLETEcontext-graph/

References

FileLoad When
references/state-machine.mdDesigning state transitions
references/compression.mdContext exceeds 50% (progressive checkpoints)
references/session-management.mdSession start/recovery
references/session-resumption.mdResuming with fresh context + summary

Scripts

ScriptPurposeOutput
scripts/check-state.shGet current stateJSON state
scripts/validate-transition.shCheck if transition validexit 0/1
scripts/check-context.shCheck context usagethreshold level
scripts/enter-state.shTransition to new stateUpdated state.json

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

two-agent-harness

No summary provided by upstream source.

Repository SourceNeeds Review
General

browser-testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

postgresql-skill

No summary provided by upstream source.

Repository SourceNeeds Review
General

tufte-slide-design

No summary provided by upstream source.

Repository SourceNeeds Review