What problem does it solve? When you need to call another internal service, you must first find its IDL definition, understand its available methods, and generate client stub code. This Skill automates that entire lookup-and-generate workflow against the Overpass platform, eliminating manual repo digging and codegen configuration. ## Core Features & Use Cases - IDL & Repo Lookup: Query a service's IDL path, repository info, and method list (with AI-generated comments) by PSM name. - Client Code Generation: Trigger Overpass code generation for client stubs with automatic polling until completion, supporting branch, biz line, framework type, and Kitex version selection with three-level fallback. - Project-Level Repo Management: Query, force-refresh, and update branch configurations for project-dimension repos using either repo_name or project_id. - Use Case: You need to call tiktok.user.service from your service. Ask for its method list to pick the right interface, then trigger code generation to get ready-to-use client stubs on the master branch. ## Quick Start Ask the agent to list the IDL methods of the service tiktok.user.service and then generate its Overpass client code on the master branch.