بنقرة واحدة
openshell-image-builder
يحتوي openshell-image-builder على 12 من skills المجمعة من openkaiden، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Step-by-step checklist for adding a new CLI flag to openshell-image-builder, covering all locations from the clap struct to integration tests
Understand and edit the OpenShell sandbox policy — base YAML, network rule schema, how inference and agent fragments are merged, and how to test changes
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
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
Step-by-step checklist for adding a new base image to openshell-image-builder, covering the Containerfile match arm, unit tests, and integration tests
Create a new project skill in .agents/skills/ and register it in the skills README
Run the pre-commit check suite — cargo fmt, clippy, and unit tests — and fix formatting automatically if needed
Fetch all CodeRabbitAI review comments on the current PR, triage them by severity, and address the actionable ones
Inspect a built openshell test image interactively — verify binaries, config files, policy, env vars, and file ownership after a failing integration test
Run the integration tests in tests/integration_test.rs against real container images built with podman
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
Fetch an issue from the upstream repository, understand its scope, map it to existing skills, and produce an implementation plan