cmd

Explain Kukicha CLI and code-generation internals across five binaries.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kukichalang/kukicha --skill cmd-kukichalang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cmd
Source: https://github.com/kukichalang/kukicha/tree/main/.claude/skills/cmd
Command: npx skills add https://github.com/kukichalang/kukicha --skill cmd-kukichalang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kukicha's cmd skill documents and clarifies the CLI and code-generation internals to help developers understand how the main kukicha CLI and related binaries are wired and tested.

Core Features & Use Cases

  • Describes the five standalone binaries under cmd, the Go→Kukicha converter, two code generators, and their interactions with LSP, the proxy, and the WASM playground.
  • Details the build/run/pack/context/audit workflows and how tests exercise the cmd components (kukicha, gengostdlib, genstdlibregistry).
  • Serves as a contributor guide to navigate the repository's CLI commands, subcommands, and automation flows across the cmd-related skills.

Quick Start

Experiment with the cmd/kukicha binaries (build, run, check, fmt, brew, pack) to observe the CLI wiring and code-generation flow.

Frequently Asked Questions about cmd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the Kukicha CLI code-generation architecture and how do its binaries interact?

You can inspect Kukicha CLI internals by experimenting with cmd/kukicha binaries using build, run, check, fmt, brew, and pack commands. This reveals the CLI wiring, code-generation flow, and how the standalone binaries interact with LSP and the WASM playground.

How do I test CLI commands and code generators in a Kukicha repository?

You test Kukicha CLI commands and code generators by exercising the cmd components across cmd/kukicha, cmd/genstdlibregistry, and cmd/gengostdlib. The test coverage specifically validates the build, run, pack, context, and audit workflows for the five standalone binaries and code generation tools.

Does the Kukicha CLI integrate with Language Server Protocol and WebAssembly?

The Kukicha cmd subsystem requires a structured metadata format with frontmatter name and description fields, plus tagline, category, keywords, dependencies, components, and safety checks. This structured format ensures the five binaries and code generators are properly documented and configured.

What is the best way to navigate code-generation flows across Kukicha CLI binaries?

The best way to navigate Kukicha CLI code-generation flows is through the cmd skill contributor guide, which documents the five binaries, Go→Kukicha converter, and two code generators. It clarifies how build, run, pack, context, and audit workflows connect across cmd-related skills.