zeta-api-endpoint

Generates FastAPI endpoints using the Router-Service-Repository pattern.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/russiankendricklamar/zetaterminal --skill zeta-api-endpoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zeta-api-endpoint
Source: https://github.com/russiankendricklamar/zetaterminal/tree/main/.claude/skills/zeta-api-endpoint
Command: npx skills add https://github.com/russiankendricklamar/zetaterminal --skill zeta-api-endpoint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of creating new backend API endpoints within the Zeta Terminal system, ensuring consistency and adherence to established architectural patterns.

Core Features & Use Cases

  • Standardized Endpoint Creation: Generates new API endpoints following the Router → Service → Repository pattern.
  • Automated Boilerplate: Handles the creation of Pydantic models, service logic, and API route definitions.
  • Use Case: When adding a new financial calculation feature, use this Skill to scaffold the necessary backend code, including input validation, business logic, and API exposure.

Quick Start

Use the zeta-api-endpoint skill to create a new API endpoint for calculating bond yields.

Frequently Asked Questions about zeta-api-endpoint

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

FAQPage Schema
How do I scaffold a FastAPI endpoint following a Router Service Repository pattern?

To scaffold a FastAPI endpoint, this skill automates the Router → Service → Repository pattern, generating Pydantic models, service logic, and API route definitions to ensure proper input validation and business logic implementation.

What is the best way to add Pydantic models and service logic for a new Python backend API?

The best way to add Pydantic models and service logic is by using this skill, which automates boilerplate creation and enforces established architectural patterns for backend development tasks within the financial analysis platform.

Can I use this to generate FastAPI endpoints for financial calculation features?

Yes, you can use this skill to generate FastAPI endpoints for financial calculations. It scaffolds the necessary backend code, including input validation, business logic implementation, and API exposure for new programmatic functionalities.

Does this skill handle error handling and input validation for Python API routes?

Yes, this skill handles error handling and input validation for Python API routes. It ensures adherence to best practices by automating the creation of Pydantic models alongside the service and route definitions.

Do I need an existing Zeta Terminal codebase to create new API endpoints with this skill?

You need an existing Zeta Terminal codebase environment to maximize this skill's effectiveness, as it specifically generates new API endpoints following the Zeta Terminal's established architectural patterns and data access layers.

When should I avoid using an automated endpoint scaffolder for FastAPI backend development?

You should avoid using an automated endpoint scaffolder if your backend development task requires breaking the established Router → Service → Repository pattern or implementing custom architectural structures outside the Zeta Terminal system.