All Skills

3865 skills found

Skills List

pptx-html-fidelity-audit

pptx-html-fidelity-audit

83Kdesign-ui

Audit a python-pptx export against its source HTML deck, identify layout/content drift (footer overflow, cropped content, missing italic/em, lost styling, off-rhythm spacing), and re-export with strict footer-rail + cursor-flow layout discipline. Use this skill whenever the user has a .pptx that was generated from an HTML slide deck and asks to compare/audit/verify/fix the export — including phrases like "compare ppt with html", "fidelity audit", "fix the pptx", "ppt is cut off", "footer overlap", "italic missing in pptx", "re-export the deck", "pptx-html-fidelity-audit", or any case where a python-pptx → HTML round-trip needs verification or repair. Also trigger when the user shows you a deck.html and a deck.pptx side by side and is debugging visual differences.

nexu-io avatarnexu-io
Get
creative-director

creative-director

83Kagent-workflows

AI creative director with recursive self-assessment: 20+ methodologies (SIT, TRIZ, Bisociation, SCAMPER, Synectics), 3-axis evaluation calibrated against Cannes/D&AD/HumanKind, 5-phase process from brief to presentation.

nexu-io avatarnexu-io
Get
threejs

threejs

83Kagent-workflows

Three.js skills for creating 3D elements and interactive experiences in the browser — scenes, materials, controls, and post-processing.

nexu-io avatarnexu-io
Get
frontend-design

frontend-design

83Kdesign-ui

Create distinctive, production-grade frontend interfaces with strong visual direction, polished typography, considered layout, and working HTML/CSS/JS or framework code. Use for websites, landing pages, dashboards, React components, application screens, and UI beautification.

nexu-io avatarnexu-io
Get
ponytail-review

ponytail-review

83Kprompting-reasoning

Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this over-engineered", "simplify review", or invokes /ponytail-review. Complements correctness-focused review, this one only hunts complexity.

dietrichgebert avatardietrichgebert
Get
ponytail-audit

ponytail-audit

83Kprompting-reasoning

Whole-repo audit for over-engineering. Like ponytail-review, but scans the entire codebase instead of a diff: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find bloat", "ponytail-audit", or "/ponytail-audit". One-shot report, does not apply fixes.

dietrichgebert avatardietrichgebert
Get
design-brief

design-brief

83Kdesign-ui

Parse a structured design brief written in I-Lang protocol format into a concrete design spec. Eliminates ambiguity from vague requests like "make it professional" by requiring explicit dimensions: palette, typography, layout, mood, density, and constraints. Trigger keywords: "design brief", "create a design brief", "ilang brief", "structured brief".

nexu-io avatarnexu-io
Get
web-design-guidelines

web-design-guidelines

82Kdesign-ui

Review UI code for Web Interface Guidelines compliance by the Vercel engineering team. Covers layout, typography, color, motion, and accessibility for product UI.

nexu-io avatarnexu-io
Get
linear

linear

81Kmcp-integrations

Linear issue management. Use for LOBE-xxx issues, Linear links, PRs referencing Linear, retrieving issues, updating status, completion comments, or sub-issue trees.

lobehub avatarlobehub
Get
hotkey

hotkey

81Kagent-workflows

Add or edit LobeHub keyboard shortcuts. Use for HotkeyEnum, HOTKEYS_REGISTRATION, combineKeys, useHotkeyById, tooltip hotkeys, shortcut scope, conflicts, or Cmd/Ctrl key combos.

lobehub avatarlobehub
Get
desktop

desktop

81Kagent-workflows

Electron desktop development guide — IPC handlers, controllers, preload scripts, window/menu management.

lobehub avatarlobehub
Get
modal

modal

81Kagent-workflows

LobeHub imperative modal conventions. Use when creating or migrating modals, dialogs, popups, confirm flows, ModalHost wiring, createModal, confirmModal, useModalContext, or base-ui modal APIs.

lobehub avatarlobehub
Get
add-provider-doc

add-provider-doc

81Kagent-workflows

Add documentation for a new AI provider — usage docs, env vars, Docker config, image resources.

lobehub avatarlobehub
Get
add-setting-env

add-setting-env

81Kagent-workflows

Add server-side environment variables that control default values for user settings.

lobehub avatarlobehub
Get
testing

testing

81Ktesting-qa

Vitest testing guide. Use when writing or updating tests, fixing failing tests, improving coverage, debugging test issues, or setting up mocks.

lobehub avatarlobehub
Get
i18n

i18n

81Kagent-workflows

LobeHub i18n with react-i18next. Use for user-facing strings, locale keys, namespaces, useTranslation, t(), interpolation, zh-CN/en-US previews, hardcoded UI copy, or bun run i18n.

lobehub avatarlobehub
Get
project-overview

project-overview

81Kdatabase

LobeHub open-source monorepo architecture map. Use when locating code layers, understanding apps/packages/src layout, business stubs, project structure, or onboarding to the repository.

lobehub avatarlobehub
Get
drizzle

drizzle

81Kdatabase

LobeHub Drizzle ORM schema and query style. Use for pgTable schemas, indexes, joins, inferred types, db.select/db.query, schema fields, foreign keys, junction tables, or postgres query patterns.

lobehub avatarlobehub
Get
typescript

typescript

81Kfrontend

LobeHub TypeScript style and type-safety guide. Use when editing TS/TSX/MTS, fixing types, choosing interface vs type, avoiding any/object, import type, async flow, or ts-expect-error.

lobehub avatarlobehub
Get
react

react

81Kfrontend

LobeHub React component conventions. Use when editing TSX UI, choosing base-ui vs @lobehub/ui vs antd, styling with antd-style, routing, desktop variants, layouts, or component state.

lobehub avatarlobehub
Get
zustand

zustand

81Kbackend-api

LobeHub Zustand store conventions. Use when editing src/store, store slices, public/internal actions, dispatch actions, flattenActions, optimistic updates, selectors, maps, or class action migration.

lobehub avatarlobehub
Get
ui-ux-pro-max

ui-ux-pro-max

80Kdesign-ui

Catalog-only UI/UX Pro Max entry. The full upstream templates, data, and search workflow are not bundled in Open Design.

nexu-io avatarnexu-io
Get
podcast-generation

podcast-generation

80Kresearch-knowledge

Use this skill when the user requests to generate, create, or produce podcasts from text content. Converts written content into a two-host conversational podcast audio format with natural dialogue.

bytedance avatarbytedance
Get
ponytail

ponytail

79Kcode-generation

Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports intensity levels: lite, full (default), ultra. Use on ANY coding task: writing, adding, refactoring, fixing, reviewing, or designing code, and choosing libraries or dependencies. Also use whenever the user says "ponytail", "be lazy", "lazy mode", "simplest solution", "minimal solution", "yagni", "do less", or "shortest path", or complains about over-engineering, bloat, boilerplate, or unnecessary dependencies. Do NOT use for non-coding requests (general knowledge, prose, translation, summaries, recipes).

dietrichgebert avatardietrichgebert
Get
Want a category view? Try /category/writing-content.