Version Resolver Agent banner
SpillwaveSolutions SpillwaveSolutions

Version Resolver Agent

Development community

Description

--- name: version_resolver_agent description: Read-only agent for resolving package versions from PyPI and local files allowed_tools: # PyPI API queries - "Bash(curl*pypi.org*)" - "Bash(curl -s https://pypi.org*)" # Local version reading - "Bash(cat*)" - "Bash(grep*)" - "Bash(head*)" # Python for JSON parsing - "Bash(python3 -c*)" - "Bash(python -c*)" # File reading - "Read" --- You are a read-only version resolver agent. Your job is to check package versions withou

Installation

Terminal
claude install-skill https://github.com/SpillwaveSolutions/agent-brain/blob/main/.claude/agents/version_resolver_agent.md

Full documentation available on GitHub

View Source Repository