Claude-skill-registry liku-orchestrator
Path-grounded multi-agent orchestration using the Liku directory hierarchy (skills.xml inheritance, todo.md + LikuErrors.md audit trail, SQLite memory). Use when you need to initialize Liku, generate an agent bundle for a specific Liku/* residence path, or expose Liku as an MCP server for Gemini-CLI, Claude Code, Copilot-CLI, or ChatGPT Codex.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/liku-orchestrator" ~/.claude/skills/majiayu000-claude-skill-registry-liku-orchestrator && rm -rf "$T"
manifest:
skills/data/liku-orchestrator/SKILL.mdtags
source content
Liku Orchestrator
What to do
- Treat
as the canonical source of truth for agent identity, scope, and state.Liku/ - Load skills by inheriting
from the agent residence directory up toskills.xml
.Liku/ - Mirror progress to
; mirror failures totodo.md
.LikuErrors.md
Quick start (repo-local)
- Initialize: run
liku init - Start MCP server (stdio): run
liku-mcp - Generate a bundle for a residence path:
- Call MCP tool
withliku.invoke
likeagentResidence
and a JSONLiku/specialist/ts
.task
- Call MCP tool
Notes
- If an action would require root-only privilege, return an escalation request as structured output; do not assume interactive consent unless the client supports it.