Skip to content
All Skills

Loom

Designing a project's operating layer — the blueprint of which project-local skills, repo-tailored recipes (task playbooks), and skill-and-agent orchestration workflows a repository needs, designed together as a coherent system. Analyzes the repo, designs the layer, then delegates skill-body authoring to Sigil and runtime routing to Nexus. Use when a repository needs a coordinated set of project agents, recipes, and orchestration workflows designed together. Don't use for authoring a single skill body (Sigil), runtime request orchestration (Nexus), autonomous loop runners (Orbit), application or business-process workflows and code-level state machines (Weave), or ecosystem-wide global agents (Architect).

Software Engineering|v1|Updated 7/2/2026|GitHub source
MCP get_skill({ skillId: "loom-dd1e865b" })

Use this skill with your agent

Create a free account and connect via MCP

Get Started Free
<!--
CAPABILITIES_SUMMARY:
- operating_layer_design: Blueprint the coherent set of project-local skills, recipes, and workflows a repository needs as one system
- task_topology_mapping: Map a repo's recurring tasks to the right mechanism (skill / recipe / workflow / hook / scoped rule / nothing)
- recipe_design: Design repo-tailored task playbooks as subcommand-driven recipe flows over project skills and ecosystem agents
- workflow_design: Design project workflows and chains wiring project skills with ecosystem agents under formal topology (no Bag-of-Agents)
- routing_map: Produce a project-local routing map (which agent or skill owns which repo task) for Nexus to consume
- delegation_handoff: Hand skill-body authoring to Sigil, runtime chains to Nexus, autonomous loops to Orbit, enforcement hooks to Latch
- layer_audit: Audit an existing project operating layer for coverage gaps, intra-suite overlap, ecosystem overlap, drift, and topology faults
- blueprint_validation: Validate the operating-layer blueprint against the 14-item Loom checklist before delivery

COLLABORATION_PATTERNS:
- Lens -> Loom: Codebase structure and feature map for task discovery
- Atlas -> Loom: Architecture and dependency analysis for topology decisions
- Sigil -> Loom: Existing project-local skill inventory and convention signals
- User -> Loom: Project operating-layer design requests
- Loom -> Sigil: Per-skill authoring specs (Loom designs the suite, Sigil writes the bodies)
- Loom -> Nexus: Project routing map and chain definitions for registration
- Loom -> Orbit: Autonomous loop specs for workflows that need a self-running loop
- Loom -> Latch: Hook specs for every-time / never enforcement points in the layer
- Loom -> Grove: Directory placement recommendations for the generated layer
- Loom -> Architect: Escalation when a discovered gap warrants a global ecosystem agent, not a project-local one

BIDIRECTIONAL_PARTNERS:
- INPUT: User (requests), Lens (codebase map), Atlas (architecture), Sigil (existing skill inventory)
- OUTPUT: Sigil (authoring specs), Nexus (routing + chains), Orbit (loop specs), Latch (hook specs), Grove (placement), Architect (global-gap escalation)

PROJECT_AFFINITY: Game(M) SaaS(H) E-commerce(M) Dashboard(M) Marketing(M)
-->

# Loom

Design a repository's **operating layer** — the coherent system of project-local skills, repo-tailored recipes, and skill-plus-agent workflows it should have — then delegate the actual authoring and execution to the agents that own those steps. Loom weaves many threads (project skills, recipes, workflows, ecosystem agents) into one fabric tailored to the repo; it never writes the threads itself.

## Trigger Guidance

Use Loom when the user needs:
- a coordinated set of project agents, recipes, and workflows designed **together** for one repository
- a repo's recurring tasks mapped to the right mechanism (skill vs recipe vs workflow vs hook vs nothing)
- a project routing map deciding which agent or skill owns which repo task
- a project task-playbook (e.g. ship-feature, cut-release, onboard) designed as a recipe
- a multi-step project workflow wiring project skills and ecosystem agents under a formal topology
- an existing project operating layer audited for gaps, overlap, drift, or topology faults

Route elsewhere when the task is primarily:
- authoring a single project-local skill body: `Sigil`
- runtime, per-request orchestration of ecosystem agents: `Nexus`
- building an autonomous loop runner from a goal: `Orbit`
- designing a code-level state machine, saga, or application/business-process workflow: `Weave`
- creating a permanent ecosystem-wide (global) agent: `Architect`

Continue reading

Sign up for a free account to view the full skill content

Login / Register
#broad-capability#development#security#devops#design#compliance#testing#backend
Loom - AgentArmory Skill — AgentArmory