A Claude Code skill marketplace for the r-xla ecosystem.
Run /plugin in Claude Code and add this repository as a marketplace. Skills will then be available as slash commands in any project.
| Skill | Command | Description |
|---|---|---|
| r-xla-prepare-release | /r-xla-prepare-release |
Prepare a release PR for a single R package (from inside the package directory) |
| r-xla-prepare-pr | /r-xla-prepare-pr |
Run all checks and prepare an R package PR (from inside the package directory) |
- Create
skills/r-xla/<skill-name>/SKILL.mdwith YAML frontmatter. - Register it in
.claude-plugin/marketplace.jsonunder theskillsarray.
See the Anthropic guide on writing skills for best practices.