-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Currently, Python dependencies for Claude Code plugins are handled through direct prompting in SKILL.md, which is wasteful after the initial run.
Goal
Find a more efficient approach to ensure Python dependencies are installed when needed.
Approaches to Investigate
- Claude Code Hooks - Check if hooks can handle dependency installation automatically
- MCP Server Integration - Explore if MCP servers have dependency management features
- Plugin Initialization Scripts - Research if plugins can run setup scripts on first use
- Caching/State Detection - Detect when dependencies are already installed to avoid redundant prompts
Current Issue
SKILL.md currently contains dependency installation instructions that get processed on every skill invocation, wasting tokens and time.
Desired Outcome
A mechanism that:
- Ensures dependencies are installed when missing
- Avoids redundant installation attempts
- Minimizes token usage
- Works reliably across different environments
Metadata
Metadata
Assignees
Labels
No labels