cosmixcosmixCommunityยท5 Agent Skills Included

loom

Parallel coding orchestration with verified completion and shared memory

Executes multi-stage coding plans in parallel across isolated git worktrees with automatic crash recovery and context handoffs. Verifies every stage against real acceptance checks instead of trusting self-reported completion, blocking false finishes and silent failures. Captures what each session learns into a tiered knowledge base so later runs stop rediscovering the same architecture and mistakes.
npx skills add cosmix/loom --all -g -y
Available:

Tells the agent how loom's Rust codebase is structured, how to build and test it, and enforces mandatory rules like knowledge-first retrieval and never writing plans outside doc/plans.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’