plugins

Solid

manage babysitter plugins. use this command to see the list of installed babysitter plugins, their status, and manage them (install, update, uninstall, list from marketplace, add marketplace, configure plugin, create new plugin, etc).

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# plugins This command installs and manages plugins for babysitter. A plugin is a version-managed package of contextual instructions (for install, uninstall, configure, and update/migrate between versions), not a conventional software plugin. if the command is run without arguments, it lists all installed plugins with their name, version, marketplace, installation date, and last update date. as well as marketplaces added to the system. and instructions on how to install new plugins from marketplaces. if there are no marketplaces added, add the default marketplace: ```bash babysitter plugin:add-marketplace --marketplace-url https://github.com/a5c-ai/babysitter --marketplace-path plugins/a5c/marketplace/marketplace.json --global --json ``` Plugins can be installed at two scopes: - **global** (`--global`): stored under `~/.a5c/`, available for all projects - **project** (`--project`): stored under `<projectDir>/.a5c/`, project-specific ## Marketplace Management Marketplaces are git repositories containing a `marketplace.json` manifest and plugin package directories. The SDK clones them locally with `--depth 1`. **Storage locations:** - Global: `~/.a5c/marketplaces/<name>/` - Project: `<projectDir>/.a5c/marketplaces/<name>/` The marketplace name is derived from the git URL's last path segment (stripping `.git` suffix and trailing slashes). ### Adding a marketplace ```bash babysitter plugin:add-marketplace --marketplace-url <url> [--marketplace-path <relative-path>] [--ma...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills