Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Skill Creator OpenAI

Skill Verifiziert Aktiv

Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends the model's capabilities with specialized knowledge, workflows, or tool integrations.

Zweck

To guide users in creating effective AI agent skills by providing best practices, structural guidelines, and utility scripts.

Funktionen

  • Guidance on skill structure and principles
  • Scripts for initializing new skills
  • Validation script for checking skill structure
  • Best practices for documentation and resource management

Anwendungsfälle

  • Creating a new AI agent skill from scratch
  • Updating an existing AI agent skill
  • Ensuring a skill follows best practices for structure and documentation
  • Validating the basic format of a skill before integration

Nicht-Ziele

  • Running or executing other AI skills
  • Providing domain-specific knowledge beyond skill authoring
  • Directly editing the code of skills other than the ones being created or validated

Workflow

  1. Understand skill requirements
  2. Plan reusable skill contents
  3. Initialize the skill using `init_skill.py`
  4. Edit SKILL.md and add resources
  5. Validate the skill using `quick_validate.py`
  6. Iterate based on testing and usage

Praktiken

  • Skill Authoring
  • Code Generation
  • Documentation Best Practices

Voraussetzungen

  • Python 3

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add lawvable/awesome-legal-skills
/plugin install skill-creator-openai@lawvable

Qualitätspunktzahl

Verifiziert
96 /100
Analysiert about 20 hours ago

Vertrauenssignale

Letzter Commit2 months ago
Sterne349
LizenzApache-2.0
Status
Quellcode ansehen

Ähnliche Erweiterungen

Context Mode Ops

100

Verwalten Sie GitHub-Issues, PRs, Releases und Marketing mit parallelen Subagenten-Armeen im Context-Mode. Orchestriert 10-20 dynamische Agenten pro Aufgabe. Verwenden Sie dies bei der Triage von Issues, der Überprüfung von PRs, der Veröffentlichung von Versionen, dem Schreiben von LinkedIn-Posts, der Ankündigung von Releases, der Behebung von Fehlern, dem Mergen von Beiträgen, der Validierung von ENV-Variablen, dem Testen von Adaptern oder dem Synchronisieren von Branches.

Skill
mksglu

Cli Creator

100

Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.

Skill
openai

Fixflow

100

Führen Sie Codierungsaufgaben mit einem strengen Liefer-Workflow aus: Erstellen Sie einen vollständigen Plan, implementieren Sie Schritt für Schritt, führen Sie kontinuierlich Tests durch und committen Sie standardmäßig nach jedem Schritt (`per_step`). Unterstützt explizite Commit-Policy-Überschreibungen (`final_only`, `milestone`) und optional BDD (Given/When/Then), wenn Benutzer verhaltensgesteuerte Bereitstellung anfordern oder Anforderungen unklar sind.

Skill
majiayu000

Kotlin Mcp Server Generator

100

Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.

Skill
github

Spec to Repo

100

Use when the user says 'build me an app', 'create a project from this spec', 'scaffold a new repo', 'generate a starter', 'turn this idea into code', 'bootstrap a project', 'I have requirements and need a codebase', or provides a natural-language project specification and expects a complete, runnable repository. Stack-agnostic: Next.js, FastAPI, Rails, Go, Rust, Flutter, and more.

Skill
alirezarezvani

Extract

100

Turn a proven pattern or debugging solution into a standalone reusable skill with SKILL.md, reference docs, and examples.

Skill
alirezarezvani