openkaiden
Official@openkaiden
Offers standardized engineering patterns for Go-based command structures, containerized workspace management, and rigorous testing protocols for distributed development environments.
Agent Skills by openkaiden
Showing 35 vetted skills indexed across 3 GitHub repositories.
add-skill
Create and register new agent skills in the .agents/skills/ directory.
work-on-issue
Analyze GitHub issues and pull requests to generate structured implementation plans.
add-cli-flag
Standardize new CLI argument implementation across structs, validation, tests, and README updates.
add-agent
Generate implementation and testing checklists for integrating new AI coding agents into openshell-image-builder.
add-base-image
Standardize new base container images in the openshell-image-builder repository.
integration-tests
Validate openshell-image-builder container images with podman integration tests.
add-inference
Standardize new LLM inference provider integration into OpenShell image builder.
coderabbit-review
Fetch and triage CodeRabbitAI review comments from GitHub pull requests.
sandbox-policy
Assemble and validate YAML network security policies for OpenShell sandboxes.
update-github-action
Resolve GitHub Actions tags to immutable commit SHAs for workflow steps.
check
Run cargo fmt, clippy, and unit tests before committing.
debug-image
Inspect container images and replicate integration test failures via shell access.
commit
Generate conventional commit messages with type, scope, subject, body, and footer rules.
add-parent-command
Create a Cobra parent command that groups subcommands and validates arguments.
working-with-instances-manager
Manage AI workspace instance lifecycles across runtimes with project detection.
copyright-headers
Automate Apache-2.0 copyright header insertion and updates across Go, YAML/TOML, shell scripts, and Makefiles.
cross-platform-development
Construct host and container paths with filepath.Join and path.Join for cross-platform tests.
add-alias-command
Create alias commands that delegate to target commands with copied flags.
add-command-with-json
Scaffold Cobra CLI commands with JSON output and tests.
implementing-command-patterns
Implement command patterns for Go CLI tools using Cobra.
add-runtime
Add a new runtime backend to the kdn runtime system.
working-with-secrets
Store secret values in the system keychain and metadata in a local secrets.json registry.
complete-pr
Validate pull request completeness across code, tests, and documentation.
working-with-autoconf
Automate autoconf workflows for secret detection, filtering, and config targeting.
Frequently Asked Questions About openkaiden
FAQPage SchemaWhat specific engineering tasks are enabled by these patterns?▼
These patterns enable rapid scaffolding of Go-based command structures, standardized container image validation, and secure management of system keychain secrets. They facilitate consistent implementation of runtime backends, network security policies, and structured logging for complex multi-step operations within development environments.
Which technical personas benefit from these implementations?▼
Platform engineers, Go developers, and DevOps practitioners focused on containerized environments benefit most. These patterns are designed for engineers building modular command-line interfaces, managing Podman-based workspace lifecycles, or enforcing strict quality assurance protocols across distributed development repositories.
What are the prerequisites for implementing these patterns?▼
Implementation requires a Go development environment, familiarity with the Cobra framework, and Podman installed for container runtime operations. Users should have basic knowledge of Go module structures and standard testing practices to effectively integrate these patterns into existing project architectures.