hf-cli
01Skill Claude CodeCodex
Hugging Face Hub CLI (hf) for downloading, uploading, and managing repositories, models, datasets, and Spaces on the Hugging Face Hub. Replaces now deprecated huggingface-cli command.
Skill Claude CodeCodex
Hugging Face Hub CLI (hf) for downloading, uploading, and managing repositories, models, datasets, and Spaces on the Hugging Face Hub. Replaces now deprecated huggingface-cli command.
Skill Claude CodeCodex
OpenEnv CLI (openenv) for scaffolding, validating, building, and pushing OpenEnv environments.
Skill Claude CodeCodex
Review code changes for bugs and alignment with OpenEnv principles and RFCs. Use when reviewing PRs, checking code before commit, or when asked to review changes. Implements two-tier review model.
Skill Claude CodeCodex
Deploy an OpenEnv environment to Hugging Face Spaces. Use when asked to deploy, push to Hugging Face, or update a space.
Skill Claude CodeCodex
Generate OpenEnv environments from a concrete use case (for example, "generate an env for the library textarena"). Use when asked to design or implement a new environment under envs/ by researching a target library/API, selecting matching OpenEnv examples, asking key implementation questions, and building…
Skill Claude CodeCodex
Diagnose and recover failing or stuck Hugging Face Space deployments for OpenEnv environments. Use when deploying envs from envs/ to the Hub (openenv namespace with version suffixes), when Spaces are in BUILDING/APPSTARTING/RUNTIMEERROR, or when release collections need to be reconciled after targeted redeploys.
Skill Claude CodeCodex
Make tests pass. Invoke after /write-tests produces failing tests.
Skill Claude CodeCodex
Validate changes before submitting a pull request. Run comprehensive checks including lint, tests, alignment review, and RFC analysis. Use before creating a PR, when asked if code is ready for review, or before pushing for PR.
Skill Claude CodeCodex
Release workflow for deploying OpenEnv environments to Hugging Face Spaces and keeping canonical references in sync.
Skill Claude CodeCodex
Determine if proposed changes require an RFC. Use when planning significant changes, before starting major work, or when asked whether an RFC is needed.
Skill Claude CodeCodex
Refactor code after tests pass. The "Refactor" phase of Red-Green-Refactor.
Skill Claude CodeCodex
Work on a batch of GitHub issues in parallel using Agent Teams. Creates one worktree per issue with TDD enforcement, coordinates via a lead agent, then produces stacked PRs.
Skill Claude CodeCodex
Update documentation across the repo after API changes. Finds stale references in docs, examples, docstrings, and fixes them.
Skill Claude CodeCodex
Monitor a PR's CI checks and Greptile code review after submission. Polls CI status, auto-fixes failures via ralph-loop, waits for Greptile review, addresses comments, and iterates until green.
Skill Claude CodeCodex
Start work on a GitHub issue. Extracts requirements, creates worktree, sets up TDD workflow.
Skill Claude CodeCodex
Write failing tests from requirements. Invoke for each todo before /implement.