Metadata-Version: 2.4
Name: soliplex-skills
Version: 0.1.2
Summary: Shared release/upgrade infrastructure for Soliplex filesystem skills.
Project-URL: Homepage, https://soliplex.github.io/soliplex-skills/
Project-URL: Repository, https://github.com/soliplex/soliplex-skills
Author: Soliplex
License-Expression: MIT
License-File: LICENSE
Keywords: agentskills,github,release,skills,soliplex
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# `soliplex-skills`: skill release / upgrade utilities

This project hosts shared infrastructure for releasing tagge / rolling
versions of filesystem-based (https://agentskills.io) skills from other
Soliplex projects:

- `soliplex`: `soliplex-docs` skill
- `soliplex-template`: `soliplex-template` skill
- `soliplex-concierge`: `soliplex-concierge-installer`,
  `soliplex-concierge.room`, and `soliplex-concierge.admin` skills.

## Features

- Rolling releases of skills as artifacts of Github auto-generated
  repository releases.

- Tagged releases of skills as artifacts of explicitly-managed Github
  releases.

- Embedded `skill_versions.py` script within such skills can query
  available releases, and upgrade / downgrade themselves to a user-selected
  release.

- Support for installation of such skills into Soliiplex installations
  and rooms.
