Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>librariiNew to Visual Studio Code? Get it now.
librarii

librarii

binarii

|
11 installs
| (0) | Free
Marketplace to manage librarii skills — install, update, and personalize agent skills
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

librarii

Manage AI agent skills and map your business processes — all from a single VS Code sidebar.

librarii sidebar

What is librarii?

librarii is a marketplace for AI agent skills and agents. It lets you install, customize, and compose skills that your AI assistants (Claude Code, Gemini CLI, Cursor…) read directly from your workspace. It also ships with a visual process editor so you can map business workflows alongside the skills that support them.

Features

  • AI catalog — browse a curated registry of skills and agents. Install with one click.
  • Customize without forking — override specific sections of a SKILL.md (replace, append, prepend) without modifying the source.
  • Create your own skills — author local custom skills directly from the sidebar.
  • Agents — install bundled agents that come with their dependent skills.
  • Process editor — visual builder for .process.json maps: swimlanes, sub-processes, step-level skills and deliverables, zoom/pan, snap-to-grid.
  • Deliverables — manage project artifacts (title, description, link) and attach them to process steps.
  • Auto-install from settings — pre-install skills and agents at workspace open via settings.json.
  • Multi-agent compatibility — writes to .librarii/ and creates the symlinks Claude Code and Gemini CLI expect.

Getting started

  1. Install the extension
  2. Open a workspace folder
  3. Click the librarii icon in the activity bar
  4. Browse the catalog, install a skill, start mapping a process

The librarii registry is a public GitHub repo — no login required. If you're already signed in to GitHub in VS Code, the extension silently reuses that session to lift the API rate limit; it never prompts.

Auto-install skills and agents

Pre-configure skills/agents for a project in .vscode/settings.json (or your user settings):

{
  "librarii.autoInstall.skills": ["code-reviewer", "test-writer"],
  "librarii.autoInstall.agents": ["refactorer"]
}

On workspace open the extension installs anything missing. If you later uninstall an item, it won't be re-installed — your choice is remembered.

Where things are stored

What Path
Installed skills .librarii/skills/{name}/SKILL.md
Installed agents .librarii/agents/{name}/AGENT.md
Customizations .librarii/overrides/{name}/override.json
Manifests .librarii/installed.json, installed-agents.json
Processes processes/{name}.process.json
Deliverables deliverables/{slug}-{id}.deliverable.json

Agent integration is automatic via symlinks: .claude/skills/…, .claude/agents/…, .gemini/skills/…, .gemini/agents/….

Commands

  • librarii: New process map
  • librarii: Open process map
  • librarii: New custom skill
  • librarii: View agent detail

Requirements

  • VS Code 1.85+
  • A workspace folder open (most features need one)

License

Proprietary — see LICENSE.txt. Use of the extension is free; redistribution and modification are not permitted.

Links

  • Catalog: github.com/binarii-io/librarii
  • Issues: github.com/binarii-io/binarii-marketplace/issues
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft