Loading...
Loading...
Found 907 Skills
Benchmark Xiaohongshu posts from validated public account surfaces first, then extract reusable title hooks, cover patterns, content-type splits, and candidate angles for future XHS card production.
Aggregate and display system metrics with anomaly detection for a time period
A creation and conversion skill for organizing one or more images into PSD layered files. This skill should be used when users need image2psd, image to PSD conversion, combining multiple images into a PSD, splitting posters/design drafts into multiple layers, converting white backgrounds to transparent, splitting layers via color clustering, splitting Codex/AI generated images into element images and then synthesizing into PSD, or expecting to output layered PSDs, layered raster files editable in Photoshop/Photopea. When used in Codex, it is combined with the imagegen skill by default: first use Codex's visual/generation capabilities to understand, supplement or reconstruct elements, then use this skill's scripts to generate the PSD.
Implement Syncfusion Blazor button components including Button, ButtonGroup, CheckBox, Chip, DropdownMenu, FloatingActionButton, ProgressButton, SpeedDial, SplitButton, and ToggleSwitch. Use this skill when working with button-related components in Blazor applications. Covers installation, configuration, styling, accessibility, event handling, and advanced features for all button component types.
Implement and configure the Syncfusion Blazor TreeMap component (SfTreeMap) for hierarchical data visualization. Use this when working with treemaps, area-proportional visualizations, or heat-map-like block displays. This skill covers TreeMap setup, layout configuration, data binding, color mapping, drill-down navigation, and accessibility features.
Retrieve category names, ids, and parentIds from the EHunt Etsy category data synced to the MCP library via `_ehunt_etsyCategorySearch` (MCP display name: "Etsy Category Query"), which is used for category ids in product/shop filtering. Trigger this skill when users mention EHunt Etsy categories, Etsy category id, Etsy category tree, _ehunt_etsyCategorySearch, Etsy Category Query, syncEtsyCategory / _ehunt_syncEtsyCategory (Etsy Category Sync) followed by category lookup. Even if users don't mention EHunt, this skill should be triggered as long as they are searching for category ids by keywords in the locally synced Etsy category library.
WebGL-style fluid displacement background with top-overlaid inspirational quotes, suitable for video openings, landing page heroes, or posters
8 pages with solid color backgrounds, 160px display + 4px accent + Mono arrow list
Use when the user has a long-form video (interview / lecture / podcast / conversation) and a transcript SRT, and wants to extract 3–6 stand-alone topical short clips from it. This skill ONLY cuts and crops — it produces raw clips + per-clip SRTs as a hand-off package for downstream post-production (`/wjs-overlaying-video`). Triggers — "切成几段", "分主题", "拆成短视频", "切片", "topic segments", "split into clips".
Router skill. Luau language mastery has been split into three focused skills for better context efficiency. Load the specific one you need.
Styled text display and rich text editing in SwiftUI using Text, AttributedString, and TextEditor with formatting controls. Use when implementing rich text editing or styled text display.
Render and customize assistant message text as markdown in assistant-ui. Use when displaying model output as formatted markdown with MarkdownTextPrimitive from @assistant-ui/react-markdown wired into the MessagePrimitive.Parts text branch, configuring remarkPlugins (remark-gfm, remark-math) and rehypePlugins (rehype-katex), or memoizing components with unstable_memoizeMarkdownComponents. Covers code-block syntax highlighting via react-shiki or react-syntax-highlighter registered as SyntaxHighlighter in components/componentsByLanguage, LaTeX math rendering with KaTeX, Mermaid diagrams gated on stream completion, custom math delimiters via preprocess, and the StreamdownTextPrimitive alternative from @assistant-ui/react-streamdown with built-in Shiki/KaTeX/Mermaid and block streaming. For general chat UI composition route to primitives.