What problem does it solve?
Developing plugins for the N.E.K.O platform requires understanding a strict manifest contract, SDK facades, package types, UI surface modes, and CLI tooling; this Skill guides the entire plugin lifecycle so work stays correct and inside the allowed workspace.
Core Features & Use Cases
- Plugin Creation Workflow: Asks minimum design questions, locks the plugin identity, scaffolds with
uv run neko-plugin init, and writes a DESIGN.md brief.
- Debugging and Validation: Runs
neko-plugin check, hosted TSX checks, and targeted plugin tests to diagnose manifest, entry, runtime, and UI failures.
- Contract-Driven Review: Reviews plugin diffs against boundary, identity, manifest, SDK, UI/permissions, runtime, and validation labels.
- Use Case: When asked to add a settings panel to an existing plugin, the Skill reads the plugin contract references, edits only inside
plugin/plugins/<plugin_id>/, adds a Hosted TSX surface with minimum permissions, and validates it with the focused checks.
Quick Start
Use the neko-plugin skill to create a new N.E.K.O plugin called weather that fetches forecasts and exposes a settings panel.