ric-xapp-dev

Develop OSC RC xApps with gRPC integration and KPM subscriptions.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/thc1006/beam_tracking_ric_xapp_skeleton --skill ric-xapp-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ric-xapp-dev
Source: https://github.com/thc1006/beam_tracking_ric_xapp_skeleton/tree/main/.claude/skills/ric-xapp-dev
Command: npx skills add https://github.com/thc1006/beam_tracking_ric_xapp_skeleton --skill ric-xapp-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides structured guidance for developing OSC RC xApps, establishing robust RC gRPC integration, KPM subscriptions, and safe patterns to avoid common pitfalls.

Core Features & Use Cases

  • One-module gRPC to RC: Isolate RC gRPC interactions in a single module for easier testing and maintenance.
  • Configurable endpoints: Keep host/port/timeout configurable for safe deployments.
  • Sim-mode fallback: Provide offline mode to reproduce issues without live RC components.

Quick Start

Start by wiring the RC gRPC client, then enable sim mode in the config and run a basic KPM subscription example.