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

openshell-image-builder

openshell-image-builder 收录了来自 openkaiden 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
12
Stars
3
更新
2026-07-07
Forks
2
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

add-cli-flag
软件开发工程师

Step-by-step checklist for adding a new CLI flag to openshell-image-builder, covering all locations from the clap struct to integration tests

2026-07-07
sandbox-policy
软件开发工程师

Understand and edit the OpenShell sandbox policy — base YAML, network rule schema, how inference and agent fragments are merged, and how to test changes

2026-06-09
add-inference
软件开发工程师

Step-by-step checklist for adding a new inference provider to openshell-image-builder, covering the trait implementation, agent wiring, unit tests, integration tests, and README

2026-06-05
add-agent
软件开发工程师

Step-by-step checklist for adding a new agent to openshell-image-builder, covering the Agent trait, mod.rs registration, unit tests, integration tests, and README

2026-06-05
add-base-image
软件开发工程师

Step-by-step checklist for adding a new base image to openshell-image-builder, covering the Containerfile match arm, unit tests, and integration tests

2026-06-05
add-skill
软件开发工程师

Create a new project skill in .agents/skills/ and register it in the skills README

2026-06-05
check
软件开发工程师

Run the pre-commit check suite — cargo fmt, clippy, and unit tests — and fix formatting automatically if needed

2026-06-05
coderabbit-review
软件质量保证分析师与测试员

Fetch all CodeRabbitAI review comments on the current PR, triage them by severity, and address the actionable ones

2026-06-05
debug-image
软件开发工程师

Inspect a built openshell test image interactively — verify binaries, config files, policy, env vars, and file ownership after a failing integration test

2026-06-05
integration-tests
软件质量保证分析师与测试员

Run the integration tests in tests/integration_test.rs against real container images built with podman

2026-06-05
update-github-action
软件开发工程师

Add or update a GitHub Actions step — fetch the latest release tag and its commit SHA, write the pinned uses line with a version comment

2026-06-05
work-on-issue
软件开发工程师

Fetch an issue from the upstream repository, understand its scope, map it to existing skills, and produce an implementation plan

2026-06-05