灵感菇

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

搜索结果

全部能力

找到 7461 个相关结果 / 软件工程

软件工程 / 诊断修复

cs-explore

cs-explore

670

对仓库做定向代码探索并把"提问→读代码→得结论"沉淀为可检索证据,三种类型 question / module-overview / spike。触发:用户说"先 explore 一下"、"这个仓库里 X 怎么实现"、"快速熟悉这个模块"、"把探索结果存档"。

Stars 764
designexplorequestionmodule

软件工程 / 诊断修复

m11-ecosystem

m11-ecosystem

670

Use when integrating crates or ecosystem questions. Keywords: E0425, E0433, E0603, crate, cargo, dependency, feature flag, workspace, which crate to use, using…

Stars 1,142
designuiapidatabase

软件工程 / 诊断修复

canonical-tag

canonical-tag

670

When the user wants to configure canonical URLs, fix duplicate content, or consolidate URL signals. Also use when the user mentions "canonical," "canonical…

Stars 470
uicanonicaltagthe

软件工程 / 诊断修复

inngest-setup

inngest-setup

669

Use when adding durable execution to a TypeScript project — building retry-safe webhook handlers, background jobs that survive crashes, scheduled tasks, or…

Stars 0
uiinngestsetupadding

软件工程 / 诊断修复

cs-refactor

cs-refactor

668

代码优化的子流程入口,处理"行为不变、结构变"的工作(结构 / 性能 / 可读性),按 scan → design → apply 分步执行每步人工放行。触发:用户说"优化一下 / 重构 / 重写 / 拆一下 / 性能不行 / 代码太长"且不夹带行为改动。不处理新需求 / bug / 跨模块架构重划。

Stars 764
designrefactorscanapply

软件工程 / 诊断修复

cs-issue

cs-issue

668

修 bug 的子流程入口,把"发现问题"走到验证修复闭环,留下 report / analysis / fix-note 三份文件。触发:用户说"修 bug"、"有个问题"、"修复 XX"。只做路由,根据已有产物走 report / analyze / fix。简单问题走快速通道。

Stars 764
issuebugreportanalysis

软件工程 / 诊断修复

cs-arch

cs-arch

668

维护 `.codestable/architecture/` 这份只记现状的系统地图,三种模式 update / check / backfill。触发:用户说"刷新 architecture"、"做架构检查"、"补这个模块的架构文档"、"方案和代码对得上吗",或 feature…

Stars 764
designarchcodestablearchitecture

软件工程 / 诊断修复

code-documentation-code-explain

code-documentation-code-explain

668

You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform…

Stars 37,673
designapidebuggingdocumentation

软件工程 / 部署发布

pulumi-component

pulumi-component

668

Guide for authoring Pulumi ComponentResource classes. Use when creating reusable infrastructure components, designing component interfaces, setting up…

Stars 47
designuideploymentauth

软件工程 / 诊断修复

cs-issue-fix

cs-issue-fix

667

issue 流程阶段 3——按已确认根因和方案定点修复、验证、写 {slug}-fix-note.md 落档。两个入口:标准路径从 analyze 来,快速通道从 report 直接来。触发:用户说"开始修 bug"、"按分析修"、"动手改代码"。只动方案声明的文件,不顺手优化。

Stars 764
issuefixslugnote

软件工程 / 诊断修复

opencode-primitives

opencode-primitives

667

Reference OpenCode docs when implementing skills, plugins, MCPs, or config-driven behavior.

Stars 15,252
uiopencodeprimitivesreference

软件工程 / 部署发布

pricing-page-generator

pricing-page-generator

667

When the user wants to create, optimize, or audit pricing page content and structure. Also use when the user mentions "pricing page," "pricing table," "plans,"…

Stars 471
uiauditapipricing

软件工程 / 诊断修复

git-workflow

git-workflow

666

Guided git workflows: prepare PRs, clean up branches, resolve merge conflicts, handle monorepo tags, squash-and-merge patterns. Use when asked to prepare a PR,…

Stars 783
uiworkflowgitguided

软件工程 / 部署发布

indexnow

indexnow

666

When the user wants to implement IndexNow, notify search engines of new/updated URLs, or speed up Bing indexing. Also use when the user mentions "IndexNow,"…

Stars 471
uideploymentindexnowthe

软件工程 / 诊断修复

cs-issue-analyze

cs-issue-analyze

666

issue 流程阶段 2——读 report + 读代码定位根因、评估风险,给用户 2-3 个修复方案让 TA 拍板。这一步不改代码。触发:用户说"分析这个 bug"、"找根因"、"定位问题",且已有 {slug}-report.md。

Stars 764
issueanalyzereportbug

软件工程 / 部署发布

cs-decide

cs-decide

665

把已拍板的技术选型、架构决定、长期约束、编码规约记成永久性决策文档(tech-stack / architecture / constraint / convention 四种)。触发:用户说"记录决定"、"归档技术选型"、"ADR"、"记录这条约束"、"把规约写下来",或 design / analyze…

Stars 764
designdecidetechstack

软件工程 / 诊断修复

cs-feat-ff

cs-feat-ff

664

feature 流程的超轻量通道——不写 design / checklist 直接动手,但先指引 AI 查 CodeStable 知识库再开工。触发:用户说"快速模式"、"fastforward"、"别那么多步骤"、"直接开干",且需求小到不值得走 design 流程。

Stars 764
designfeatfeaturechecklist

软件工程 / 诊断修复

markit-markdown-converter

markit-markdown-converter

664

Convert files, URLs, and media to markdown using the markit-ai CLI and SDK with pluggable converters and LLM support.

Stars 7
apillmmarkitmarkdown

软件工程 / 诊断修复

react

react

664

Use when writing or editing any `.tsx` under `src/**`. Triggers: createStaticStyles, createStyles, cssVar, antd-style, Flexbox, Center, Select, Modal, Drawer,…

Stars 77,155
reactuiragwriting

软件工程 / 诊断修复

frontend-developer

frontend-developer

663

Build React components, implement responsive layouts, and handle client-side state management. Masters React 19, Next.js 15, and modern frontend architecture.

Stars 37,683
reactnextjsfrontendbackend

92 / 374