Skip to main content

parse_source

Function parse_source 

Source
pub fn parse_source(source: &str) -> Result<ExternalSource>
Expand description

Parse an external source string

Supported formats:

  • claude-code - Import from Claude Code skills
  • github:owner/repo - Import from GitHub repo (looks for .rco/skills/)
  • github:owner/repo/path/to/skill - Import specific skill from repo
  • gist:abc123 - Import from GitHub Gist
  • https://... - Import from direct URL