Skip to content

Alpha-Coders/agent-loom

AgentLoom Logo

AgentLoom

One place to manage all your AI agent skills

Release License Build

FeaturesInstallationSupported ToolsDevelopmentArchitecture


What is AgentLoom?

AgentLoom is a desktop app that lets you manage AI agent skills from a single location. It works with any tool that supports the agentskills.io open format. Instead of manually copying skills to each tool's directory, it maintains a central repository and syncs them via symlinks.

AgentLoom Screenshot

~/.claude/skills/my-skill           →  ~/.agentloom/skills/my-skill
~/.cursor/skills-cursor/my-skill    →  ~/.agentloom/skills/my-skill
~/.codex/skills/my-skill            →  ~/.agentloom/skills/my-skill

Features

  • Unified Management — Create, edit, and organize all your skills in one place
  • Multi-Target Sync — One click to sync skills across all your AI tools
  • Built-in Editor — Full-featured markdown editor with syntax highlighting (CodeMirror 6)
  • Validation — Validates skills against the agentskills.io specification with auto-fix
  • Import — Import existing skills from any target, folder, or via drag-and-drop
  • Theme Support — System, light, and dark themes with native macOS integration
  • Cross-Platform — Works on macOS, Windows, and Linux

Supported Tools

AgentLoom works with any tool that supports the agentskills.io specification:

Tool Vendor Skills Directory
Claude Code Anthropic ~/.claude/skills/
Codex OpenAI ~/.codex/skills/
Gemini CLI Google ~/.gemini/skills/
Cursor Anysphere ~/.cursor/skills-cursor/
Amp Sourcegraph ~/.amp/skills/
Goose Block ~/.goose/skills/
Roo Code Roo ~/.roo-code/skills/
OpenCode Anthropic ~/.opencode/skills/
Vibe Vibe ~/.vibe/skills/
Firebender Firebender ~/.firebender/skills/
Mux Mux ~/.mux/skills/
Autohand Autohand ~/.autohand/skills/

You can also add custom folder targets for tools not listed above.

Installation

Download

Get the latest release for your platform:

Platform Download
macOS (Apple Silicon) Download
macOS (Intel) Download
Windows Download
Linux Download

macOS

  1. Unzip and drag AgentLoom.app to Applications
  2. On first run, right-click → Open (to bypass Gatekeeper)

Windows

Run the installer and follow the prompts.

Linux

chmod +x AgentLoom-*.AppImage
./AgentLoom-*.AppImage

Development

Prerequisites

Quick Start

# Install Tauri CLI
cargo install tauri-cli --version "^2"

# Install dependencies
npm install

# Run development server
npm run tauri dev

Build

npm run tauri build

Project Structure

See Architecture Documentation for detailed technical information.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Tech Stack

Component Technology
Backend Rust
Framework Tauri v2
Frontend Svelte 5 + TypeScript + Vite
Editor CodeMirror 6
Icons Lucide

Credits

Built with Tauri, Svelte, and Lucide icons.

License

MIT

About

Agent skills management and synchronization app

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •