cosmix/loom

A Rust-based agent orchestrator enabling a swarm of Claude Code instances building software.

54Stars on the repository
60Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

pressure

01

cosmix/loom

Skill Claude CodeCodex

Pressure-test a loom plan and write a review for the plan's author. Trigger when the user invokes $pressure followed by a plan path. The argument after $pressure is the plan file path.

54 3d ago A 41 tokens original MIT

loom-accessibility

02

cosmix/loom

Skill Claude CodeCodex

Web accessibility patterns, WCAG compliance, and inclusive design. Use when implementing accessible UI, keyboard navigation, screen reader support, focus management, semantic HTML, ARIA patterns, or auditing for compliance.

54 3d ago A 44 tokens original MIT

loom-api-design

03

cosmix/loom

Skill Claude CodeCodex

Designs RESTful APIs, GraphQL schemas, and RPC interfaces for consistency, usability, and scalability. Use when defining endpoints, resource models, HTTP semantics, pagination, versioning, or RPC service contracts.

54 3d ago A 46 tokens original MIT

cosmix/loom

Skill Claude CodeCodex

Document REST APIs with OpenAPI/Swagger specifications, endpoint references, authentication flows, error handling, and SDK guides. Use for API reference docs, Swagger specs, interactive explorers, and client library documentation.

54 3d ago A 45 tokens original MIT

loom-argocd

05

cosmix/loom

Skill Claude CodeCodex

GitOps continuous delivery with Argo CD for Kubernetes. Use when implementing declarative GitOps workflows, application sync/rollback, multi-cluster deployments, progressive delivery, or CD automation.

54 3d ago C 43 tokens original MIT

loom-auth

06

cosmix/loom

Skill Claude CodeCodex

Authentication and authorization patterns including OAuth2, JWT, RBAC/ABAC, session management, API keys, password hashing, and MFA. Use for login flows, access control, identity management, tokens, permissions, and API key authentication. Do not use for vulnerability scanning (use loom-security-scan), audits…

54 3d ago A 79 tokens original MIT

cosmix/loom

Skill Claude CodeCodex

Background job processing patterns including job queues, scheduled jobs, worker pools, retry strategies, and delivery guarantees. Use when implementing async processing, ETL pipelines, ML training jobs, cron schedules, or dead letter queues.

54 3d ago A 48 tokens original MIT

loom-before-after

08

cosmix/loom

Skill Claude CodeCodex

Generates before/after verification pairs for loom plans. Proves a stage actually changed system behavior by capturing state before and after implementation. Use for delta-proof verification of new commands, endpoints, modules, or bug fixes.

54 3d ago B 48 tokens original MIT

loom-caching

09

cosmix/loom

Skill Claude CodeCodex

Caching strategies for performance optimization — cache-aside, write-through, write-behind, TTL policies, eviction, and stampede prevention. Use for Redis/Memcached, CDN caching, database query caching, ML model caching, and distributed cache design.

54 3d ago A 54 tokens original MIT

loom-ci-cd

10

cosmix/loom

Skill Claude CodeCodex

Designs and implements CI/CD pipelines for automated testing, building, deployment, and security scanning across GitHub Actions, GitLab CI, Jenkins, CircleCI, and cloud-native platforms. Covers pipeline optimization, test integration, artifact management, and release automation.

54 3d ago B 56 tokens original MIT

loom-code-migration

11

cosmix/loom

Skill Claude CodeCodex

Strategies and patterns for safe code migrations and upgrades. Use when upgrading frameworks, migrating between technologies, handling deprecations, planning incremental rollouts, or applying automated codemods.

54 3d ago A 41 tokens original MIT

loom-code-review

12

cosmix/loom

Skill Claude CodeCodex

Comprehensive code review covering correctness, maintainability, performance, security, and best practices. Use for PR reviews, pre-merge audits, architecture and design critique, and actionable reviewer feedback.

