release Skill
Release workflow for deploying OpenEnv environments to Hugging Face Spaces and keeping canonical references in sync. Published by huggingface in OpenEnv.
What is release Skill?
Release workflow for deploying OpenEnv environments to Hugging Face Spaces and keeping canonical references in sync. Published by huggingface in OpenEnv. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use release Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: huggingface
- Repository: huggingface/OpenEnv
- Skill file: .claude/skills/release/SKILL.md
What it does
Release workflow for deploying OpenEnv environments to Hugging Face Spaces and keeping canonical references in sync.
Skill instructions
Release Skill This skill orchestrates the repo-embedded deployment tooling and documents the openenv-namespace canonicalization process. Prerequisites - hf CLI authenticated (run hf auth login or set HFTOKEN). - Local build dependencies installed so scripts/preparehfdeployment.sh can stage Docker contexts. - Access to scripts/managehfcollection.py for collection updates and discovery. Primary Flow 1. Stage envs with scripts/preparehfdeployment.sh. Default arguments deploy every deployable env from envs/. Pass --env <name to target a subset. The script: - Resolves the requested OpenEnv ref for staged dependency rewrites. If 0.2.2 is only a release-candidate label and no v0.2.2 tag exists yet, the script should fall back to main for env dependency rewrites while keeping the Hub suffix at -0.2.2. - Rewrites loose openenv-core[core]=... specs and direct Dockerfile installs to git+https://github.com/huggingface/OpenEnv.git@<resolved-ref so the sweep does not silently install 0.2.1 from PyPI
Explore related resources
Frequently asked questions
What is release?
release is a open-source AI agent skill with Copy skill directory. Release workflow for deploying OpenEnv environments to Hugging Face Spaces and keeping canonical references in sync.
Who is release best for?
release is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install release?
Install or run release using Copy skill directory. Check release for the latest setup command.
Is release actively maintained?
release may need a closer maintenance check before production use.
Auto-fetched from GitHub.