skill-creator
Create or update agent skills with concise SKILL.md instructions, bundled resources, agent metadata, validation, and packaging. Use when building or refactoring skills.
git clone --depth 1 https://github.com/dkyazzentwatwa/chatgpt-skills /tmp/skill-creator && cp -r /tmp/skill-creator/skill-creator ~/.claude/skills/skill-creatorSKILL.md
# Skill Creator Design or refactor skills so they are small, triggerable, and mechanically valid. ## Workflow 1. Define the exact user requests that should trigger the skill. 2. Keep `SKILL.md` short and put deep detail in `references/`. 3. Add only the scripts, assets, or references that make execution materially more reliable. 4. Generate `agents/openai.yaml` and validate before packaging. ## Scripts - `scripts/init_skill.py` initializes a new skill with optional resource folders and `agents/openai.yaml`. - `scripts/generate_openai_yaml.py` writes `agents/openai.yaml` from explicit interface values. - `scripts/quick_validate.py` enforces strict frontmatter, directory naming, agent metadata, and script dependency rules. - `scripts/package_skill.py` validates first, then zips the skill for distribution. ## Rules - Keep frontmatter to `name` and `description` only. - Make `description` do the trigger work: what the skill does and when to use it. - Match the folder name exactly to `name`. - Prefer one focused workflow over a kitchen-sink skill. - Remove placeholder files and generic boilerplate before publishing. ## Typical Commands ```bash python3 skill-creator/scripts/init_skill.py my-skill --path . python3 skill-creator/scripts/generate_openai_yaml.py my-skill \ --interface display_name="My Skill" \ --interface short_description="One-line summary" \ --interface default_prompt="Help me use this skill." python3 skill-creator/scripts/quick_validate.py my-skill python3 skill-creator/scripts/package_skill.py my-skill ./dist ```
Run multi-indicator technical analysis on crypto or market OHLCV data. Use for deterministic trend, momentum, volume, and divergence analysis.
Analyze datasets and turn them into narrative reports with charts, audits, comparisons, and statistical summaries. Use for exploratory analysis and executive-ready outputs.
Convert PDFs, Office docs, markdown, HTML, and tables between editable formats. Use for best-effort document conversion, PDF utilities, form filling, and table extraction.
Run loan, investment, NPV, retirement, savings, and risk calculations with schedules and charts. Use for deterministic financial modeling tasks.
Parse, convert, geocode, visualize, and measure geographic data. Use for address cleanup, geo file conversion, mapping, and distance workflows.
Process images for cleanup, conversion, metadata, comparison, icons, palettes, collages, and sprite sheets. Use for single-image or batch image workflows.
Plan and build MCP servers with agent-friendly tools, schemas, error handling, and evaluation. Use when creating or refactoring MCP integrations.
Process audio and video with clipping, conversion, analysis, captions, thumbnails, GIFs, and batch utilities. Use for practical media manipulation workflows.