crud-implementation — community crud-implementation, rapid-go, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Backend Development Agents needing rapid CRUD API implementation with database-first architecture. By using rapid-go you can quickly start developing a great API......

abyssparanoia abyssparanoia
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The crud-implementation skill by abyssparanoia is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Backend Development Agents needing rapid CRUD API implementation with database-first architecture.

Core Value

Enables agents to generate complete CRUD workflows including database migrations, domain entities, repositories, and API endpoints using rapid-go framework. Provides structured implementation patterns for database tables, domain models, and usecase layers.

Capabilities Granted for crud-implementation

Generating database migration SQL scripts
Implementing domain entity repositories
Creating RESTful API endpoints
Setting up constant table structures
Building complete usecase layers

! Prerequisites & Limits

  • Requires rapid-go framework
  • Database-first approach mandatory
  • Follows specific workflow sequence (database → domain → API)
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

crud-implementation

Install crud-implementation, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

CRUD Implementation Workflow

Entry point for implementing a new entity with full CRUD operations.

Workflow Overview

┌─────────────────────┐     ┌─────────────────────┐     ┌─────────────────────┐
│  add-database-table │ --> │  add-domain-entity  │ --> │  add-api-endpoint   │
│                     │     │                     │     │                     │
│  - Migration SQL    │     │  - Domain model     │     │  - Usecase          │
│  - Constant tables  │     │  - Repository       │     │  - Proto definition │
│  - SQLBoiler gen    │     │  - Marshaller       │     │  - gRPC handler     │
└─────────────────────┘     └─────────────────────┘     └─────────────────────┘

Quick Start

StepSkillKey Command
1add-database-tablemake migrate.create then make migrate.up
2add-domain-entitymake generate.mock
3add-api-endpointmake generate.buf

Before You Start

  1. Know the entity name and its fields
  2. Identify relationships to existing entities
  3. Determine which API actor (admin/public/debug)

Step-by-Step

Step 1: Database Layer

Use the add-database-table skill for:

  • Creating migration file with table DDL
  • Adding indexes and foreign keys
  • Creating constant tables for enum fields
  • Running make migrate.up to generate SQLBoiler

Step 2: Domain Layer

Use the add-domain-entity skill for:

  • Domain model with constructor and update methods
  • Repository interface with query structs
  • Marshaller (DB model <-> domain model)
  • Repository implementation

Step 3: API Layer

Use the add-api-endpoint skill for:

  • Usecase input/output structs
  • Interactor interface and implementation
  • Protocol Buffers messages and RPCs
  • gRPC handler and marshaller
  • DI registration

Final Verification

bash
1make lint.go && make test
  • code-investigation - Analyze existing patterns before implementation
  • review-pr - Self-review before creating PR
  • create-pull-request - PR creation with proper format

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is crud-implementation?

Perfect for Backend Development Agents needing rapid CRUD API implementation with database-first architecture. By using rapid-go you can quickly start developing a great API......

How do I install crud-implementation?

Run the command: npx killer-skills add abyssparanoia/rapid-go. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for crud-implementation?

Key use cases include: Generating database migration SQL scripts, Implementing domain entity repositories, Creating RESTful API endpoints, Setting up constant table structures, Building complete usecase layers.

Which IDEs are compatible with crud-implementation?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for crud-implementation?

Requires rapid-go framework. Database-first approach mandatory. Follows specific workflow sequence (database → domain → API).

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add abyssparanoia/rapid-go. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use crud-implementation immediately in the current project.

Related Skills

Looking for an alternative to crud-implementation or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI