create-api

Automate API endpoint creation and modification with business rule validation.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/kkn1125/devkimson-skills --skill create-api-kkn1125
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-api
Source: https://github.com/kkn1125/devkimson-skills/tree/main/skills/create-api
Command: npx skills add https://github.com/kkn1125/devkimson-skills --skill create-api-kkn1125

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streamlines the creation and modification of API endpoints, ensuring all necessary rules and checks are followed to maintain a stable and secure API ecosystem.

Core Features & Use Cases

  • End-to-End API Workflow: Automates the entire lifecycle of creating an API endpoint, from initial setup to final verification.
  • Knowledge Validation: Integrates checks against business rules, edge cases, and team conventions to ensure compliance.
  • Safety Rules Adherence: Ensures that domain edge cases are never ignored, API contracts are preserved, and changes are verified by humans.
  • Incident Analysis: Provides guidance on common incidents to avoid, such as retries, duplicated execution, and timeout loops.

Quick Start

Run the 'create-api' skill with the necessary details for the new endpoint.

Frequently Asked Questions about create-api

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

FAQPage Schema
How do I automate API endpoint creation while preserving existing API contracts?

Automating API endpoint creation requires validating business rules, reviewing edge cases, and running safety checks to preserve API contracts. This ensures endpoint modifications maintain a stable and secure API ecosystem without manual oversight of routine changes.

What business rule validation checks are needed when creating new backend API endpoints?

Business rule validation for new backend API endpoints involves checking team conventions, verifying domain edge cases, and preserving existing API contracts. Running these checks during endpoint creation prevents common incidents like duplicated execution, timeout loops, and unhandled retries.

How do I handle edge case review and safety checks during API endpoint modification?

Edge case review and safety checks during API endpoint modification require automated validation of domain boundaries and API contract preservation. Complex decisions still require human verification to ensure changes do not introduce regressions or break existing software development workflows.

Can I use Python scripts to automate endpoint management for my software development workflow?

You can use Python-based script execution to automate endpoint management in software development workflows. The scripts handle the entire API endpoint lifecycle from initial setup to final verification, including automated incident analysis for retries, duplicated execution, and timeout loops.

What are the common incidents to avoid when modifying API endpoints in backend API management?

Common incidents to avoid when modifying API endpoints include unhandled retries, duplicated execution, and timeout loops. Proper endpoint management incorporates incident analysis guidance and safety rules to ensure domain edge cases are never ignored during the modification process.

Do I need human verification for API contract preservation when automating endpoint setup?

Human verification is required for complex decisions during API contract preservation and endpoint setup. While automation handles business rule validation and edge case review, human oversight ensures safety checks are properly evaluated before finalizing API endpoint modifications.