@dkyazzentwatwa/invoice-generator

My comprehensive, tested + audited, library of skills to use for ChatGPT.

View in AI SkillSafe app
Scanned · no findings
93 downloads
0 stars
0 demos
SKILL.md

ChatGPT Skills Library

A reduced, higher-signal library of agent skills for ChatGPT. The repo now favors fewer, broader skills with real deterministic tooling over a long tail of thin utility wrappers.

Structure

Each skill lives in its own folder and contains:

  • SKILL.md: frontmatter plus operational instructions
  • agents/openai.yaml: UI-facing metadata for skill pickers
  • scripts/: executable helpers and requirements.txt when Python scripts exist
  • references/: load-on-demand documentation when needed
  • assets/: templates or static resources used in outputs

Core Commands

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 audit_all_skills.py
python3 verify_docs.py
python3 skill-creator/scripts/package_skill.py my-skill ./dist

Current Catalog

<!-- SKILL-LIST:START -->
  • crypto-ta-analyzer
  • data-storyteller
  • document-converter-suite
  • financial-calculator
  • geo-toolkit
  • image-enhancement-suite
  • media-toolkit
  • mcp-builder
  • ocr-document-processor
  • qr-code-generator
  • skill-creator
  • svg-precision-skill
<!-- SKILL-LIST:END -->

Notes

  • The old micro-skill catalog was intentionally pruned.
  • Overlapping image, media, geo, and analytics utilities were merged into broader suites.
  • Repo docs are verified against the actual skill folders with verify_docs.py.

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@dkyazzentwatwa/invoice-generator/verified)](https://skillsafe.ai/skill/@dkyazzentwatwa/invoice-generator/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@dkyazzentwatwa/invoice-generator/installs)](https://skillsafe.ai/skill/@dkyazzentwatwa/invoice-generator/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@dkyazzentwatwa/invoice-generator/scan)](https://skillsafe.ai/skill/@dkyazzentwatwa/invoice-generator/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@dkyazzentwatwa/invoice-generator/eval)](https://skillsafe.ai/skill/@dkyazzentwatwa/invoice-generator/)