·api-design-principles
</>

api-design-principles

thapaliyabikendra/ai-artifacts

Beherrschen Sie die REST-API-Designprinzipien, um intuitive, skalierbare und wartbare APIs zu erstellen. Verwenden Sie es, wenn Sie neue APIs entwerfen, API-Spezifikationen überprüfen oder API-Designstandards festlegen.

3Installationen·0Trend·@thapaliyabikendra

Installation

$npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill api-design-principles

SKILL.md

Master REST API design principles to build intuitive, scalable, and maintainable APIs. This skill focuses on design theory - for implementation patterns, see abp-api-implementation or abp-service-patterns.

For Implementation: Use abp-service-patterns for AppService code, api-response-patterns for response wrappers, fluentvalidation-patterns for validation.

| Resource naming | /patients, /appointments | /getPatients, /createAppointment | | Actions via HTTP methods | POST /patients | POST /createPatient | | Plural for collections | /patients | /patient | | Consistent casing | kebab-case or camelCase | Mixed styles |

Beherrschen Sie die REST-API-Designprinzipien, um intuitive, skalierbare und wartbare APIs zu erstellen. Verwenden Sie es, wenn Sie neue APIs entwerfen, API-Spezifikationen überprüfen oder API-Designstandards festlegen. Quelle: thapaliyabikendra/ai-artifacts.

Original anzeigen

Fakten (zitierbereit)

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

Installationsbefehl
npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill api-design-principles
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist api-design-principles?

Beherrschen Sie die REST-API-Designprinzipien, um intuitive, skalierbare und wartbare APIs zu erstellen. Verwenden Sie es, wenn Sie neue APIs entwerfen, API-Spezifikationen überprüfen oder API-Designstandards festlegen. Quelle: thapaliyabikendra/ai-artifacts.

Wie installiere ich api-design-principles?

Ö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/thapaliyabikendra/ai-artifacts --skill api-design-principles 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/thapaliyabikendra/ai-artifacts