← all publishers

rundeck

@rundeck source repo

14 published skills

  1. Rundeck MCP Setup · rundeck
    Set 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.
    0
    installs
  2. Rundeck MCP Rebuild · rundeck
    Install dependencies and recompile TypeScript for the Rundeck MCP server. Use after making source code changes in src/ or updating package.json.
    0
    installs
  3. Rundeck MCP Docker Build · rundeck
    Build 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.
    0
    installs
  4. Rundeck MCP Docker Setup · rundeck
    Install 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.
    0
    installs
  5. Backport Pr · rundeck
    Backport 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".
    0
    installs
  6. Create Code · rundeck
    Generate Java/Groovy/TypeScript code following Rundeck development standards. Auto-loads development guidelines, formatting rules, and testing requirements.
    0
    installs
  7. Create Test · rundeck
    Create backend tests for Rundeck (unit, API, functional). Auto-loads testing guidelines. For frontend unit tests use write-jest-tests.
    0
    installs
  8. Create Plugin · rundeck
    Create bundled Rundeck plugins following development standards. Auto-loads plugin development guidelines, build configuration, and release processes.
    0
    installs
  9. Cve Remediation · rundeck
    Verify 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.
    0
    installs
  10. Write Jest Tests · rundeck bundle
    Write 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.
    0
    installs
  11. I18N Vue Template · rundeck
    Internationalize 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.
    0
    installs
  12. Create API Endpoint · rundeck
    Create REST API endpoints with proper OpenAPI annotations, API versioning, and testing following Rundeck standards.
    0
    installs
  13. Onboard Contributor · rundeck
    Guide 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.
    0
    installs
  14. Generate Entity Context · rundeck
    Generate standardized CONTEXT.md files for features. Use when documenting a new feature, creating entity-friendly technical documentation, or standardizing existing feature documentation.
    0
    installs