loom
Parallel coding orchestration with verified completion and shared memory
All Skills in This Repository (5)
Pure Emerald Level Indicatorswiring-test
Generate YAML metadata verifying feature integration within Loom plans.
loom-plan-writer
Generate and validate Loom execution plans with mandatory stages and verification fields.
before-after
Capture and compare system states before and after implementation.
loom-usage
Manage Loom orchestration plans, monitor stages, and recover from failures.
dead-code-check
Detects unused code, imports, functions, and variables across five languages.
Frequently Asked Questions
FAQPage SchemaHow to install Loom?โผ
Run `npx skills add cosmix/loom --all -g -y` in your terminal to install all skills in this collection globally.
What problem does Loom solve?โผ
It stops autonomous coding runs from falsely claiming completion, losing work on crashes, and repeating past mistakes by enforcing acceptance checks, file-based state, and a persistent knowledge base.
How does Loom run tasks in parallel?โผ
It builds a dependency graph from your plan and executes independent stages concurrently, each in its own isolated git worktree with progressive auto-merge.
Does Loom work with Claude Code?โผ
Yes. Loom is built specifically to orchestrate Claude Code sessions, spawning them in terminal windows and monitoring their health and context usage.
What happens when a coding session crashes?โผ
All state lives in plain files, so the daemon detects dead or hung sessions, classifies the failure, and retries or escalates without losing completed work.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core