displayName
babysitter Platform (current) — defineTask + skill/plugin registry
agentVersionId
packageRef
subagentDefinitionFormat
js-module-export
nativeExtensionFormat
babysitter-plugin
nativeExtensionManifestPath
plugin.json
nativeExtensionsDirectoryPath
- ~/.claude/plugins/
- .claude/plugins/
- plugins/
skillFormat
anthropic-skill-md
skillsDirectoryPath
- ~/.claude/skills/
- .claude/skills/
- skills/
customSlashCommandsPath
- commands/
- .claude/commands/
subagentsDirectoryPath
hooksDirectoryOrConfigPath
settingsFiles
- .claude/settings.json
- .claude/settings.local.json
marketplaceUrl
https://github.com/a5c-ai/babysitter
pluginRegistryPath
~/.claude/plugins/registry.json
capabilityProfileRegistry
false
launchConfigRegistry
false
platformIdentityStrategy
delegated-to-harness
updateChannelMechanism
npm
supportedChannelKinds
notes
Babysitter is a headless process-orchestration SDK + CLI. It owns the
`defineTask` registry, the plugin/skill/agent loader, and the
breakpoint policy engine. It bundles no Presentation of its own —
operators interact with babysitter through whichever harness they
spawn (claude-code, codex, cursor, opencode, gemini-cli) plus the
babysitter slash-command surface. The marketplace lives at
plugins/a5c/marketplace/ inside the babysitter monorepo.