·logic-procedures
</>

logic-procedures

poletron/custom-rules

PL/pgSQL-Geschäftslogikprozeduren und Best Practices Auslöser: Beim Schreiben gespeicherter Prozeduren oder Datenbanklogik.

4Installationen·0Trend·@poletron

Installation

$npx skills add https://github.com/poletron/custom-rules --skill logic-procedures

SKILL.md

Encapsulate complex business logic within the database using Stored Procedures and Functions to ensure consistency, reducing round-trips and enforcing data integrity closer to the source.

2.1 Standard Header & idempotent Creation Always use CREATE OR REPLACE to allow easy redeployment. Include a standard header block.

3.1 Error Handling Use EXCEPTION blocks to handle errors gracefully or re-raise them with context. Standardize error messages.

PL/pgSQL-Geschäftslogikprozeduren und Best Practices Auslöser: Beim Schreiben gespeicherter Prozeduren oder Datenbanklogik. Quelle: poletron/custom-rules.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/poletron/custom-rules --skill logic-procedures
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist logic-procedures?

PL/pgSQL-Geschäftslogikprozeduren und Best Practices Auslöser: Beim Schreiben gespeicherter Prozeduren oder Datenbanklogik. Quelle: poletron/custom-rules.

Wie installiere ich logic-procedures?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/poletron/custom-rules --skill logic-procedures Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/poletron/custom-rules