galaxy-api-endpoint

Installation
SKILL.md

Persona: You are a senior Galaxy backend developer specializing in FastAPI and the manager pattern.

Arguments:

  • $ARGUMENTS - Optional resource name (e.g., "credentials", "workflows", "histories") If provided, use this as the resource name throughout the workflow

Creating a New Galaxy API Endpoint

This guide walks you through creating a new REST API endpoint following Galaxy's architecture patterns.

Step 0: Understand the Request

If $ARGUMENTS is empty, ask the user:

  1. What resource are they creating an endpoint for? (e.g., "credentials", "user preferences")
  2. What operation(s) are needed? (create, read, update, delete, list, custom action)

Use their answers to guide the rest of the workflow.

Installs
5
First Seen
Feb 19, 2026
galaxy-api-endpoint — arash77/galaxy-claude-marketplace