灵感菇

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

搜索结果

全部能力

找到 1472 个相关结果 / 命令行工具

软件工程 / 诊断修复

sast-configuration

sast-configuration

114

Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for comprehensive security scanning across multiple programming…

Stars 37,704
uiperformancetestingsecurity

软件工程 / 诊断修复

github-issue-creator

github-issue-creator

113

Turn error logs, screenshots, voice notes, and rough bug reports into crisp, developer-ready GitHub issues with repro steps, impact, and evidence.

Stars 37,683
githubissuecreatorturn

软件工程 / 部署发布

pp-klaviyo

pp-klaviyo

113

Klaviyo from the shell, with local customer-behavior analytics layered on top. Trigger phrases: `inspect a Klaviyo profile`, `deploy a Klaviyo campaign`,…

Stars 1,078
uiklaviyotheshell

软件工程 / 诊断修复

spacetimedb-cli

spacetimedb-cli

113

SpacetimeDB CLI reference for initializing projects, building modules, publishing databases, querying data, and managing servers

Stars 24,681
uidatabasespacetimedbcli

软件工程 / 诊断修复

email-sending-best-practices

email-sending-best-practices

113

Use this skill when the user wants to review, audit, improve, or plan email sending best practices. This includes deliverability, inbox placement, sender reputation, consent, list hygiene, subject lines, preview text, preference centers, onboarding emails, lifecycle emails, product updates, or deciding between marketing and transactional email. It works for any email stack, but when Loops is involved, use Loops behavior and docs as the source of truth. Trigger on phrases like "email deliverability", "inbox placement", "sender reputation", "double opt-in", "unsubscribe", "subject line review", "preview text", "lifecycle emails", "onboarding emails", "product update email", "transactional vs marketing", or "email sending best practices". Do not prefer this skill for pure API implementation; use the Loops API skill for integration details.

Stars 8
nextjsuiauditapi

软件工程 / 诊断修复

bun-ffi

bun-ffi

113

This skill should be used when the user asks about \"bun:ffi\", \"foreign function interface\", \"calling C from Bun\", \"native libraries\", \"dlopen\",…

Stars 146
uibunffishould

软件工程 / 诊断修复

bun-hot-reloading

bun-hot-reloading

113

Use when implementing hot reloading with Bun (--hot, --watch), HMR, or automatic code reloading during development. Covers watch mode, hot mode, and HTTP…

Stars 146
uibunhotreloading

软件工程 / 诊断修复

tdd-guide

tdd-guide

112

Guides red-green-refactor TDD workflows with test generation, coverage gap analysis, and multi-framework support. Use when writing tests first, analyzing coverage reports, generating test stubs, or converting tests between Jest, Pytest, JUnit, and Vitest.

Stars 138
uijestapirag

软件工程 / 诊断修复

bun-redis

bun-redis

112

Use when working with Redis in Bun (ioredis, Upstash), caching, pub/sub, session storage, or key-value operations.

Stars 146
ragbunredisworking

软件工程 / 诊断修复

alibabacloud-dataworks-infra-manage

alibabacloud-dataworks-infra-manage

112

DataWorks Infrastructure Management: Create and query operations for Data Sources (50 types), Compute Resources, and Serverless Resource Groups, plus connectivity testing and resource group binding/unbinding. Uses aliyun CLI to call dataworks-public OpenAPI (2024-05-18). Trigger keywords: DataWorks data source, compute resource, resource group, datasource, data source, compute resource, resource group, mysql/hologres/maxcompute data source, holo/mc/flink resource, Serverless resource group, DataWorks infra, create/list datasource, DW environment config, infrastructure initialization, connect database to DataWorks, database connection failure, configure holo/mc resource. Not triggered: data development tasks, scheduling configuration, MaxCompute table management, data integration tasks, ECS/RDS/OSS operations, workspace member management, data quality monitoring, data lineage, data preview.

Stars 0
uitestingapidatabase

软件工程 / 诊断修复

smtp2go-api

smtp2go-api

112

Send transactional emails and SMS via SMTP2GO API. Covers authentication, /email/send and /email/mime endpoints, template management, attachments (base64/URL),…

Stars 783
uiauthapismtp2go

软件工程 / 诊断修复

bun-macros

bun-macros

112

Evaluate JavaScript at bundle time and inline results. Use when optimizing compile-time code generation, embedding files, inlining environment variables, or…

Stars 146
uibunmacrosevaluate

软件工程 / 诊断修复

bun-nuxt

bun-nuxt

112

Use when running Nuxt 3 with Bun runtime, building Vue/Nuxt apps with Bun, or configuring Nuxt projects to use Bun for development and production.

Stars 146
vueuiuxbun

软件工程 / 诊断修复

footballbin-predictions

footballbin-predictions

112

Get AI-powered match predictions for Premier League and Champions League including scores, next goal, and corners.

Stars 27,319
uiapifootballbinpredictions

软件工程 / 诊断修复

fal-upscale

fal-upscale

112

Upscale and enhance image and video resolution using AI

Stars 37,680
uifalupscaleand

软件工程 / 诊断修复

bun-shell

bun-shell

111

Bun shell scripting with Bun.$, Bun.spawn, subprocess management. Use for shell commands, template literals, or command execution.

Stars 146
apibunshellscripting

软件工程 / 诊断修复

bun-jest-migration

bun-jest-migration

111

Use when migrating from Jest to Bun's test runner, import compatibility, mocks, and config.

Stars 146
uijestbunmigration

软件工程 / 诊断修复

rocket-net-api

rocket-net-api

111

Build integrations with Rocket.net's WordPress hosting API. Manage sites, domains, backups, plugins, themes, CDN cache, FTP accounts, and more programmatically. Use when: building WordPress hosting management tools, automating site deployment, creating reseller portals, managing multiple WordPress sites, integrating with Rocket.net hosting services, automating backup workflows, or building custom control panels.

Stars 783
uideploymentauthapi

软件工程 / 诊断修复

migrate-to-rsbuild

migrate-to-rsbuild

110

Migrate webpack, Vite, create-react-app (CRA/CRACO), or Vue CLI projects to Rsbuild.

Stars 68
reactvueuiagent

软件工程 / 诊断修复

dbg

dbg

110

Debug applications using the dbg CLI debugger. Supports Node.js (V8/CDP), Bun (WebKit/JSC), and native code via LLDB (DAP). Use when: (1) investigating runtime bugs by stepping through code, (2) inspecting variable values at specific execution points, (3) setting breakpoints and conditional breakpoints, (4) evaluating expressions in a paused context, (5) hot-patching code without restarting (JS/TS), (6) debugging test failures by attaching to a running process, (7) debugging C/C++/Rust/Swift with LLDB, (8) any task where understanding runtime behavior requires a debugger. Triggers: "debug this", "set a breakpoint", "step through", "inspect variables", "why is this value wrong", "trace execution", "attach debugger", "runtime error", "segfault", "core dump".

Stars 154
uidebuggingdbgdebug

67 / 74