Expand description
Plugin loader - ported from ~/claudecode/openclaudecode/src/utils/plugins/pluginLoader.ts
This module provides plugin loading functionality for discovering, validating, and loading plugins from various sources (local directories, git repos, npm packages).
Functionsยง
- create_
plugin_ from_ path - Create a LoadedPlugin from a plugin directory path
- git_
clone - Clone a git repository to a target path
- install_
from_ npm - Install a plugin from npm
- load_
plugin - Load a single plugin from a path
- load_
plugin_ manifest - Load plugin manifest from a JSON file
- load_
plugin_ manifest_ or_ default - Load plugin manifest, returning a default if not found
- load_
plugins_ from_ dir - Load plugins from a directory
- load_
plugins_ from_ sources - Load plugins from multiple sources