A copy-and-run workspace for installing a project-scoped, multi-client (Codex, Copilot, and Claude) agent workflow stack with AllAgents.
It includes:
workmuxfor worktree/tmux workflow skillsagent-tuiskills for controlling interactive terminal sessionsbeadsskills and Codex hookscompound-engineeringskills without requiring the global Codex plugin installunderstand-anythingcodebase/knowledge-graph onboarding skills
Scaffold a fresh copy anywhere:
allagents workspace init ./allagents-plugin-stack-demo \
--from EntityProcess/allagents/examples/workspaces/allagents-plugin-stack
cd ./allagents-plugin-stack-demoOr run it in-place from this repository checkout:
cd examples/workspaces/allagents-plugin-stack
allagents updateAfter sync, inspect the Codex output:
find .codex/skills -maxdepth 2 -name SKILL.md
cat .codex/hooks.jsonCopilot and Claude equivalents are also generated according to the clients
list, such as .copilot/ and .claude/ project-scoped files.
AllAgents syncs project-local skills, hooks, and client config for each configured client. It does not write Codex's global plugin registry, so the Compound Engineering command below is not needed for this project-scoped setup:
bunx @every-env/compound-plugin install compound-engineering --to codexRuntime binaries are still separate from plugin artifact sync. Install
agent-tui before using the agent-tui skills, and install bd before relying
on Beads commands or hooks.