API Endpoint Creator
Skill Verified ActiveCreates 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.
Features
- 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
Use Cases
- 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
Non-Goals
- 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-toolkitRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
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
100Use when the user needs X (Twitter) data or confirmation-gated X actions through Xquik: tweet search, user lookup, follower extraction, media download, monitoring, webhooks, MCP, SDKs, posting, likes, DMs, and profile updates. Requires a Xquik API key. Never ask for X login material.
Slack
100Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.