What problem does it solve?
Working across the Langfuse organization means choosing among dozens of public and private repositories, monorepo code areas, and repo-local agent skills; picking the wrong one wastes effort and risks editing the wrong codebase.
Core Features & Use Cases
- Repository Routing: Classifies requests by domain (product app, docs, SDKs, deployment, cloud infrastructure, agent skills) and maps them to the correct Langfuse repository.
- Skill Selection: Points to the most specific repo-local skill under
.agents/skills before deeper implementation, debugging, or review work.
- Search Recipes: Provides concrete
rg and gh command patterns for local sibling checkouts and GitHub org-wide fallback search.
- Use Case: When asked to fix a trace ingestion bug, the skill routes you to
langfuse/langfuse, opens worker/src/services and packages/shared/src/server, and suggests loading the backend-dev-guidelines skill before editing.
Quick Start
Ask the agent to use the langfuse-codebase-navigator skill to determine which Langfuse repository, folders, and skills apply to your task before starting work.