Deps Age banner
arvindand arvindand

Deps Age

Development community

Description

--- description: Analyze dependency freshness and maintenance activity argument-hint: [groupId:artifactId] --- Analyze the age and maintenance status of a dependency using maven-tools-mcp. **Dependency to analyze:** $ARGUMENTS **Analysis Steps:** 1. Use `analyze_dependency_age` to get: - Days since last release - Age classification (fresh/current/aging/stale) - Actionable recommendations 2. Use `analyze_release_patterns` to get: - Release frequency and velocity - Average time

Installation

Installs to ~/.claude/commands/arvindand-maven-tools-mcp-deps-age.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/arvindand/maven-tools-mcp/HEAD/.claude/commands/deps-age.md -o ~/.claude/commands/arvindand-maven-tools-mcp-deps-age.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository