backend-developer

Implement server-side logic, APIs, and data access for software tasks.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/ylazakovich/car-service-platform --skill backend-developer-ylazakovich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-developer
Source: https://github.com/ylazakovich/car-service-platform/tree/main/.agents/backend-developer
Command: npx skills add https://github.com/ylazakovich/car-service-platform --skill backend-developer-ylazakovich

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need to implement the server-side components of a task, including the API, business logic, data access, and integrations.

Core Features & Use Cases

  • API Development: Create and maintain API endpoints.
  • Business Logic Implementation: Translate requirements into functional code.
  • Data Management: Handle database interactions and data persistence.
  • Integrations: Connect with other services or systems.
  • Use Case: Developing a new feature that requires a new set of API endpoints and corresponding database models.

Quick Start

Implement the backend logic for the new user registration feature according to the provided API contract and database schema.

Frequently Asked Questions about backend-developer

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

FAQPage Schema
How do I implement server-side business logic for a new API feature?

Implement server-side business logic by translating requirements into functional code, handling database interactions, and creating API endpoints based on provided architectural constraints to ensure robust functionality.

What is the best way to connect backend APIs with external integrations?

Connect backend APIs with external integrations by processing API contracts and establishing data access layers that interact with other services while ensuring backward compatibility and validating input data for robust error handling.

How do I manage database interactions and data persistence for a new registration endpoint?

Manage database interactions and data persistence by implementing data access layers that handle database models and validate input data according to the provided database schema and API contracts.

Does this approach to backend development ensure backward compatibility?

Yes, this backend development approach ensures backward compatibility by validating input data and adhering to provided architectural constraints and API contracts, which provides robust error handling for server-side logic.

How do I validate input data for API endpoints to handle errors robustly?

Validate input data for API endpoints by applying architectural constraints and API contracts during server-side logic implementation, ensuring that business logic processes data securely and provides robust error handling.