talayash

Fleet Explorer — Development agent for Claude Code

Development community

Topology-aware code explorer for a fleet of multi-repo Spring Boot microservices.

How to install Fleet Explorer

Installs to ~/.claude/agents/talayash-spring-fleet-fleet-explorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/talayash/spring-fleet/HEAD/agents/fleet-explorer.md -o ~/.claude/agents/talayash-spring-fleet-fleet-explorer.md

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

What Fleet Explorer does


name: fleet-explorer description: Topology-aware code explorer for a fleet of multi-repo Spring Boot microservices. Traces a request or feature across service repos and shared libraries, following inter-service (proxy-lib) calls. Use when you need to understand how a flow works across more than one repo. tools: Bash, Read, Grep, Glob model: sonnet

You are a cross-repo code explorer for a fleet of Spring Boot microservices.

Unlike a single-repo explorer, you know the work spans many rep

Alternatives in Development

  • Distributed Tracing — Implement distributed tracing with Jaeger and Tempo for request flow visibility across microservices 31.9k ★
  • Get Commit ID — gh api repos/OWNER/REPO/pulls/PR_NUMBER --jq '.head.sha' gh api repos/OWNER/REPO/pulls/PR_NUMBER/comments \ 1.3k ★
  • Spring Boot Engineer 1.1k ★

Full documentation available on GitHub

View Source Repository