一键导入
Waddle
Waddle 收录了来自 wu-zhonghua 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Use when implementing or changing a Waddle feature that must be delivered to GitHub, especially with local installation, a dirty worktree, or diverged remote history.
Guide for publishing Waddle GitHub releases. Use when creating release tags, editing release workflows, changing electron-updater behavior, or verifying auto-update artifacts.
Guide for adding new configuration settings to Pengu. Use when adding a new setting to the configuration system, implementing a new config key, or adding user-customizable settings.
Guide for adding new RPC calls to Pengu. Use when implementing new RPC commands, adding server-client communication methods, or extending the RPC interface with new functionality.
Guide for adding new wsh commands to Pengu. Use when implementing new CLI commands, adding command-line functionality, or extending the wsh command interface.
Guide for creating and displaying context menus in Pengu. Use when implementing right-click menus, adding context menu items, creating submenus, or handling menu interactions with checkboxes and separators.
Guide for implementing a new view type in Pengu. Use when creating a new view component, implementing the ViewModel interface, registering a new view type in BlockRegistry, or adding a new content type to display within blocks.
Guide for adding new Electron APIs to Pengu. Use when implementing new frontend-to-electron communications via preload/IPC.
Guide for creating PenguEnv narrowings in Pengu. Use when writing a named subset type of PenguEnv for a component tree, documenting environmental dependencies, or enabling mock environments for preview/test server usage.
Guide for working with Pengu's WPS (Pengu PubSub) event system. Use when implementing new event types, publishing events, subscribing to events, or adding asynchronous communication between components.