Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

API Endpoint Creator

Skill Verifiziert Aktiv

Creates RPC-style endpoint following layered architecture (Controller → Manager → Repository). Use when creating new API endpoints or CRUD operations.

Zweck

To automate the creation of well-structured, maintainable API endpoints, enforcing best practices and saving development time.

Funktionen

  • Generates RPC-style API endpoints
  • Enforces layered architecture (Controller, Manager, Repository)
  • Creates request/response models
  • Generates manager interfaces and implementations
  • Includes Retrofit client code
  • Scaffolds integration tests

Anwendungsfälle

  • Creating new REST API endpoints from scratch
  • Adding CRUD operations for new domain entities
  • Setting up the full backend stack for an API
  • Ensuring consistency in API development

Nicht-Ziele

  • Generating UI components
  • Writing database schema definitions
  • Handling frontend framework logic
  • Deploying the generated code

Workflow

  1. Create Request/Response Models
  2. Create Controller
  3. Create Manager Interface
  4. Create Manager Implementation
  5. Register Factory Bean
  6. Create Retrofit Client
  7. Create Integration Test
  8. Run Tests

Installation

npx skills add spartan-stratos/spartan-ai-toolkit

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

Verifiziert
97 /100
Analysiert about 24 hours ago

Vertrauenssignale

Letzter Commit3 days ago
Sterne68
LizenzMIT
Status
Quellcode ansehen