{
  "markdown": "# ChatGPT Skills Library\n\nA 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.\n\n## Structure\n\nEach skill lives in its own folder and contains:\n\n- `SKILL.md`: frontmatter plus operational instructions\n- `agents/openai.yaml`: UI-facing metadata for skill pickers\n- `scripts/`: executable helpers and `requirements.txt` when Python scripts exist\n- `references/`: load-on-demand documentation when needed\n- `assets/`: templates or static resources used in outputs\n\n## Core Commands\n\n```bash\npython3 skill-creator/scripts/init_skill.py my-skill --path .\npython3 skill-creator/scripts/generate_openai_yaml.py my-skill \\\n  --interface display_name=\"My Skill\" \\\n  --interface short_description=\"One-line summary\" \\\n  --interface default_prompt=\"Help me use this skill.\"\npython3 skill-creator/scripts/quick_validate.py my-skill\npython3 audit_all_skills.py\npython3 verify_docs.py\npython3 skill-creator/scripts/package_skill.py my-skill ./dist\n```\n\n## Current Catalog\n\n<!-- SKILL-LIST:START -->\n- `crypto-ta-analyzer`\n- `data-storyteller`\n- `document-converter-suite`\n- `financial-calculator`\n- `geo-toolkit`\n- `image-enhancement-suite`\n- `media-toolkit`\n- `mcp-builder`\n- `ocr-document-processor`\n- `qr-code-generator`\n- `skill-creator`\n- `svg-precision-skill`\n<!-- SKILL-LIST:END -->\n\n## Notes\n\n- The old micro-skill catalog was intentionally pruned.\n- Overlapping image, media, geo, and analytics utilities were merged into broader suites.\n- Repo docs are verified against the actual skill folders with `verify_docs.py`.\n",
  "bytes": 1639,
  "sha": "1f329728b6c7ce3e367a4abd06aa20889371af97a4d8c262fdc9508f69adf463",
  "repo_slug": "dkyazzentwatwa/chatgpt-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_dkyazzentwatwa_chatgpt_skills_crypto_ta__f0935a2a/readme"
}