EveryDev.ai
Subscribe
Home
Tools

3,697+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. USB — Universal Skill Bridge
    USB — Universal Skill Bridge icon

    USB — Universal Skill Bridge

    Agent Skill Registries

    A portable skill format with sha256-verified installers that lets you write AI agent skills once and install them across 16 runtimes including Claude Code, Cursor, MCP, and LangChain.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT license. Install via npm or curl with no cost.

    Engagement

    Available On

    CLI
    API
    Web
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent Skill RegistriesAgent FrameworksMCP Integration

    Alternatives

    Agent PluginsSkillRouteHermes Profiles
    Developer
    PeepSick LabsUnited KingdomEst. 2026

    Listed Aug 2026

    About USB — Universal Skill Bridge

    USB (Universal Skill Bridge) is an open-source project by PeepSick Labs that solves the fragmentation problem in AI agent tooling: every runtime — Claude Code, Cursor, LangChain, MCP — invents its own way to package capabilities, so the same logic gets rewritten from scratch for each framework. USB provides a single portable skill format and a CLI installer that auto-detects your runtime and drops the right files into the right directories. The project is built in public under the MIT license and is currently in active beta (v0.4.7).

    What It Is

    USB is an agent skill registry and cross-runtime installer. You define a skill once — with a trigger phrase, protocol prompt, input/output contract, and examples — and USB compiles it into every supported runtime's native format. The catalog ships with 529 skills spanning 65 engineering domains and 8 workflow types (Audit, Plan, Build, Script, Diagnose, Harden, Explain, Tune), plus 9 hand-written core orchestration skills. The installer is published on npm as @peepsick/usb-cli and is one command away: npm install -g @peepsick/usb-cli && usb install.

    Supported Runtimes and Targets

    USB distinguishes between two tiers of runtime support:

    • Native installs (the runtime loads these automatically): claude, cursor, leosis, hermes
    • Portable bundle emits (skill markdown + JSON adapter descriptor under ~/.ai-skills/adapters/<target>/): openai, anthropic, langchain, mcp, openrouter, groq, mistral, ollama, lm-studio, vllm, generic

    The auto target detects the active runtime from your environment; generic falls back to plain markdown plus a JSON manifest for unrecognized runtimes. This covers 16 provider targets in total.

    Architecture and Trust Model

    The system stores agent capabilities database-side (PostgreSQL via Drizzle ORM), independent of model or runtime. The key components are:

    • /api/skills — compiles all 529 capabilities into a portable JSON bundle targeted at your platform
    • /api/install — analyses your environment and writes the correct markdown, manifest, and rule files
    • /api/install-sha256 — provides a sha256 hash for verification before execution
    • /api/mcp — an HTTP JSON-RPC 2.0 MCP server exposing usb_search, usb_get_skill, usb_audit_skill, and usb_render_install tools

    The installer avoids raw curl | bash by default: the npm path is auditable like any package, and the curl path includes a sha256 verification step before execution. No telemetry is collected unless USB_TELEMETRY=on is set explicitly.

    Who It Is For

    • Claude Code users — skills install into ~/.claude/skills/ as loadable SKILL.md files
    • Cursor users — writes a .mdc rule into .cursor/rules/
    • AI teams — one shared skill catalog instead of copy-pasted prompts across repos
    • MCP developers — USB speaks MCP natively via its /api/mcp endpoint
    • Framework authors — @peepsick/usb-sdk provides a typed Agent base class to build on

    Update: v0.4.7

    The latest release (v0.4.7, published August 3, 2026) is described as a "consistency pass" aligning the README, landing page, and CLI. The project is actively evolving under a beta label, with APIs, skill formats, and runtime adapters subject to change before v1.0. The roadmap includes a skill marketplace, verified skill badges, CI-based skill validation, versioned skill contracts, and an agent runtime certification layer. PeepSick Labs describes itself as pre-incorporation and building in public, with USB sitting alongside two other planned layers: Foundry (multi-agent orchestration) and Leosis (an OpenAI-compatible LLM provider).

    USB — Universal Skill Bridge - 1

    Community Discussions

    Be the first to start a conversation about USB — Universal Skill Bridge

    Share your experience with USB — Universal Skill Bridge, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT license. Install via npm or curl with no cost.

    • 529-skill catalog
    • 16 runtime targets
    • npm CLI (@peepsick/usb-cli)
    • REST API access
    • MCP server endpoint

    Capabilities

    Key Features

    • 529-skill catalog across 65 engineering domains
    • 16 supported agent runtime targets
    • Auto-detection of installed agent runtimes
    • sha256-verified installer scripts
    • Native installs for Claude Code, Cursor, LeoSIS, and Hermes
    • Portable bundle output for OpenAI, LangChain, MCP, Groq, Mistral, Ollama, and more
    • npm CLI (@peepsick/usb-cli) with search, install, list, and info commands
    • Dry-run mode for inspecting install scripts before execution
    • MCP server endpoint with JSON-RPC 2.0 tools
    • REST API for skills, install scripts, audit, version, and health
    • PostgreSQL backend with Drizzle ORM
    • No telemetry by default
    • Typed Agent base class via @peepsick/usb-sdk
    • Live playground for trying skills before installing
    • Curated presets (e.g., web-dev) for bulk installs

    Integrations

    Claude Code
    Cursor
    LeoSIS
    Hermes
    OpenAI Agents
    Anthropic Messages API
    LangChain
    LangGraph
    MCP (Model Context Protocol)
    OpenRouter
    Groq
    Mistral AI
    Ollama
    LM Studio
    vLLM
    PostgreSQL
    Drizzle ORM
    npm
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate USB — Universal Skill Bridge and help others make informed decisions.

    Developer

    PeepSick Labs

    PeepSick Labs is an early-stage AI infrastructure studio building in public. The team develops USB (Universal Skill Bridge) for cross-runtime agent skill distribution, Foundry for multi-agent orchestration, and Leosis as an OpenAI-compatible LLM provider. The studio is pre-incorporation and operates transparently, publishing code, roadmaps, and progress openly on GitHub.

    Founded 2026
    United Kingdom
    10 employees

    Used by

    Turkish mechanical contractors (users…
    Read more about PeepSick Labs
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Agent Plugins icon

    Agent Plugins

    An open, vendor-neutral standard for packaging reusable components—Agent Skills and MCP servers—into portable plugins that extend AI agents.

    SkillRoute icon

    SkillRoute

    Local-first semantic skill routing for AI agents that indexes SKILL.md bundles, stores metadata in SQLite, and returns ranked skill plans with confidence scores and routing traces.

    Hermes Profiles icon

    Hermes Profiles

    Curated Hermes Agent profiles for specialist swarms, packaging role identities, skill dependencies, and configuration for architecture and engineering capabilities.

    Browse all tools

    Related Topics

    Agent Skill Registries

    Registries and directories that catalog agent capabilities, skills, and competencies, enabling discovery and composition of agent abilities across platforms.

    104 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    651 tools

    MCP Integration

    Tools for integrating MCP with existing AI systems and applications.

    92 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions