.Kilocode
by @mits-pl · plugin · 8 skills
.Kilocode from mits-pl/wove.
Install the whole plugin (CLI)
npx skillmds add mits-pl/add-rpc
npx skillmds add mits-pl/waveenv
npx skillmds add mits-pl/add-config
npx skillmds add mits-pl/add-wshcmd
npx skillmds add mits-pl/wps-events
npx skillmds add mits-pl/create-view
npx skillmds add mits-pl/context-menu
npx skillmds add mits-pl/electron-apiSkills in this plugin
- ▌ add-rpc · mits-plGuides developers through adding new RPC commands to Wave Terminal, covering interface definitions, type conventions, code generation, and implementation across server, Electron, frontend, remote, and terminal components.
- ▌ waveenv · mits-plGuides creating named subset types of WaveEnv to document a component tree's environmental dependencies and enable mock environments for preview/test servers.
- ▌ add-config · mits-plGuides adding new configuration settings to Wave Terminal's hierarchical config system, covering Go structs, JSON schema, defaults, docs, and frontend/backend usage.
- ▌ add-wshcmd · mits-plGuides developers through adding new wsh commands to Wave Terminal, covering file creation, Cobra command structure, flags, block arguments, and RPC integration.
- ▌ wps-events · mits-plImplements and manages Wave Terminal's WPS publish-subscribe event system, covering event type definition, publishing, subscribing, and TypeScript type generation.
- ▌ create-view · mits-plImplements a new view type in Wave Terminal by creating a ViewModel class, a React view component, and registering it in the BlockRegistry.
- ▌ context-menu · mits-plCreates and displays context menus in Wave Terminal, covering menu item types, submenus, checkboxes, and event handling.
- ▌ electron-api · mits-plGuides adding new Electron APIs to Wave Terminal, covering TypeScript types, preload exposure, IPC handlers, and preview stubs for sync, async, fire-and-forget, and event-listener patterns.