backend

Generate backend APIs, database schemas, and server-side logic from feature specs.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/glwr/ai-coding-base --skill backend-glwr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend
Source: https://github.com/glwr/ai-coding-base/tree/main/web/.claude/skills/backend
Command: npx skills add https://github.com/glwr/ai-coding-base --skill backend-glwr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often struggle to translate feature specifications into secure, performant backend code, leading to delays and inconsistencies.

Core Features & Use Cases

  • Spec‑driven development: Reads feature specs, design docs, and project context to generate migrations and API routes.
  • Database management: Creates tables, relationships, indexes, and row‑level security policies.
  • API creation: Implements CRUD endpoints with authentication, validation, and error handling.
  • Frontend integration: Connects newly built APIs to frontend components.
  • Context updates: Automatically records new patterns, learnings, and decisions in project documentation.

Quick Start

Invoke the backend skill by typing /backend path/to/feature-spec.md.

Frequently Asked Questions about backend

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

FAQPage Schema
How do I generate database schemas and API routes from a feature spec?

To generate database schemas and API routes from a feature spec, you invoke the backend skill with the path to your spec file. It reads your design docs and project context to create tables, relationships, and CRUD endpoints automatically.

Can I add authentication and validation logic to API endpoints during generation?

Yes, you can add authentication and validation logic to API endpoints during generation. The backend skill implements CRUD endpoints with built-in authentication, validation, and error handling based on your feature specifications and access-control standards.

What do I need to provide to build backend logic for my application?

To build backend logic, you need to provide a feature specification, technical design documents, and existing project context. The skill uses these inputs to generate secure, performant server-side code that aligns with your project's specific architecture.

Does the backend skill handle database migrations and row-level security policies?

Yes, the backend skill handles database migrations and row-level security policies. It creates database tables, manages relationships and indexes, and configures row-level security to ensure your backend meets strict access-control and performance standards.

What is the best way to connect newly built APIs to existing frontend components?

The best way to connect newly built APIs to existing frontend components is using the backend skill after your frontend is ready. It integrates the generated server-side logic and endpoints directly with your frontend components.

Will this tool update project documentation when new database patterns are created?

Yes, this tool will update project documentation when new database patterns are created. It automatically records new patterns, learnings, and architectural decisions in your project documentation to maintain context and consistency.