write-script-rlang

Generate and deploy R scripts for data analysis with Windmill.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/aurumorinc/koda --skill write-script-rlang-aurumorinc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-script-rlang
Source: https://github.com/aurumorinc/koda/tree/main/apps/koda-api/.claude/skills/write-script-rlang
Command: npx skills add https://github.com/aurumorinc/koda --skill write-script-rlang-aurumorinc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the creation of R scripts for data analysis and automation, allowing users to leverage R's powerful capabilities without manual coding.

Core Features & Use Cases

  • Script Creation: Offers a template for writing R scripts with clear structure and required elements.
  • Automated Compilation: Generates .script.yaml and .lock files upon completion for easy deployment.
  • Deployment Guidance: Provides instructions for deploying scripts to Windmill for execution.
  • Use Case: For data scientists or analysts who need to quickly develop R scripts for their workflows.

Quick Start

Create an R script using the template provided, then run the commands: wmill generate-metadata and wmill sync push to prepare and deploy your script.

Frequently Asked Questions about write-script-rlang

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

FAQPage Schema
How do I generate R scripts for data analysis without manual coding?

To generate R scripts for data analysis without manual coding, use this Skill to automatically create scripts with a clear structure and required elements. It leverages R programming and jsonlite for JSON serialization to streamline script development.

How does automated R script compilation work for deployment?

Automated R script compilation works by generating .script.yaml and .lock files upon script completion. These files package the script logic and dependencies, enabling straightforward deployment and execution within your automation workflows.

Can I deploy R scripts directly to Windmill for automation execution?

Yes, you can deploy R scripts directly to Windmill for automation execution. The Skill provides specific deployment guidance and utilizes commands like wmill sync push to prepare and execute your scripts within the Windmill environment.

Do I need jsonlite for R script creation and JSON serialization?

Yes, you need jsonlite for R script creation and JSON serialization. The Skill utilizes the jsonlite library to handle JSON data formatting, ensuring your R scripts can properly process and output structured data during analysis.

What is the best way to structure R scripts for data analysis and automation?

The best way to structure R scripts for data analysis and automation is to use a predefined template with required elements. This ensures the script compiles correctly into .script.yaml files and integrates seamlessly with Windmill.