rundeck
- 14 skills
- 0 followers
- 6 hours ago last updated
- ▌ Rundeck MCP Setup · rundeckSet up the Rundeck MCP server locally over stdio. Installs dependencies, builds the project, configures .mcp.json with Rundeck credentials, and registers it with Claude Code. Use when a user clones this repo and wants to run the MCP server for the first time.
- ▌ Rundeck MCP Rebuild · rundeckInstall dependencies and recompile TypeScript for the Rundeck MCP server. Use after making source code changes in src/ or updating package.json.
- ▌ Rundeck MCP Docker Build · rundeckBuild the Rundeck MCP Docker image. Compiles TypeScript in a multi-stage build and produces a production-ready image that downloads Rundeck docs at container startup. Use after changes to src/, Dockerfile, or docker-entrypoint.sh.
- ▌ Rundeck MCP Docker Setup · rundeckInstall and configure the Rundeck MCP server using Docker. Pulls the image, collects Rundeck credentials, and writes the .mcp.json entry so Claude Code connects via stdio. No Node.js required — Docker is the only prerequisite.
- ▌ Backport Pr · rundeckBackport commits from an existing GitHub Pull Request to a target branch and open a new backport PR. Use when the user asks to backport a PR, cherry-pick a merged PR into a release/maintenance branch, port a fix to an older version, or mentions "backport".
- ▌ Create Code · rundeckGenerate Java/Groovy/TypeScript code following Rundeck development standards. Auto-loads development guidelines, formatting rules, and testing requirements.
- ▌ Create Test · rundeckCreate backend tests for Rundeck (unit, API, functional). Auto-loads testing guidelines. For frontend unit tests use write-jest-tests.
- ▌ Create Plugin · rundeckCreate bundled Rundeck plugins following development standards. Auto-loads plugin development guidelines, build configuration, and release processes.
- ▌ Cve Remediation · rundeckVerify if a CVE affects the project and remediate it. Checks dependencies, identifies vulnerable versions, suggests/applies fixes, and validates changes. Use when analyzing security vulnerabilities or responding to CVE reports.
- ▌ Write Jest Tests · rundeck bundleWrite Vue component unit tests. Use when the user asks to write unit tests, write Jest tests, write Vue tests, add tests to a component, or test a Vue component.
- ▌ I18N Vue Template · rundeckInternationalize Vue component templates by replacing all hardcoded strings with $t() calls and adding translations to i18n.ts or en_US.js. Use when asked to internationalize, i18n, or translate strings in Vue templates.
- ▌ Create API Endpoint · rundeckCreate REST API endpoints with proper OpenAPI annotations, API versioning, and testing following Rundeck standards.
- ▌ Onboard Contributor · rundeckGuide a new contributor through the rundeck OSS repo. Use when someone is getting started with the project, asking how to build/test/contribute, or setting up their development environment.
- ▌ Generate Entity Context · rundeckGenerate standardized CONTEXT.md files for features. Use when documenting a new feature, creating entity-friendly technical documentation, or standardizing existing feature documentation.