API Endpoint Creator
Skill Verifiziert AktivCreates RPC-style endpoint following layered architecture (Controller → Manager → Repository). Use when creating new API endpoints or CRUD operations.
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
- Create Request/Response Models
- Create Controller
- Create Manager Interface
- Create Manager Implementation
- Register Factory Bean
- Create Retrofit Client
- Create Integration Test
- Run Tests
Installation
npx skills add spartan-stratos/spartan-ai-toolkitFü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
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Kotlin Mcp Server Generator
100Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.
Backend Api Design
99Design RPC-style APIs with layered architecture (Controller → Manager → Repository). Use when creating new API endpoints, designing API contracts, or reviewing API patterns.
Security Checklist
98Security best practices for Micronaut/Kotlin backend including authentication, authorization, input validation, and OWASP prevention. Use when implementing auth, validating inputs, or reviewing security.
Testing Strategies
95Testing patterns for Micronaut/Kotlin backend including repository tests, integration tests, and test data builders. Use when writing tests, setting up test infrastructure, or improving coverage.
X Twitter Scraper
100Verwenden Sie dies, wenn der Benutzer X (Twitter)-Daten oder durch Bestätigung gesicherte X-Aktionen über Xquik benötigt: Tweet-Suche, Benutzer-Lookup, Follower-Extraktion, Mediendownload, Überwachung, Webhooks, MCP, SDKs, Posting, Likes, DMs und Profilaktualisierungen. Erfordert einen Xquik API-Schlüssel. Fordern Sie niemals X-Login-Materialien an.
Slack
100Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.