Give developers and coding agents reusable procedures grounded in real implementations.
Code2Skill turns maintained source implementations into inspectable developer skills: operational records that describe when a procedure applies, how it works, what it must preserve, how it fails, and where its evidence came from.
Abstract
Reusable skills can carry procedural knowledge across tasks, but common acquisition routes depend on successful target-agent trajectories or documents that may not expose implemented behavior. Source code offers a different substrate: it is available before downstream interaction and remains concrete enough to inspect after abstraction.
Code2Skill selects behavior-rich source units, lifts them into typed procedures, and challenges each candidate through source-body-blind reconstruction and source-aware comparison. Accepted records retain workflows, boundaries, provenance, and construction state for later use and audit.

Code2Skill construction pipeline. Source units are ranked, converted into atomic, composite, or recurring-pattern skill records, checked through source-body-blind reconstruction and source-aware comparison, and retained with evidence for downstream use.











