← all publishers

liueggy

@liueggy source repo

65 published skills

  1. Figma Use · liueggy bundle
    **MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `use_figma` tool call. NEVER call `use_figma` directly without loading this skill first. Skipping it causes common, hard-to-debug failures. Trigger whenever the user wants to perform a write action or a unique read action that requires JavaScript execution in the Figma file context — e.g. create/edit/delete nodes, set up variables or tokens, build components and variants, modify auto-layout or fills, bind variables to properties, or inspect file structure programmatically.
    0
    installs
  2. Edit Figma Design · liueggy
    Create or update Figma designs directly from a written product or UI description using the Figma MCP authoring tools. Use when the user wants a mockup, wireframe, screen, component, flow, or concept designed in Figma from text, or wants to iterate on an existing Figma file from textual feedback. Despite the name, this skill can start from a new blank file or edit an existing one. Do not use for capture-based workflows that turn a running page into Figma; use `figma-generate-design` for those, and use `implement-design` for code implementation requests. Requires Figma MCP server connection.
    0
    installs
  3. Figma Generate Library · liueggy bundle
    Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variables/tokens, build component libraries, set up theming (light/dark modes), document foundations, or reconcile gaps between code and Figma. This skill teaches WHAT to build and in WHAT ORDER — it complements the `figma-use` skill which teaches HOW to call the Plugin API. Both skills should be loaded together.
    0
    installs
  4. Figma Implement Design · liueggy
    Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions "implement design", "generate code", "implement component", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.
    0
    installs
  5. Figma Code Connect Components · liueggy
    Connects Figma design components to code components using Code Connect mapping tools. Use when user says "code connect", "connect this component to code", "map this component", "link component to code", "create code connect mapping", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.
    0
    installs
  6. Firefly Board · liueggy
    专用于用户的 Firefly 控制主板开发/运维/调试。触发场景:用户提到 Firefly 板子、控制主板、192.168.31.50、板子 SSH/ADB、ROS Noetic、mihomo 科学上网、GPIO/I2C/UART/串口调试、外设控制、板子开发环境、在板子上安装软件/跑程序/查日志/修复环境时使用。该技能包含板子的连接方式、已安装工具、硬件接口、敏感 GPIO、ROS/mihomo 配置和推荐操作流程。
    0
    installs
  7. Firefly Mecanum Ros · liueggy
    Use when working on the Firefly mecanum-wheel ROS Noetic robot project, including STM32 serial protocol, eggy_base_driver, bringup, URDF/TF, IMU, odom, battery, and launch/debug workflow.
    0
    installs
  8. Qt Qml · liueggy
    Applies QML best practices when producing or working with QML source code. Use whenever QML code is the primary subject: writing, reviewing, fixing, refactoring, optimizing, or debugging QML files, components, or bindings. Do NOT trigger for purely conversational QML questions where no code is produced or examined (e.g. "explain how anchors work").
    0
    installs
  9. Qt Project · liueggy bundle
    Use to generate or update Qt5 projects — both qmake (.pro) and CMake. Covers project setup, qmake .pro files, and Qt5 CMake API. When the user does not specify a build system, prefer qmake as the default for Qt5.
    0
    installs
  10. Qt Cpp Docs · liueggy
    Generates standalone Markdown reference documentation for any Qt/C++ source files — Qt Widgets classes, Qt Quick backends, Qt/C++ modules, plain C++ utilities, structs, free-function headers, and entry points like main.cpp. Use this skill to document any .h or .cpp file: Qt classes, plain C++ code, utility helpers, or application startup files. Triggers on: "document this class", "write docs for my C++", "document main.cpp", "C++ API docs", "document my Qt app", or whenever C++ or header files are provided and documentation is needed. Works with single files, pasted code, or entire project folders. DO NOT use if the user asks for QDoc format output.
    0
    installs
  11. Qt Qml Docs · liueggy
    Generates standalone Markdown reference documentation for QML components and applications. Use this skill whenever you want to document QML files, create API reference docs for a QML component or module, document a Qt Quick application, or produce developer-facing documentation from .qml source code. Triggers on: "document this QML", "write docs for my QML", "create reference docs", "document QML component", "QML API docs", "document my Qt Quick component", "document my Qt app", or any time one or more .qml files are provided and documentation is needed. Works with single files, pasted code, or entire project folders. DO NOT use if the user asks for QDoc format output.
    0
    installs
  12. Qt Qml Test · liueggy bundle
    Generates Qt Quick Test cases (TestCase, SignalSpy, tryCompare) for QML components. Use for "write QML tests", "qml test", "qt quick test".
    0
    installs
  13. Qt UI Design · liueggy
    Design or audit UI for Qt/QML, Qt projects, web, or embedded MPU or MCU targets. Use when creating screens, layouts, navigation, or auditing UX.
    0
    installs
  14. Qt Cpp Review · liueggy bundle
    Invoke when the user asks to review, check, audit, or look over Qt5 C++ code — or suggest before committing. Runs deterministic linting (60+ rules) then six parallel deep- analysis agents covering model contracts, ownership, threading, API correctness, error handling, and performance. Reports only high-confidence issues (>80/100) with structured mitigations. Read-only — never modifies code.
    0
    installs
  15. Qt Qml Review · liueggy bundle
    Invoke when the user asks to review, check, audit, or look over Qt5 QML code -- or suggest before committing. Runs deterministic linting (47+ rules) then six parallel deep- analysis agents covering bindings, layout, loaders, delegates, states, and performance. Designed for Qt5 QML code. Reports only high-confidence issues (>80/100) with structured mitigations. Read-only -- never modifies code.
    0
    installs
  16. Qt Qml Profiler · liueggy bundle
    Use when the user is investigating QML / Qt Quick performance — both vague complaints ("the UI feels laggy", "this is slow", "frames are dropping", "the app stutters") and explicit asks to profile, find hotspots, or optimize bindings, signals, or rendering. Runs qmlprofiler on a 2D QML application, parses the .qtd trace, and analyzes hotspots against the source with frame-time, memory, and pixmap-cache summaries. Does NOT cover Qt Quick 3D (not available in Qt5).
    0
    installs
  17. Qt Qml Test Run · liueggy bundle
    Builds and runs Qt Quick Test (qmltestrunner / CTest) for a QML project, then writes a Markdown report. Use for "run qml tests", "run qmltestrunner".
    0
    installs
  18. Qt Figma Token Extraction · liueggy bundle
    Extract design tokens, text styles, and variables from a Figma design system and produce a design-tokens.json plus ready-to-use QML singletons. Use this skill whenever someone wants to pull their design system out of Figma — whether they say "export tokens from Figma", "get design tokens", "set up my design system", "read our Figma design system", "get Figma variables into QML", "pull our color palette from Figma", "import design tokens", "extract colors/typography/spacing from Figma", or similar. Trigger this skill at the start of any design-system workflow that involves a Figma source.
    0
    installs
  19. Qt Figma Component Generation · liueggy
    Extract component metadata from a Figma design system and generate production-ready QML controls. Use this skill whenever someone wants to turn Figma components into QML files — whether they say "generate components from Figma", "create QML controls based on a design system", "convert Figma components to QML", "build the component library", "extract button/input/checkbox from Figma", or anything similar. Requires design-tokens.json and QML design system singletons to already exist (from the token extraction skill). Uses Figma MCP to inspect components one at a time and maps variants, states, sizing, and token usage to idiomatic Qt Quick Controls 2 patterns. Trigger this skill at the component generation step of any QML design-system workflow.
    0
    installs
  20. Ros · liueggy bundle
    当用户提到 ROS、ROS1、ROS2、catkin、colcon、roscore、topic、service、action、launch、rviz、gazebo、tf、urdf、xacro、slam、nav2、机器人中间件、机器人节点通信、传感器驱动、导航栈、机械臂 ROS 集成,或希望学习、搭建、调试、解释、编写、运行 ROS/ROS 2 工程时使用此技能。也用于创建最小示例节点、工作空间、launch 文件、消息接口示例、诊断通信问题、解释架构与数据流、比较 ROS1 与 ROS2、以及为具体机器人项目设计软件结构。
    0
    installs
  21. Example Skill · liueggy bundle
    用于演示自定义 Minis/OpenMini 技能目录的最小示例。
    0
    installs
  22. Skill Creator · liueggy
    Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
    0
    installs
  23. Stm32 Embedded · liueggy bundle
    当用户提到 STM32、STM32CubeMX、CubeIDE、HAL、LL、寄存器、GPIO、UART、USART、SPI、I2C、ADC、DAC、TIM、PWM、DMA、EXTI、中断、NVIC、SysTick、RTC、看门狗、Flash、Bootloader、FreeRTOS、裸机、嵌入式 C、外设驱动、板级支持包、时钟树、HardFault、栈溢出、串口收发异常、DMA 不工作、中断不进入、移植、驱动分层、状态机、协议解析、低功耗、调试与排障时使用此技能。也用于生成 STM32 外设初始化模板、驱动框架、模块化代码结构、排障清单、代码审查要点,以及解释 MCU 外设与寄存器工作机制。
    0
    installs
  24. Github Sync Helper · liueggy bundle
    通用 GitHub 基础操作 + GitHub 平台对象(Issues/Labels/Milestones/Releases/Actions)自动化技能(Minis 环境)。当用户提到“GitHub 怎么用、clone、init、remote、branch、commit、push、pull、fetch、merge、rebase、tag、release、issues、actions、labels、milestone、保护分支、fork、PR、同步到上游(upstream)、删除分支、清空目录后恢复、直推 main、一键同步”等任意 Git/GitHub 基础操作与工作流时,必须触发本技能。
    0
    installs
  25. Zhihu Draft Helper · liueggy bundle
    当用户提到知乎、知乎发文、知乎发布文章、知乎草稿、知乎编辑文章、知乎登录后操作、知乎API、知乎直连发布、知乎草稿工具、知乎内容同步、绕过知乎编辑器、知乎批量发布、帮我发一篇知乎测试文章、帮我在知乎上操作网页时使用。
    0
    installs
  26. Generative UI Minis · liueggy bundle
    在 Minis 当前环境里,把文本说明自动转换成更像 Claude Artifact 的单文件 HTML 生成器,统一支持卡片、表格、记录、时间线、代码块、图表等输出;当用户提到这些组件或可视化页面时应优先调用。
    0
    installs
  27. Self Improving Agent · liueggy bundle
    自我改进记录与闭环:当命令/操作失败、用户纠错、发现知识过时、外部 API 失败、或出现可复用更优方案时触发。重要任务前可回顾历史 learnings。避免在普通闲聊、无需记录的临时失误或用户已明确不需要记录时触发。
    0
    installs
  28. Csdn Publisher Helper · liueggy
    当用户提到 CSDN、CSDN 博客、CSDN 发文、CSDN 发布文章、CSDN 编辑文章、CSDN 登录后操作、查看 CSDN 阅读历史、CSDN 消息、CSDN 创作中心、CSDN 标签、CSDN 草稿、CSDN 私信、CSDN 管理博文、CSDN 搜索文章、阅读 CSDN 文章、总结 CSDN 文章、整理笔记、提取知识点、根据 CSDN 内容做学习笔记、帮我在 CSDN 上操作网页时使用。
    0
    installs
  29. Production Agent Public · liueggy bundle
    生产级 ReAct Agent 技能。当用户说"生产级方案"、"可部署代码"、"Production Agent"、 "ReAct格式"、"帮我写一个能跑的"、"长期稳定运行"、"生产环境"、"直接部署"、 "加上错误处理"、"加上重试机制"、"做成生产级"、"工业级代码"、"企业级"、 "加监控"、"加日志"、"加健康检查"、"Docker部署"、"NAS部署"、"群晖部署"、 "帮我上线"、"别挂掉"、"跑起来"、"开启生产"时触发。 激活后以「Claude Production Agent」身份运行,强制使用 ReAct 格式, 每3步插入自我反思,优先考虑错误处理、持久化、性能和部署落地。 完整示例输出见 references/示例输出.md。
    0
    installs
  30. Obsidian Knowledge Manager · liueggy bundle
    当用户提到 Obsidian、Obsidian 笔记、知识库、创建笔记、管理笔记、整理笔记、批量更新、笔记模板、学习笔记、项目文档、知识库分析、笔记结构、自动生成笔记、Obsidian 自动化、笔记维护、标签管理、分类整理、链接修复、资产处理、知识库统计、网页摘抄、Obsidian Canvas、.canvas、Obsidian Bases、.base、wikilink、callout、embed、frontmatter 时使用此技能。专门用于管理和扩展用户的 Obsidian 知识库,实现个性化写作、规范化 Markdown、网页内容清洗摘抄与画布文件支持。
    0
    installs
  31. Tui Testing · liueggy
    Write and run unit tests for Warp TUI (crates/warp_tui) elements/screens by rendering to text lines. Use for TUI test work.
    0
    installs
  32. Add Telemetry · liueggy
    Add telemetry events to track user behavior or system events in the Warp codebase. Use when instrumenting new features, debugging issues, or measuring product metrics.
    0
    installs
  33. Changelog Draft · liueggy bundle
    Generate a reviewable changelog draft from PRs merged in a release range. Extracts explicit CHANGELOG markers, classifies unmarked PRs, adds external contributor attribution, and outputs markdown + JSON artifacts. Does NOT mutate channel_versions.json.
    0
    installs
  34. Promote Feature · liueggy
    Promote a feature-flagged feature to Dogfood, Preview, or Stable in the Warp codebase. Use when a feature behind a FeatureFlag is ready to roll out to a broader audience, including wiring up the compile-time/runtime bridge and deferring flag cleanup safely.
    0
    installs
  35. Review Pr Local · liueggy
    Repo-specific review guidance for warp. Only the categories declared overridable by the core review-pr skill may be specialized here.
    0
    installs
  36. Rust Unit Tests · liueggy
    Write, improve, and run Rust unit tests in the warp Rust codebase.
    0
    installs
  37. Add Feature Flag · liueggy
    Add a new feature flag to gate code changes in the Warp codebase.
    0
    installs
  38. Gui UI Guidelines · liueggy
    GUI desktop app only. Catalog of guidelines for writing UI code in the Warp client. Read whenever doing any UI work in this repo, up front before writing the change, so the relevant guidelines shape the implementation.
    0
    installs
  39. Tui UI Guidelines · liueggy
    Guidelines for writing Warp headless TUI (crates/warp_tui) UI code with the cell-grid TuiElement library. Read before any TUI UI work.
    0
    installs
  40. Tui Verify Change · liueggy
    Verify a change to Warp's headless TUI front-end (crates/warp_tui) by running it — locally via ./script/run-tui, or in a headless cloud runner via a WARP_API_KEY dogfood build — and reading the rendered screen back (under tmux when it's installed, otherwise directly). Use whenever you change TUI UI, rendering, input, or behavior and need to confirm the real on-screen result.
    0
    installs
  41. Dedupe Issue Local · liueggy
    Repo-specific dedupe guidance for warp. Only the categories declared overridable by the core dedupe-issue skill may be specialized here.
    0
    installs
  42. Triage Issue Local · liueggy
    Repo-specific triage guidance for warp. Only the categories declared overridable by the core triage-issue skill may be specialized here.
    0
    installs
  43. Warpctrl · liueggy
    Control and inspect the currently running local Warp application with the warpctrl CLI. Use this skill whenever the user asks the agent to manipulate Warp's own windows, tabs, panes, sessions, input buffer, themes, or UI surfaces; open a file in Warp; inspect local Warp state; or explain how to invoke Warp Control manually.
    0
    installs
  44. Remove Feature Flag · liueggy
    Remove a feature flag after it has been rolled out and stabilized in the Warp codebase.
    0
    installs
  45. Gui Integration Test · liueggy
    GUI desktop app only. Writes, runs, and debugs Warp integration tests using the custom Builder/TestStep framework in `crates/integration`. Use when adding a new integration test, fixing a failing integration test, wiring a test into the manual runner or nextest suite, or verifying end-to-end UI and terminal behavior in Warp.
    0
    installs
  46. Classify Changelog Pr · liueggy
    Reference guidance for classifying whether an unmarked PR should appear in the changelog and under which category. Used inline by the changelog-draft skill — not dispatched as a separate agent.
    0
    installs
  47. Oz Platform · liueggy bundle
    Use Warp's REST API and command line to run, configure, and inspect Oz cloud agents
    0
    installs
  48. Pr Comments · liueggy bundle
    Fetch and display GitHub PR review comments for the current branch.
    0
    installs
  49. Tab Configs · liueggy
    Reference the Warp tab config schema, validation rules, and examples. Use when creating or updating Warp tab config TOML files or when another tab-config skill needs the canonical schema details.
    0
    installs
  50. Create Skill · liueggy bundle
    Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
    0
    installs
  51. Gui Create Launch Modal · liueggy
    GUI desktop app only. Create a one-time launch modal in the Warp client (feature announcement, onboarding, etc.). Use when adding a new modal that should appear exactly once per user on startup, gated by a feature flag, with colors sourced from Warp theme tokens and terminal theme colors.
    0
    installs
  52. Gui Integration Test Video · liueggy
    GUI desktop app only. Run and author Warp Rust integration tests (the `crates/integration` harness) that capture screenshots and video via `TestStep::with_start_recording()` / `with_take_screenshot()`, including mouse and keyboard event overlays. TRIGGER only for the integration-test recording pipeline: recording or screenshotting a named integration test, authoring a test that captures video/screenshots, or reviewing artifacts a test produced. SKIP for any general request to screenshot or record the running Warp app or a UI flow — capture those with the computer use tool's built-in screen recording / screenshots, not this skill.
    0
    installs
  53. Agent Add MCP · liueggy
    Use this skill when helping users add MCP servers to their Warp configuration.
    0
    installs
  54. Modify Settings · liueggy bundle
    View or modify Warp application settings using the bundled JSON schema for guidance
    0
    installs
  55. Logging And Error Reporting · liueggy
    How and when to log (log::* levels, safe_* macros) and report errors to Sentry (report_error!) in the Warp codebase. Use when adding or reviewing any logging or error reporting — picking a log level, deciding log vs. report_error!, keeping sensitive data out of logs, or surfacing an error to Sentry.
    0
    installs
  56. Change Keybinding · liueggy
    Customize Warp keyboard shortcuts (keybindings, keymappings) by editing the user's keybindings.yaml file. Use when the user asks to remap a key combination, rebind an action, change a shortcut, or remove a default keybinding (e.g. "change ctrl+space to ctrl+s", "rebind the command palette to cmd+p", "remove the default for X").
    0
    installs
  57. Create Tab Config · liueggy
    Create new Warp tab config TOML files from natural-language requests. Use when the user wants a new tab config, a new tab layout, or asks for a slash command to generate a tab config.
    0
    installs
  58. Tui Migrate Setup · liueggy bundle
    Migrates the supported subset of an existing Warp GUI setup into Warp Agent CLI without exposing credentials or application state. Use in Warp Agent CLI when a user wants to copy or move compatible settings or global file-based MCP servers from the desktop app, set up Warp Agent CLI from an existing GUI installation, or understand which Warp data is already shared.
    0
    installs
  59. Update Tab Config · liueggy
    Update existing Warp tab config TOML files from natural-language edit requests. Use when the user wants to modify a tab config that already exists or when editing a tab config file already open in Warp.
    0
    installs
  60. Gui Reproduce Bug Report Local · liueggy
    GUI desktop app only. Repo-specific bug reproduction guidance for Warp. Specializes the core reproduce-bug-report skill for logged-out Warp UI repros, exact reporter-version installs, and login-free onboarding.
    0
    installs
  61. Cross Platform Cloud Verification · liueggy
    Orchestrates cost-conscious cloud verification across available operating-system and architecture runners after cheaper checks pass. Use whenever a code change, bug fix, build, packaging flow, native dependency, UI behavior, filesystem behavior, or test has material cross-platform implications, even if the user only asks to verify or test the change. Consult domain verification skills for what to test; use this skill to choose and access the smallest relevant set of platforms.
    0
    installs
  62. Gui Onboarding Verification Skill · liueggy
    GUI desktop app only. Launch two parallel Oz cloud agents with computer use to download and install the latest stable Linux Warp build, capture screenshots while walking through first-time onboarding in both logged-out and logged-in states, then selectively fan out follow-up cloud agents for distinct onboarding branches proposed by those initial explorers. Use this whenever the user asks to test, document, screenshot, or walk through the Warp first-time install/onboarding experience in a cloud Linux environment.
    0
    installs
  63. Test Warp UI · liueggy
    Guides testing Warp UI features and changes using the computer use tool. Use this skill only when the computer_use tool is available to the agent. Covers launching Warp and verifying UI behavior.
    0
    installs
  64. Triage Vulnerabilities · liueggy
    Triage and remediate security vulnerabilities across Warp infrastructure. Checks Dependabot alerts (GitHub), GCP Artifact Registry container scanning, and Docker Scout for public images. Use when the user asks to check for vulnerabilities, triage CVEs, fix dependency issues, update base images, or remediate security alerts.
    0
    installs
  65. Verify UI Change In Cloud · liueggy
    Invoke this automatically after completing any user-facing client change, ONLY in non-sandboxed environments and local environments. Verifies changes by spawning a cloud agent with computer use to test Warp. Triggers a cloud agent that runs the test-warp-ui skill.
    0
    installs