with one click
kdn
kdn contains 22 collected skills from openkaiden, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Add a new runtime implementation to the kdn runtime system
Guide to using the instances manager API for workspace management and project detection
Guide to understanding and working with the kdn runtime system architecture
Guide to configuring the Podman runtime including image setup, agent configuration, and containerfile generation
Conventional Commit Message Generator
Guide to the autoconf package — how secret detection, filtering, and the runner are wired together, and how to extend the system with new detector types
Guide to workspace configuration for environment variables, mount points, skills, MCP servers, secrets and network access at multiple levels
Essential patterns for cross-platform compatibility including path handling and testing practices
Guide to the secrets abstraction including the Store, SecretService registry, and how to add new named secret types
Guide to the OneCLI package including the Client, CredentialProvider, SecretMapper, and SecretProvisioner interfaces, how they integrate with the Podman runtime, and the deny-mode networking / approval-handler sidecar design
Guide to the devcontainers features package including the Feature/FeatureMetadata/FeatureOptions interfaces, OCI and local feature implementations, the FromMap→Download→Order workflow, and how the Podman runtime integrates features into Containerfile generation
Guide to the JSON output types used by CLI commands, where they are defined, and how to find them
Checklist and guidance for ensuring a PR is complete with code, tests, and documentation
Add an alias command that delegates to an existing command
Add a simple CLI command without JSON output support
Add a new CLI command with JSON output support
Add a parent/root command that has subcommands
Add or update Apache License 2.0 copyright headers to Go source files, configuration files (YAML, TOML), shell scripts, and Makefiles
Advanced patterns for implementing commands including flag binding, JSON output, and interactive sessions
Testing best practices including parallel execution, fake objects, and factory injection patterns
Comprehensive guide to testing CLI commands with unit tests, E2E tests, and best practices
Complete guide to integrating StepLogger for user progress feedback in commands and runtimes