KS
Killer-Skills

loom-workspace — how to use loom-workspace how to use loom-workspace, loom-workspace alternative, loom-workspace setup guide, what is loom-workspace, loom-workspace vs git, loom-workspace install, loom-workspace worktree management, terminal interface management, TUI management tool

v1
GitHub

About this Skill

Perfect for Developer Agents needing efficient worktree and branch management in TUI environments. loom-workspace is a management tool for terminal interfaces, providing worktree basics and branch naming recommendations for efficient development workflows.

Features

Manages worktrees using `compound_workspace` commands
Adds worktrees with `compound_workspace(argv=["repo", "worktree", "add", "<branch>"])`
Lists worktrees with `compound_workspace(argv=["repo", "worktree", "ls"])`
Removes worktrees with `compound_workspace(argv=["repo", "worktree", "rm", "<branch>"])`
Provides repo status with `compound_workspace(argv=["repo", "status"])`

# Core Topics

z3z1ma z3z1ma
[0]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
30
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add z3z1ma/vibe-pipe/loom-workspace

Agent Capability Analysis

The loom-workspace MCP Server by z3z1ma is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use loom-workspace, loom-workspace alternative, loom-workspace setup guide.

Ideal Agent Persona

Perfect for Developer Agents needing efficient worktree and branch management in TUI environments.

Core Value

Empowers agents to manage multiple terminal interfaces, worktrees, and branches using commands like 'worktree add' and 'worktree ls', streamlining development workflows with repo status checks and custom branch naming conventions like 'ticket-<ticket-id>-<short-slug>'.

Capabilities Granted for loom-workspace MCP Server

Automating worktree creation for new branches
Listing and managing existing worktrees
Removing unused worktrees to maintain a clean repository

! Prerequisites & Limits

  • Requires command-line interface access
  • Limited to Git repository management
Project
SKILL.md
916 B
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly
<!-- BEGIN:compound:skill-managed -->

Worktree basics (repo model)

Ensure a worktree exists for a branch:

  • compound_workspace(argv=["repo", "worktree", "add", "<branch>"])

List worktrees:

  • compound_workspace(argv=["repo", "worktree", "ls"])

Remove a worktree:

  • compound_workspace(argv=["repo", "worktree", "rm", "<branch>"])

Repo status:

  • compound_workspace(argv=["repo", "status"])

Branch naming

Recommended:

  • ticket-<ticket-id>-<short-slug>

Example:

  • ticket-42-streaming-chunking

Practical note

OpenCode runs inside one working directory. Typically, this is the main branch worktree. loom workspace creates the worktree path (usually under .loom-repo/worktrees/<branch>). Do the code changes in that worktree.

<!-- END:compound:skill-managed -->

Manual notes

This section is preserved when the skill is updated. Put human notes, caveats, and exceptions here.

Related Skills

Looking for an alternative to loom-workspace or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication