LingForCC/LocalCortex---Plugins
Skill Claude CodeCodex
Populate a named LocalCortex Effort — the macOS task manager app — with tasks materialized from a named task Template's free-text prompt. Resolve both by name, read the prompt, interpret it, and create the described tasks (roots and subtasks) in the effort; then apply assignments and Blocked / blocker relationships on…
LingForCC/LocalCortex---Plugins
Skill Claude CodeCodex
Look up a single LocalCortex Effort by name — the macOS task manager app — and return its id, workspace folder name, and on-disk workspace path. Drives LocalCortex through its JXA/AppleScript automation surface (osascript), not MCP. Use whenever the user references an Effort by name (not a task) and wants to find it…
LingForCC/LocalCortex---Plugins
Skill Claude CodeCodex
Run a LocalCortex multi-agent orchestrator in goal mode — the macOS task manager app — that loops in the current session (no scheduled automation) and dispatches each app-defined agent's open work until the effort is done. Like lc-orchestrate-agents, it reads the roster, model, and thinking effort FROM THE APP (list…
LingForCC/LocalCortex---Plugins
Skill Claude CodeCodex
Set up a recurring LocalCortex multi-agent orchestrator — the macOS task manager app — that polls a named Effort every 5 minutes and spawns each app-defined agent's CLI (opencode, kimi, codex, or claude code) headless to do that agent's open work. The roster, model, and thinking effort are READ FROM THE APP (list…
LingForCC/LocalCortex---Plugins
Skill Claude CodeCodex
Create or revise a Claude Code skill that drives the LocalCortex macOS task manager app through its JXA/AppleScript automation surface (osascript). The authoritative guide to the full twelve-command LocalCortex scripting surface — list efforts/templates/tasks/agents, get task, workspace path, create/update/ complete…
LingForCC/LocalCortex---Plugins
Skill Claude CodeCodex
Do one task's worth of work on a named LocalCortex Effort — the macOS task manager app — on demand, for a given task id. Verifies the task exists in the effort, claims it, does the work, writes artifacts into the effort's workspace folder, and completes it — one task, then stops. It does NOT look tasks up by agent and…