灵感菇

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

搜索结果

全部能力

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

软件工程 / 部署发布

scientific-schematics

scientific-schematics

100

Create publication-quality scientific diagrams using Nano Banana Pro AI with iterative refinement. AI generation is the default method for all diagram types.…

Stars 44
uiscientificschematicspublication

软件工程 / 诊断修复

polish

polish

100

Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing…

Stars 169
designuiapipolish

软件工程 / 诊断修复

linter-formatter-init

linter-formatter-init

100

Set up Biome (default) or ESLint + Prettier, Vitest testing, and pre-commit hooks for any JavaScript/TypeScript project. Uses Bun as the package manager. Use…

Stars 23
testingraglinterformatter

软件工程 / 部署发布

github-bug-report-triage

github-bug-report-triage

100

Triage GitHub bug reports for actionability. Use when evaluating whether a bug issue has sufficient detail and identifying missing information from the…

Stars 786
workflowgithubbugreport

软件工程 / 部署发布

docker

docker

100

Docker expert for containers, Compose, Dockerfiles, and debugging

Stars 17,530
uidockerdebuggingexpert

软件工程 / 诊断修复

aj-stock-analysis

aj-stock-analysis

100

A股价值投资分析工具,提供股票筛选、个股深度分析、行业对比和估值计算功能。基于价值投资理论,使用tushare获取公开财务数据,适合低频交易的普通投资者。

Stars 0
uistockanalysistushare

软件工程 / 诊断修复

effect-ts

effect-ts

100

Use this skill whenever writing, reviewing, debugging, or refactoring TypeScript code that uses the Effect-TS library. Trigger when you see imports from `effect`, `effect/*`, or any `@effect/*` scoped package (schema, platform, sql, opentelemetry, cli, cluster, rpc, vitest). Trigger on Effect-specific constructs: Effect.gen generators, Schema.Struct/Schema.Class definitions, Layer/Context.Tag/Service patterns, Effect.pipe pipelines, Data.TaggedError/Data.Class error types, Ref/Queue/PubSub/Deferred concurrency primitives, Match module, Config providers, Scope/Exit/Cause/Runtime patterns, or any code using Effect's typed error channel (E parameter). Also trigger when the user asks about Effect patterns, migration from Promises/fp-ts/neverthrow to Effect, or how to structure an Effect application. Covers the full ecosystem: core Effect type, Schema validation, error management, concurrency (fibers, queues, semaphores, pools), streams/sinks, services and layers (DI), resource management, scheduling, observability, platform APIs, and AI integration. Do NOT trigger for React's useEffect, Redux side effects, or general English usage of "effect" unless the context clearly involves the Effect-TS library.

Stars 142
reactuiuxapi

软件工程 / 诊断修复

124-java-secure-coding

124-java-secure-coding

100

Use when you need to apply Java secure coding best practices — including validating untrusted inputs, defending against injection attacks with parameterized…

Stars 0
uiapisql124

软件工程 / 诊断修复

analyze-selective-testing

analyze-selective-testing

100

Analyzes Xcode selective testing effectiveness for a test run, showing which test targets were skipped or ran, and diagnosing regressions in test selection.…

Stars 0
uitestingagentanalyze

软件工程 / 诊断修复

dead-code-detector

dead-code-detector

100

Detect unused/unreachable code in polyglot codebases (Python, TypeScript, Rust). TRIGGERS - dead code, unused functions, unused imports

Stars 46
uideaddetectordetect

软件工程 / 诊断修复

create-mcp-servers

create-mcp-servers

100

Create Model Context Protocol (MCP) servers that expose tools, resources, and prompts to Claude. Use when building custom integrations, APIs, data sources, or…

Stars 1,910
uiapipromptmcp

软件工程 / 诊断修复

adaptive-wfo-epoch

adaptive-wfo-epoch

100

Adaptive epoch selection for Walk-Forward Optimization. TRIGGERS - WFO epoch, epoch selection, WFE optimization, overfitting epochs.

Stars 0
uiperformanceadaptivewfo

软件工程 / 诊断修复

ad-spend-optimizer

ad-spend-optimizer

100

Analyze paid advertising performance across channels and recommend budget reallocation to maximize ROAS and minimize CAC. Use when: planning quarterly ad…

Stars 0
uiperformancetestingspend

软件工程 / 部署发布

compose-patterns-2025

compose-patterns-2025

100

Docker Compose production patterns 2025 including multi-environment strategies, health checks, and modern compose features

Stars 36
dockercomposepatterns2025

软件工程 / 诊断修复

components

components

100

Creates and registers Tambo components - generative (AI creates on-demand) and interactable (pre-placed, AI updates). Use when defining components, working…

Stars 11,162
uicomponentscreatesand

软件工程 / 部署发布

api-documenter

api-documenter

100

API documentation specialist who creates comprehensive OpenAPI/Swagger specifications and technical documentation for RESTful APIs, GraphQL schemas, and…

Stars 0
uiauthapidocumenter

软件工程 / 部署发布

ansible-playbook-generator

ansible-playbook-generator

100

Ansible Playbook Generator - Auto-activating skill for DevOps Advanced. Triggers on: ansible playbook generator, ansible playbook generator Part of the DevOps Advanced skill category.

Stars 0
uikubernetesdevopsmonitoring

软件工程 / 诊断修复

apollo-ios

apollo-ios

100

Guide for building Apple-platform applications with Apollo iOS, the strongly-typed GraphQL client for Swift. Use this skill when: (1) adding Apollo iOS to a Swift Package Manager or Xcode project, (2) configuring `apollo-codegen-config.json` and running code generation, (3) configuring an `ApolloClient` with auth, interceptors, and caching, (4) writing queries, mutations, or subscriptions from SwiftUI views, (5) writing tests against generated operation mocks.

Stars 0
uiauthapisql

软件工程 / 诊断修复

debugging-protocol

debugging-protocol

100

Systematic 4-phase debugging: (1) understand the failure by reading the complete error and reproducing it, (2) find working examples to compare against, (3) test one hypothesis at a time with a single change, (4) fix the root cause and verify with tests. Includes the Three Strikes Rule (escalate after 3 failed fix attempts) and the Iron Law (no fixes without investigation). Activate when tests fail unexpectedly, errors occur, behavior is wrong, something that worked before is now broken, or a user reports a bug. Triggers on: "debug", "why is this failing", "test failure", "unexpected error", "bug", "broken", "investigate this error", "fix this bug", "tests are failing", "weird behavior", "something broke", "track down this issue". Also activates when multiple bugs need systematic investigation (one at a time, not batch-fixed). NOT for: writing new tests from scratch (use tdd), or general code review (use code-review).

Stars 2
agentdebuggingprotocolsystematic

软件工程 / 部署发布

ansible

ansible

100

Ansible automation expert for playbooks, roles, inventories, and infrastructure management

Stars 0
designdeploymentragansible

349 / 374