Manage SDK plugin discovery and registration
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill plugin-registry-manager --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Plugin Registry Manager?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-plugin-registry-manager-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: plugin-registry-manager
description: Manage SDK plugin discovery and registration
allowed-tools:
- Read
- Write
- Edit
- Glob
- Grep
- Bash
graph:
domains: [domain:software-engineering]
specializations: [specialization:sdk-platform-development]
skillAreas: [skill-area:plugin-systems, skill-area:sdk-codegen]
roles: [role:platform-engineer]
workflows: [workflow:product-discovery]
topics: [topic:api-design, topic:developer-experience]
---
# Plugin Registry Manager Skill
## Overview
This skill manages SDK plugin ecosystems including discovery, registration, validation, and lifecycle management for extensible SDK architectures.
## Capabilities
- Design plugin interface contracts
- Implement plugin loading and registration
- Validate plugin compatibility versions
- Document plugin API for developers
- Implement plugin discovery mechanisms
- Support plugin configuration
- Manage plugin lifecycle events
- Create plugin development tooling
## Target Processes
- Plugin and Extension Architecture
- SDK Architecture Design
- Developer Experience Optimization
## Integration Points
- Plugin registries (npm, PyPI)
- SDK extension points
- Configuration systems
- Version compatibility checkers
- Plugin development CLIs
## Input Requirements
- Plugin interface requirements
- Compatibility rules
- Discovery mechanisms
- Lifecycle requirements
- Documentation needs
## Output Artifacts
- Plugin interface definitions
- Plugin loader implementation
- Compatibility validator
- Plugin documentation generator
- Discovery mechanism
- Plugin CLI tools
## Usage Example
```yaml
skill:
name: plugin-registry-manager
context:
pluginInterface:
version: "1.0"
hooks:
- onInit
- onRequest
- onResponse
- onError
discovery:
patterns:
- "@mysdk/plugin-*"
- "mysdk-plugin-*"
sources:
- npm
- local
compatibility:
sdkVersion: "semver"
nodeVersion: ">=16"
lifecycle:
init: true
shutdown: true
```
## Best Practices
1. Version plugin interfaces explicitly
2. Validate compatibility before loading
3. Support local development plugins
4. Provide plugin development CLI
5. Document plugin authoring clearly
6. Handle plugin failures gracefully
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!