My comprehensive, tested + audited, library of skills to use for ChatGPT.
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill stock-screenerInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
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.
Each skill lives in its own folder and contains:
SKILL.md: frontmatter plus operational instructionsagents/openai.yaml: UI-facing metadata for skill pickersscripts/: executable helpers and requirements.txt when Python scripts existreferences/: load-on-demand documentation when neededassets/: templates or static resources used in outputspython3 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
crypto-ta-analyzerdata-storytellerdocument-converter-suitefinancial-calculatorgeo-toolkitimage-enhancement-suitemedia-toolkitmcp-builderocr-document-processorqr-code-generatorskill-creatorsvg-precision-skillverify_docs.py.