backend-agent

Develop backend services and RESTful APIs with FastAPI, SQLAlchemy, or Express and Prisma.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SUN-Underwriting/SunFlowCRM_DB --skill backend-agent-sun-underwriting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-agent
Source: https://github.com/SUN-Underwriting/SunFlowCRM_DB/tree/main/.agent/skills/backend-agent
Command: npx skills add https://github.com/SUN-Underwriting/SunFlowCRM_DB --skill backend-agent-sun-underwriting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the development of secure, scalable, and well-architected backend systems, APIs, and database integrations.

Core Features & Use Cases

  • API Development: Build RESTful or GraphQL APIs using FastAPI or Node.js frameworks.
  • Database Management: Design schemas, implement migrations, and optimize queries for PostgreSQL or other relational databases.
  • Authentication & Security: Integrate JWT, OAuth, and implement robust security measures.
  • Use Case: Develop a new microservice for user profile management, including secure authentication, database storage, and a REST API for CRUD operations.

Quick Start

Use the backend agent to create a new FastAPI endpoint for managing user profiles.

Frequently Asked Questions about backend-agent

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

FAQPage Schema
How do I build a REST API with FastAPI and SQLAlchemy?

Building a REST API with FastAPI and SQLAlchemy involves designing database schemas, creating models, and defining endpoints. This process handles business logic implementation and database integrations for robust backend services.

What is the best way to implement JWT authentication in a Python backend?

The best way to implement JWT authentication in a Python backend is by integrating JWT and bcrypt. This secures API routes and manages user verification within FastAPI services.

Can I use Node.js and Prisma instead of Python for backend development?

Yes, you can use Node.js with Express and Prisma instead of Python. This Skill supports both Python with FastAPI and Node.js stacks to design schemas, implement migrations, and build APIs.

How do I manage database migrations and schema design for PostgreSQL?

Managing PostgreSQL database migrations and schema design involves defining relational structures and applying updates systematically. This ensures database storage integrates smoothly with your REST APIs and business logic.

Does this backend agent support Redis and OAuth integrations?

Yes, the backend agent supports integrating with PostgreSQL and Redis, along with OAuth for authentication. These integrations help build secure, scalable backend systems and RESTful APIs.