灵感菇

AI 技能的自然生态,你的一句话,蔓延出无限连接。

搜索结果

全部能力

找到 1639 个相关结果 / 设计与产品

设计与产品 / 审核评估

python-project-structure

python-project-structure

7.5K

Python project organization, module architecture, and public API design. Use when setting up new projects, organizing modules, defining public interfaces with…

Stars 35,483
designuiapiagent

设计与产品 / 审核评估

grafana-dashboards

grafana-dashboards

7.5K

Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards,…

Stars 0
designuiapidatabase

设计与产品 / 审核评估

视觉设计基础

visual-design-foundations

7.5K

应用排版、色彩理论、间距系统和图标设计原则,以创建具有连贯性的视觉设计。在建立设计令牌、构建……时使用。

Stars 0
tailwinddesignuiaudit

设计与产品 / 审核评估

ml-pipeline-workflow

ml-pipeline-workflow

6.3K

Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines,…

Stars 0
designuitestingdeployment

设计与产品 / 审核评估

tavily-map

tavily-map

6.1K

通过 Tavily CLI 发现并列出网站上的所有 URL,不提取内容。当用户想要在大型站点上查找特定页面、列出所有 URL、查看站点结构、在域名上查找某内容位置,或说"map the site"、"find the URL for"、"what pages are on"、"list all pages"或"site structure"时使用此技能。比爬取更快——仅返回 URL。当您了解站点但不确定具体页面时必不可少。可与 extract 结合使用以进行针对性内容检索。

Stars 0
designuiauthworkflow

设计与产品 / 审核评估

implement-design

implement-design

5.9K

Translates Figma designs into production-ready code with 1:1 visual fidelity. Use when implementing UI from Figma files, when user mentions "implement design",…

Stars 1,426
designuiworkflowimplement

设计与产品 / 审核评估

PPT可视化

ppt-visual

5.7K

设计演示文稿视觉效果和幻灯片版式。创建视觉概念,推荐图形,并为极具影响力的 PowerPoint 幻灯片提供设计规范。

Stars 122
designuipptvisual

设计与产品 / 审核评估

nuxt-ui

nuxt-ui

5.6K

Use when building styled UI with @nuxt/ui v4 components - create forms with validation, implement data tables with sorting, build modal dialogs and overlays,…

Stars 658
vuetailwinddesignui

设计与产品 / 审核评估

数据库

dbs

5.5K

dontbesilent 商业工具箱主入口。根据你的问题自动路由到最合适的诊断工具。 触发方式:/dbs、/商业、「帮我看看」

Stars 4,754
dbsdontbesilentmainentry

设计与产品 / 审核评估

agentation

agentation

5.4K

面向 AI 智能体的可视化 UI 标注工具。将 React 工具栏嵌入任意应用——人类点击元素并留下反馈,智能体接收结构化 CSS…

Stars 0
reactdesignuiux

设计与产品 / 审核评估

dbs-content

dbs-content

5.2K

dontbesilent 内容创作诊断。选题通过后,诊断怎么把这个选题做成好内容。 触发方式:/dbs-content、/内容诊断、「这个内容怎么做」「帮我看看这个文案」

Stars 4,754
dbscontentdontbesilentcreation

设计与产品 / 审核评估

team-composition-patterns

team-composition-patterns

5.1K

Design optimal agent team compositions with sizing heuristics, preset configurations, and agent type selection. Use this skill when deciding how many agents to…

Stars 0
fullstackdesignuiux

设计与产品 / 审核评估

dbs-deconstruct

dbs-deconstruct

5.1K

dontbesilent 概念拆解。运用维特根斯坦 + 奥派经济学框架,将模糊的商业概念拆解至原子级别。触发方式:/dbs-deconstruct、/拆概念、“帮我拆解这个概念”、“这个词到底什么意思” Concept deconstruction using Wittgenstein + Austrian economics framework. Trigger: /dbs-deconstruct, "deconstruct this concept", "what does this really mean"

Stars 4,754
dbsdeconstructdontbesilentconcept

设计与产品 / 审核评估

firebase-local-env-setup

firebase-local-env-setup

5.0K

Bare minimum INITIAL setup for getting started with Firebase (Node.js, CLI installation, first-time login). Use ONLY for first-time setup. For updating,…

Stars 284
uiuxauthagent

设计与产品 / 审核评估

parallel-data-enrichment

parallel-data-enrichment

4.6K

Bulk data enrichment. Adds web-sourced fields (CEO names, funding, contact info) to lists of companies, people, or products. Use for enriching CSV files or…

Stars 48
uiapiagentmonitoring

设计与产品 / 审核评估

dbs-action

dbs-action

4.5K

dontbesilent 执行力诊断。用阿德勒心理学框架诊断你「知道该做什么但就是不做」的真正原因。 触发方式:/dbs-action、/action、「我知道该怎么做但就是不做」「为什么我总是拖延」 使用阿德勒心理学框架进行执行力诊断。触发方式:/dbs-action、“我知道该怎么做但就是不做”、“为什么我总是拖延”

Stars 4,754
dbsactiondontbesilentexecution

设计与产品 / 审核评估

superdesign

superdesign

4.3K

Superdesign is a design agent specialized in frontend UI/UX design. Use this skill before implementing any UI that requires design thinking. Common commands: superdesign create-project --title "X" (setup project), superdesign create-design-draft --project-id <id> --title "Current UI" -p "Faithfully reproduce..." --context-file src/Component.tsx (faithful reproduction), superdesign iterate-design-draft --draft-id <id> -p "dark theme" -p "minimal" --mode branch --context-file src/Component.tsx (design variations), superdesign execute-flow-pages --draft-id <id> --pages '[...]' --context-file src/Component.tsx (extend to more pages), superdesign create-component --project-id <id> --name "NavBar" --html-file /tmp/navbar.html --props '[...]' (extract reusable component), superdesign update-component --component-id <id> --html-file /tmp/navbar.html (update existing component), superdesign list-components --project-id <id> (list existing components). Supports line ranges: --context-file path:startLine:endLine

Stars 298
frontenddesignuiux

设计与产品 / 审核评估

设计

design

4.3K

为任何组件、页面或视觉界面生成独特、达到生产级标准的 UI。当用户发送带有…的图片时,可处理基于截图的迭代。

Stars 0
designuiuxrag

设计与产品 / 审核评估

dbs-hook

dbs-hook

4.2K

dontbesilent 短视频开头优化。诊断开头问题 + 生成优化方案。 触发方式:/dbs-hook、/hook、「帮我优化开头」「开头怎么写」 短视频开头优化,提供诊断与解决方案。触发方式:/dbs-hook、"optimize my opening"、"how to write opening"

Stars 0
dbshookdontbesilentshort

设计与产品 / 审核评估

Angular 依赖注入

angular-di

4.2K

在 Angular v20+ 中使用 `inject()`、InjectionToken 和 provider 配置实现依赖注入。用于服务架构,提供…

Stars 0
angularimplementdependencyinjection

6 / 82