Free & Open Source

AI agents, scaffolded in seconds.

Loomcraft scaffolds production-ready AI agents, skills, and presets into any project. No lock-in, just pure code.

Terminal
$

Scaffold in seconds

Three commands. Full AI development environment.

Scaffold in Seconds

One command to scaffold agents, skills, and an orchestrator into your project.

$ loomcraft init fullstack --claude

Framework Agnostic

Plain Markdown and YAML files. Supports Claude Code, Cursor, or any custom target.

$ loomcraft add agent frontend --target cursor

Share and Discover

Browse and install community agents, skills, and presets from the marketplace.

$ loomcraft marketplace install react-specialist

Everything you need

A modular library to supercharge your AI-assisted workflow.

Agent Management

Specialized AI agents with defined roles, tools, and orchestration rules — ready to drop into your project.

Skills System

Domain-specific conventions and patterns that guide agents to write code matching your stack and style.

Presets

Pre-configured bundles of agents and skills. Pick a preset and scaffold an entire team in one command.

Powerful CLI

Init, add, list, marketplace — manage your entire agent library from the terminal with simple commands.

No Lock-in

Loom generates plain files. No runtime dependency, no vendor lock-in. Eject anytime.

Marketplace

Discover and share community-contributed agents, skills, and presets. One command to install.

Your Code, Your Stack

Loomcraft doesn't add runtime dependencies. It generates plain Markdown and YAML files directly in your project. Inspect them, edit them, or delete them — it's all just files.

npm install -g @loomcraft/cli
Project structure
your-project/
├── .claude/
├── agents/
├── frontend.md
├── backend.md
└── review-qa.md
├── skills/
├── nextjs-conventions.md
└── tailwind-patterns.md
└── orchestrator.md
├── CLAUDE.md
├── src/
└── package.json

Ready to scaffold?

Get started with a single command.

npx @loomcraft/cli init

Frequently Asked Questions

Everything you need to know about Loomcraft.

Yes. Loomcraft is open-source under MIT. The CLI, the library, and the backoffice are all free to use, fork, and extend. No hidden limits, no paywalls.

LangChain Hub focuses on prompts and chains for LangChain. Loomcraft scaffolds full agent configurations — including system prompts, tool access, skill files, and orchestration rules — directly into your project. It's framework-agnostic and works with Claude Code, Cursor, and more.

Absolutely. Create agents and skills in the backoffice, then publish them to the Loomcraft Marketplace with one click. Other developers can install them with `loomcraft marketplace install`.

Loomcraft generates plain Markdown and YAML files — it works with any language or framework. The agents and skills are instructions for AI assistants, not runtime code. Your stack, your rules.