Skip to content

Releases: gaelic-ghost/python-skills

v1.2.3

13 Mar 02:19

Choose a tag to compare

What changed

  • aligned python-skills with the newer repo standards used in the more recent skill bundles
  • added canonical root documentation in README.md and checklist-style planning in ROADMAP.md
  • added maintainer docs under docs/maintainers/ and repo-local validation tooling in pyproject.toml, scripts/validate_repo_metadata.py, .github/scripts/validate_repo_docs.sh, and tests/test_validate_repo_metadata.py
  • normalized all four active skills' SKILL.md and agents/openai.yaml files to better match shipped behavior
  • retired duplicate per-skill README.md files in favor of references/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.md files were removed as maintained public surfaces; canonical per-skill docs now live in SKILL.md, agents/openai.yaml, and references/

Migration/upgrade notes

  • update any maintainer workflows that still read per-skill README.md files to use SKILL.md and references/customization.md instead
  • use uv sync --dev, uv run python scripts/validate_repo_metadata.py, zsh .github/scripts/validate_repo_docs.sh, and uv run pytest as the repo's current maintainer validation path

Verification performed

  • uv run python scripts/validate_repo_metadata.py
  • zsh .github/scripts/validate_repo_docs.sh
  • uv run pytest
  • help-path smoke checks for each shipped shell entrypoint

v1.2.2

28 Feb 21:27

Choose a tag to compare

Full Changelog: v1.2.1...v1.2.2

v1.2.1

28 Feb 01:31

Choose a tag to compare

Patch release: republished current state after README + automation-template documentation updates.

v1.2.0

28 Feb 01:27

Choose a tag to compare

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

27 Feb 19:41

Choose a tag to compare

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 codex
    • npx skills add gaelic-ghost/python-skills -g -a codex
  • Added a short note linking to official flag documentation.

v1.1.0

27 Feb 19:07

Choose a tag to compare

Highlights

  • Added SECURITY_SCAN.md with a full sensitive-data and personalization scan report.
  • Added customization guides for all included skills:
    • bootstrap-python-mcp-service/README.md
    • bootstrap-python-service/README.md
    • bootstrap-uv-python-workspace/README.md
    • uv-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

27 Feb 18:36

Choose a tag to compare