Releases: gaelic-ghost/python-skills
Releases · gaelic-ghost/python-skills
v1.2.3
What changed
- aligned
python-skillswith the newer repo standards used in the more recent skill bundles - added canonical root documentation in
README.mdand checklist-style planning inROADMAP.md - added maintainer docs under
docs/maintainers/and repo-local validation tooling inpyproject.toml,scripts/validate_repo_metadata.py,.github/scripts/validate_repo_docs.sh, andtests/test_validate_repo_metadata.py - normalized all four active skills'
SKILL.mdandagents/openai.yamlfiles to better match shipped behavior - retired duplicate per-skill
README.mdfiles in favor ofreferences/customization.md - updated shipped shell entrypoints toward Zsh-safe execution while preserving the newer layered customization behavior now on
main
Breaking changes
- per-skill
README.mdfiles were removed as maintained public surfaces; canonical per-skill docs now live inSKILL.md,agents/openai.yaml, andreferences/
Migration/upgrade notes
- update any maintainer workflows that still read per-skill
README.mdfiles to useSKILL.mdandreferences/customization.mdinstead - use
uv sync --dev,uv run python scripts/validate_repo_metadata.py,zsh .github/scripts/validate_repo_docs.sh, anduv run pytestas the repo's current maintainer validation path
Verification performed
uv run python scripts/validate_repo_metadata.pyzsh .github/scripts/validate_repo_docs.shuv run pytest- help-path smoke checks for each shipped shell entrypoint
v1.2.2
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Patch release: republished current state after README + automation-template documentation updates.
v1.2.0
What's changed
- Added Codex App and Codex CLI automation prompt template sections to all four Python skills.
- Included per-skill automation suitability guidance and customization placeholder catalogs.
- Updated README with an Automation Templates section describing the new inline templates.
v1.1.1
Highlights
- Updated top-level README with concise Skills CLI install usage.
- Added explicit local and global install examples for Codex:
npx skills add gaelic-ghost/python-skills -a codexnpx skills add gaelic-ghost/python-skills -g -a codex
- Added a short note linking to official flag documentation.
v1.1.0
Highlights
- Added
SECURITY_SCAN.mdwith a full sensitive-data and personalization scan report. - Added customization guides for all included skills:
bootstrap-python-mcp-service/README.mdbootstrap-python-service/README.mdbootstrap-uv-python-workspace/README.mduv-pytest-unit-testing/README.md
- Clarified how users can adapt defaults for platform assumptions, Python version, workspace shape, and quality gates.
Security Scan Result
- No hard secrets, credentials, private keys, or direct PII found in tracked skill files.
Compatibility
- Docs-only release.
- No script or runtime behavior changes in
v1.1.0.
v1.0.0
Full Changelog: https://github.com/gaelic-ghost/python-skills/commits/v1.0.0