·function-creator
</>

function-creator

get-convex/convex-agent-plugins

Erstellen Sie konvexe Abfragen, Mutationen und Aktionen mit ordnungsgemäßer Validierung, Authentifizierung und Fehlerbehandlung. Zur Verwendung bei der Implementierung neuer API-Endpunkte.

18Installationen·5Trend·@get-convex

Installation

$npx skills add https://github.com/get-convex/convex-agent-plugins --skill function-creator

SKILL.md

Generate secure, type-safe Convex functions following all best practices.

Important: If your action needs Node.js-specific APIs (crypto, third-party SDKs, etc.), add "use node" at the top of the file. Files with "use node" can ONLY contain actions, not queries or mutations.

Note: If you only need basic fetch (no Node.js APIs), you can omit "use node". But for third-party SDKs, crypto, or other Node.js features, you must use it.

Erstellen Sie konvexe Abfragen, Mutationen und Aktionen mit ordnungsgemäßer Validierung, Authentifizierung und Fehlerbehandlung. Zur Verwendung bei der Implementierung neuer API-Endpunkte. Quelle: get-convex/convex-agent-plugins.

Original anzeigen

Fakten (zitierbereit)

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

Installationsbefehl
npx skills add https://github.com/get-convex/convex-agent-plugins --skill function-creator
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-11
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist function-creator?

Erstellen Sie konvexe Abfragen, Mutationen und Aktionen mit ordnungsgemäßer Validierung, Authentifizierung und Fehlerbehandlung. Zur Verwendung bei der Implementierung neuer API-Endpunkte. Quelle: get-convex/convex-agent-plugins.

Wie installiere ich function-creator?

Ö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/get-convex/convex-agent-plugins --skill function-creator 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/get-convex/convex-agent-plugins