add-endpoint

Add API endpoints to FastAPI applications through a structured development workflow.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/g-zenr/relay-api --skill add-endpoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-endpoint
Source: https://github.com/g-zenr/relay-api/tree/main/.claude/skills/add-endpoint
Command: npx skills add https://github.com/g-zenr/relay-api --skill add-endpoint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of adding new API endpoints to the project, ensuring consistency and adherence to established standards.

Core Features & Use Cases

  • Guided Workflow: Provides a step-by-step process for planning, implementing, and testing new endpoints.
  • Standard Enforcement: Ensures new endpoints follow project conventions for schemas, services, routing, and testing.
  • Use Case: A developer needs to add a new endpoint to manage user profiles. This Skill guides them through creating the necessary schemas, service logic, route definitions, and tests.

Quick Start

Use the add-endpoint skill to add a new API endpoint for managing user data.

Frequently Asked Questions about add-endpoint

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

FAQPage Schema
How do I add new API endpoints to a FastAPI application while maintaining project conventions?

To add new API endpoints in FastAPI, use a structured workflow that guides you through schema definition, service layer implementation, route registration, and testing. This ensures adherence to project-specific conventions for dependency injection and error handling.

What is the step-by-step process for FastAPI endpoint development?

The FastAPI endpoint development process involves planning the endpoint, defining schemas, implementing service layer logic, registering routes, and conducting comprehensive testing to ensure the new API endpoint functions correctly within the established project structure.

Can I use a guided workflow to manage user profile endpoints in FastAPI?

Yes, a guided workflow can manage user profile endpoints in FastAPI by directing you through creating necessary schemas, service logic, route definitions, and tests, ensuring standard enforcement for dependency injection and documentation.

What's the best way to ensure consistency when creating FastAPI routes?

The best way to ensure consistency when creating FastAPI routes is to follow a standard enforcement process that dictates schemas, services, routing, and testing, keeping all new endpoints aligned with established project conventions.

Does adding a FastAPI endpoint require defining schemas and service layers separately?

Yes, adding a FastAPI endpoint requires defining schemas and service layers separately. The structured workflow encompasses schema definition and service layer implementation before route registration to maintain separation of concerns and project standards.