galaxy-context

Route developers to specialized skills for Galaxy project conventions and architecture.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/arash77/galaxy-claude-marketplace --skill galaxy-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: galaxy-context
Source: https://github.com/arash77/galaxy-claude-marketplace/tree/main/plugins/galaxy-dev/skills/galaxy-context
Command: npx skills add https://github.com/arash77/galaxy-claude-marketplace --skill galaxy-context

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers navigate the complex Galaxy codebase by providing context, routing them to the correct development skills, and highlighting critical conventions to prevent common errors.

Core Features & Use Cases

  • Skill Routing: Automatically directs you to the appropriate skill for database migrations, API endpoint creation, testing, or linting based on your task.
  • Convention Enforcement: Guides you on Galaxy-specific best practices, such as how to run tests or handle large files.
  • Architecture Overview: Provides a quick reference for the backend, frontend, and testing structures within Galaxy.
  • Use Case: When you need to add a new API endpoint, this skill will guide you through the process, ensuring you use the correct FastAPI patterns and create necessary Pydantic schemas.

Quick Start

Use the galaxy-context skill to understand how to create a new API endpoint for managing user profiles.

Frequently Asked Questions about galaxy-context

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

FAQPage Schema
How do I create a new API endpoint in the Galaxy codebase?

To create a new API endpoint in the Galaxy codebase, you need to follow specific FastAPI patterns and create the necessary Pydantic schemas. The galaxy-context skill provides architectural routing to guide you through this process correctly.

What conventions do I need to follow for Galaxy project development?

Galaxy project development requires following specific conventions for testing, file handling, and architectural patterns. The galaxy-context skill highlights these critical best practices to prevent common errors and ensure efficient development.

How do I navigate the Galaxy codebase for database migrations and testing?

To navigate the Galaxy codebase for database migrations and testing, use the galaxy-context skill which routes you to specialized skills. It provides a quick reference for backend, frontend, and testing structures within the project.

What's the best way to find the right skill for linting in Galaxy development?

The best way to find the right skill for linting in Galaxy development is using the galaxy-context skill's routing feature. It automatically directs you to the appropriate specialized skill based on your specific development task.

Do I need to understand Galaxy architecture before adding new features?

Yes, understanding Galaxy architecture is important before adding new features. The galaxy-context skill provides an architectural overview of backend, frontend, and testing structures to help you navigate the complex codebase effectively.

Why does galaxy-context emphasize testing and file handling conventions?

Galaxy-context emphasizes testing and file handling conventions because they are critical best practices that prevent common development errors. Following these Galaxy-specific conventions ensures your code integrates properly with the existing codebase architecture.