dc3-pair

Identify DC3 reference implementations for RB3 units and report compatibility.

4|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/freeqaz/rb3 --skill dc3-pair
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dc3-pair
Source: https://github.com/freeqaz/rb3/tree/main/.claude/skills/dc3-pair
Command: npx skills add https://github.com/freeqaz/rb3 --skill dc3-pair

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify the DC3 reference implementation for an RB3 unit and report compatibility with RB3.

Core Features & Use Cases

  • DC3 reference lookup: locate DC3 source files for a given RB3 unit.
  • Porting guidance: identify functions that DC3 has 100% match on RB3 to guide porting.
  • Summary reports: generate unit-level summaries to prioritize work.

Quick Start

Provide the DC3 match results for a given RB3 unit and optionally display the DC3 source code.

Frequently Asked Questions about dc3-pair

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the DC3 reference implementation for an RB3 unit?

To find the DC3 reference implementation for an RB3 unit, use this Skill to locate corresponding DC3 source files and report compatibility, requiring the DC3 source repository for function comparison.

Can I compare RB3 and DC3 source code to guide porting?

Yes, you can compare RB3 and DC3 source code to guide porting by identifying functions with a 100% match. This helps prioritize work by showing exactly which units are compatible across both versions.

What is RB3 to DC3 code comparison used for?

RB3 to DC3 code comparison is used for reference verification and porting guidance. It identifies matching functions between the repositories to help developers port system units like system/char/CharBones accurately.

Does DC3 reference lookup require a specific source repository?

Yes, DC3 reference lookup requires the DC3 source repository to be available. The Skill depends on this repository to compare functions between RB3 and DC3 and optionally display the DC3 source code.

How do I generate a summary report for RB3 DC3 compatibility?

To generate a unit-level summary report for RB3 DC3 compatibility, run the Skill on a given RB3 unit. It produces porting guidance and overlap insights to help prioritize your development work.

Are there limitations when porting RB3 units to DC3?

A limitation when porting RB3 units to DC3 is that compatibility reporting relies entirely on accessing the DC3 source repository. Without it, the Skill cannot compare functions or verify the reference implementation.