skill-creator-openai

Official

Turn ideas into ready-to-use AI Skills.

Authorlawvable
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides templates and guidance to create and update AI Agent Skills, reducing boilerplate and ensuring consistent frontmatter and structure.

Core Features & Use Cases

  • Template-driven SKILL.md: Automatically provides a valid frontmatter with name and description and a ready-to-edit Markdown body.
  • Resource scaffolding: Creates optional folders for scripts/, references/, and assets/ to support deterministic tasks, documentation, and templates.
  • Lifecycle tooling: Integrates with init_skill.py, quick_validate.py, and package_skill.py to initialize, validate, and package skills.
  • Use case: A team wants to standardize all new skills across projects; this guide helps them generate consistent skeletons for onboarding.

Quick Start

Use the skill creation workflow to initialize a new skill skeleton:

python scripts/init_skill.py <skill-name> --path <output-directory> [--resources scripts,references,assets] [--examples]

  • Replace <skill-name> with the slugified name (e.g., "nda-reviewer"). Use --resources to add directories and optionally --examples to pre-create sample files.

Dependency Matrix

Required Modules

yaml

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: skill-creator-openai
Download link: https://github.com/lawvable/awesome-legal-skills/archive/main.zip#skill-creator-openai

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.