Skill Creator OpenAI
Skill Verified ActiveGuide 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.
To guide users in creating effective AI agent skills by providing best practices, structural guidelines, and utility scripts.
Features
- Guidance on skill structure and principles
- Scripts for initializing new skills
- Validation script for checking skill structure
- Best practices for documentation and resource management
Use Cases
- 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
Non-Goals
- 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
- Understand skill requirements
- Plan reusable skill contents
- Initialize the skill using `init_skill.py`
- Edit SKILL.md and add resources
- Validate the skill using `quick_validate.py`
- Iterate based on testing and usage
Practices
- Skill Authoring
- Code Generation
- Documentation Best Practices
Prerequisites
- Python 3
Installation
First, add the marketplace
/plugin marketplace add lawvable/awesome-legal-skills/plugin install skill-creator-openai@lawvableQuality Score
VerifiedTrust Signals
Similar Extensions
Context Mode Ops
100Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging issues, reviewing PRs, releasing versions, writing LinkedIn posts, announcing releases, fixing bugs, merging contributions, validating ENV vars, testing adapters, or syncing branches.
Cli Creator
100Build 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.
Fixflow
100Execute coding tasks with a strict delivery workflow: build a full plan, implement one step at a time, run tests continuously, and commit by default after each step (`per_step`). Support explicit commit policy overrides (`final_only`, `milestone`) and optional BDD (Given/When/Then) when users ask for behavior-driven delivery or requirements are unclear.
Kotlin Mcp Server Generator
100Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.
Spec to Repo
100Use 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.
Extract
100Turn a proven pattern or debugging solution into a standalone reusable skill with SKILL.md, reference docs, and examples.