theitush
Community@theitush
theitush provides a repository task-queue dispatcher that runs one subagent per queued task with parallel execution and a pinned status panel.
Agent Skills by theitush
Showing 1 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About theitush
FAQPage SchemaWhat tasks can I perform with theitush's orchestrate skill?▼
You can work a repository's yajna queue as a dispatcher: spawn one subagent per task, run several subagents simultaneously when their paths are disjoint, and maintain a pinned Running / Planned / Done status panel. It is invoked with the /orchestrate command.
Who is the orchestrate skill designed for?▼
It targets developers and repository maintainers who manage queued tasks in a repo and want coordinated, parallel subagent execution with clear visibility into running, planned, and completed work.
How do I run the orchestrate skill in practice?▼
Invoke it with the /orchestrate command inside the repository. The skill reads the repo's yajna queue, dispatches one subagent per task, parallelizes tasks with disjoint paths, and keeps a pinned Running / Planned / Done panel updated.
What prerequisites does the orchestrate skill require?▼
The manifest specifies only a repository containing a yajna task queue. No additional dependencies, installations, or external services are listed in the skill's frontmatter.