create-plugin

Automate Rundeck plugin creation with build configurations and release processes.

6.3k|984|Updated Sep 3, 2010
One-click install
npx skills add https://github.com/rundeck/rundeck --skill create-plugin-rundeck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-plugin
Source: https://github.com/rundeck/rundeck/tree/main/.claude/skills/create-plugin
Command: npx skills add https://github.com/rundeck/rundeck --skill create-plugin-rundeck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gradle, groovy, java, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of Rundeck plugins, ensuring they meet development standards and simplifying the plugin development process.

Core Features & Use Cases

  • Plugin Creation: Automatically generates plugin development guidelines, build configuration, and release processes.
  • Plugin Types: Supports various plugin types such as WorkflowStep, NodeStep, ResourceModelSource, Notification, LogFilter, and StorageConverter.
  • Use Case: For developers looking to quickly create new plugins for Rundeck, adding functionality to existing plugins, or implementing specific plugin types.

Quick Start

Use the create-plugin skill to generate a new plugin for Rundeck that implements a WorkflowStep.

Frequently Asked Questions about create-plugin

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

FAQPage Schema
How do I create a Rundeck plugin that complies with development standards?

To create a Rundeck plugin that complies with development standards, use automated generation to instantly produce build configurations and release processes. This ensures your plugin adheres strictly to Rundeck development guidelines.

What types of Rundeck plugins can I generate for automation workflows?

You can generate several Rundeck plugin types for automation workflows, including WorkflowStep, NodeStep, ResourceModelSource, Notification, LogFilter, and StorageConverter. Each type serves a specific function within the Rundeck automation environment.

Do I need Gradle and Groovy to build a Rundeck plugin?

Yes, you need Gradle and Groovy to build a Rundeck plugin. The automated creation process relies on these dependencies, alongside Java, to properly scaffold the build configuration and implement the required plugin functionality.

What's the best way to configure the release process for a Rundeck plugin?

The best way to configure the release process for a Rundeck plugin is through automated generation. It provides predefined release configurations and build guidelines, ensuring consistency and compliance without manual setup overhead.

How does automated plugin development simplify adding a WorkflowStep in Rundeck?

Automated plugin development simplifies adding a WorkflowStep in Rundeck by generating the required build configuration and development guidelines automatically. This removes manual boilerplate setup, letting you focus on implementing the specific step logic.