54 3d ago A 42 tokens original MIT

loom-concurrency

13

cosmix/loom

Skill Claude CodeCodex

Concurrency and parallelism patterns for multi-threaded and async code. Use when implementing async/await, parallel processing, thread safety, worker pools, channels, or debugging race conditions and deadlocks across Rust (tokio), Python (asyncio), TypeScript, and Go.

54 3d ago A 59 tokens original MIT

loom-crossplane

14

cosmix/loom

Skill Claude CodeCodex

Cloud-native infrastructure management with Crossplane via Kubernetes APIs. Use for building internal platform APIs, composite resources, XRDs, compositions, claims, provider configuration, and multi-cloud self-service provisioning.

54 3d ago D 43 tokens original MIT

cosmix/loom

Skill Claude CodeCodex

Data validation patterns covering schema validation, input sanitization, output encoding, and type coercion. Use for form/API validation with Zod/Pydantic/Joi/JSON Schema, XSS and injection prevention, constraint checks, data pipeline and ML feature validation.

54 3d ago A 56 tokens original MIT

cosmix/loom

Skill Claude CodeCodex

Build effective charts, dashboards, and reports across analytics, infrastructure monitoring, and ML domains. Use for library selection, visualization UX, accessibility, and domain-specific dashboard design.

54 3d ago A 40 tokens original MIT

cosmix/loom

Skill Claude CodeCodex

Database schema and data model design for relational, NoSQL, time-series, and warehouse systems. Use for ERDs, normalization/denormalization, indexing, migrations, star/snowflake schemas, event sourcing, and OLTP/OLAP performance tuning.

54 3d ago A 57 tokens original MIT

cosmix/loom

Skill Claude CodeCodex

Generate dead code detection configuration for loom plan verification across Rust, TypeScript, Python, Go, and JavaScript. Use when adding the deadcodecheck field or dead-code acceptance criteria to a plan, or catching incomplete wiring where code exists but is never called.

54 3d ago A 58 tokens original MIT

loom-debugging

19

cosmix/loom

Skill Claude CodeCodex

Systematic diagnosis and resolution of software bugs, test failures, data quality issues, and performance problems. Use for root-cause analysis, stack trace investigation, flaky/intermittent tests, regressions, crash triage, and "passes locally, fails in CI".

54 3d ago A 57 tokens original MIT

cosmix/loom

Skill Claude CodeCodex

Scan project dependencies for CVEs, outdated packages, and license compliance across npm, pip, cargo, go, maven, and other ecosystems. Use for vulnerability scanning, SBOM generation, supply chain analysis, and automated dependency updates.

54 3d ago B 53 tokens original MIT

loom-diagramming

21

cosmix/loom

Skill Claude CodeCodex

Create technical diagrams using Mermaid syntax for architecture, sequences, ERDs, flowcharts, and state machines. Use for visualizing system design, data flows, C4 models, and process diagrams in documentation.

54 3d ago A 46 tokens original MIT

loom-docker

22

cosmix/loom

Skill Claude CodeCodex

Docker and container expertise. Use for writing Dockerfiles, docker-compose files, multi-stage builds, layer optimization, image security hardening, networking, volumes, registries, and container debugging.

54 3d ago C 42 tokens original MIT

loom-documentation

23

cosmix/loom

Skill Claude CodeCodex

Creates and maintains technical documentation including API docs, READMEs, architecture docs, changelogs, ADRs, and inline code comments. Use for any documentation task from code-level docstrings to project-level guides.

54 3d ago A 47 tokens original MIT

loom-e2e-testing

24

cosmix/loom

Skill Claude CodeCodex

End-to-end testing for web applications with Playwright, Cypress, Selenium, and Puppeteer. Use for setting up E2E tests, debugging failures, improving reliability, and implementing browser automation with Page Object Model, selector strategies, network interception, visual regression, and flaky-test prevention.

54 3d ago A 63 tokens original MIT