AgentThreader is a portable skill and companion CLI for manifest-driven agentic CLI orchestration with structured contracts, resumable state, orchestrator-owned verification, and bounded self-healing.
This main branch is the stable static release branch. Source development now happens on dev.
Remote bootstrap installers are served from GitHub Pages:
bash <(curl -fsSL https://agentthreader.com/install.sh) --allpowershell -ExecutionPolicy Bypass -Command "& ([ScriptBlock]::Create((Invoke-RestMethod 'https://agentthreader.com/install.ps1'))) -All"Use npx when you want one-off CLI usage without global install:
npx --yes agent-threader@latest validate-manifest ./manifest.json --jsonnode install.js --allStatic main installs prebuilt release artifacts from compiled/. Use the dev branch to rebuild generated skill artifacts or change source code.
| Flag | Target |
|---|---|
--claude |
Claude Code skills |
--cursor |
Cursor rules and skills |
--windsurf |
Windsurf rules and skills |
--opencode |
OpenCode agent |
--codex |
Codex skill |
--all |
All targets |
If no target flags are provided, the installer auto-detects installed tools.
main: stable static release branch withcompiled/, installers, package metadata, public docs, and the static website.dev: canonical source branch withsrc/,skill/,platforms/,boilerplate/, tests, and build configuration.
To modify the CLI, library, skill compiler, prompts, tests, or website source, branch from dev.
compiled/claude/agent-threader/SKILL.mdcompiled/codex/agent-threader/SKILL.mdcompiled/cursor/rules/agent-threader.mdccompiled/cursor/skills/agent-threader/SKILL.mdcompiled/opencode/agent-threader.mdcompiled/output/agent-threader/SKILL.mdcompiled/windsurf/rules/agent-threader.mdcompiled/windsurf/skills/agent-threader/SKILL.mdsite/install.jsinstall.shinstall.ps1
Npm deployment automation is disabled for now. Re-enable it only through a separate explicit release plan.
The static website is deployed from the tracked site/ directory on main.
Public install wrappers are also copied into:
site/install.shsite/install.ps1
MIT. See LICENSE.