Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

OpenEnv

OpenEnv 收录了来自 huggingface 的 16 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
16
Stars
2.4k
更新
2026-06-30
Forks
409
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

generate-openenv-env
软件开发工程师

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 models/client/server/openenv.yaml. Do not use for model training or evaluation tasks.

2026-06-30
release
软件开发工程师

Release workflow for deploying OpenEnv environments to Hugging Face Spaces and keeping canonical references in sync.

2026-06-29
hf-cli
软件开发工程师

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.

2026-04-18
openenv-cli
软件开发工程师

OpenEnv CLI (`openenv`) for scaffolding, validating, building, and pushing OpenEnv environments.

2026-04-18
deploy-hf
软件开发工程师

Deploy an OpenEnv environment to Hugging Face Spaces. Use when asked to deploy, push to Hugging Face, or update a space.

2026-04-14
watch-pr
软件开发工程师

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.

2026-03-05
hf-space-recovery
网络与计算机系统管理员

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`/`APP_STARTING`/`RUNTIME_ERROR`, or when release collections need to be reconciled after targeted redeploys.

2026-03-03
pre-submit-pr
软件质量保证分析师与测试员

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.

2026-02-07
sprint
软件开发工程师

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.

2026-02-07
update-docs
软件开发工程师

Update documentation across the repo after API changes. Finds stale references in docs, examples, docstrings, and fixes them.

2026-02-07
work-on-issue
软件开发工程师

Start work on a GitHub issue. Extracts requirements, creates worktree, sets up TDD workflow.

2026-02-07
implement
软件开发工程师

Make tests pass. Invoke after /write-tests produces failing tests.

2026-01-21
simplify
软件开发工程师

Refactor code after tests pass. The "Refactor" phase of Red-Green-Refactor.

2026-01-21
write-tests
软件质量保证分析师与测试员

Write failing tests from requirements. Invoke for each todo before /implement.

2026-01-21
alignment-review
软件质量保证分析师与测试员

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.

2026-01-13
rfc-check
软件开发工程师

Determine if proposed changes require an RFC. Use when planning significant changes, before starting major work, or when asked whether an RFC is needed.

2026-01-13