new-endpoint

Scaffold FastAPI endpoint route, Pydantic model, tests, and docs stubs.

1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/jrmatherly/apollos-portal --skill new-endpoint-jrmatherly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-endpoint
Source: https://github.com/jrmatherly/apollos-portal/tree/main/.claude/skills/new-endpoint
Command: npx skills add https://github.com/jrmatherly/apollos-portal --skill new-endpoint-jrmatherly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold a consistent, ready-to-extend FastAPI endpoint scaffold including route, model, tests, and docs according to Apollos Portal conventions.

Core Features & Use Cases

  • Generates a new route file following the project's patterns
  • Creates a Pydantic model and tests aligned with existing endpoints
  • Provides a docs page stub to integrate with Mintlify docs or API reference
  • Use Case: A developer needs a new API endpoint for a resource and uses this scaffold to produce a complete, ready-to-extend implementation.

Quick Start

Scaffold a new endpoint by generating the route file, model, tests, and docs stubs according to the project conventions.

Frequently Asked Questions about new-endpoint

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

FAQPage Schema
How do I scaffold a new FastAPI endpoint with tests and documentation?

To scaffold a new FastAPI endpoint, this tool automates generating the route file, Pydantic models, tests, and documentation stubs according to existing Apollos Portal project conventions.

What is included when generating a FastAPI backend route scaffold?

Generating a FastAPI backend route scaffold includes creating the route file, Pydantic models for data validation, aligned tests, and a documentation page stub for API reference integration.

Does the FastAPI code-generation scaffold follow existing project patterns for routing?

Yes, the FastAPI code-generation scaffold requires following existing project patterns for routing, dependency injection, and API consistency to ensure the new endpoint integrates seamlessly.

Can I use this endpoint scaffold to generate Mintlify documentation stubs?

Yes, you can use this endpoint scaffold to generate a documentation page stub specifically designed to integrate with Mintlify docs or your existing API reference setup.

What's the best way to create a consistent FastAPI backend endpoint for a new resource?

The best way to create a consistent FastAPI backend endpoint is using an automated scaffold that produces a complete, ready-to-extend implementation with models, tests, and docs aligned to project conventions.