灵感菇

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

搜索结果

全部能力

找到 3235 个相关结果 / 后端与 API

软件工程 / 诊断修复

测试驱动开发

test-driven-development

2.4K

以测试驱动开发。在实现任何逻辑、修复任何缺陷或更改任何行为时使用。当需要证明代码正常工作,当…

Stars 0
designuiperformancetesting

软件工程 / 诊断修复

使用 Agent 技能

using-agent-skills

2.4K

发现并调用智能体技能。在启动会话或需要发现适用于当前任务的技能时使用。这是一个元技能……

Stars 0
frontenddesignuiperformance

软件工程 / 诊断修复

安全最佳实践

security-best-practices

2.4K

执行针对特定语言和框架的安全最佳实践审查,并提出改进建议。仅在用户明确请求安全最佳……时触发。

Stars 0
frontendbackenduitesting

软件工程 / 诊断修复

golang-modernize

golang-modernize

2.4K

持续将 Golang 代码现代化,以使用最新的语言特性、标准库改进和惯用模式。在编写代码时,请使用此技能,……

Stars 1,698
uitestingapiagent

软件工程 / 诊断修复

claude-api

claude-api

2.4K

Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and…

Stars 183,907
uiapipromptagent

软件工程 / 诊断修复

评估驱动开发

eval-driven-dev

2.4K

通过评估驱动开发改进AI应用。定义评估标准、为应用埋点、构建黄金数据集、观测并评估应用运行情况、分析结果,并制定具体的改进行动计划。当用户要求为任何调用LLM模型的Python项目设置QA、添加测试、添加评估、执行评估、基准测试、修复错误行为、提升质量或进行质量保证时,务必使用此技能。

Stars 0
uitestingauditapi

软件工程 / 诊断修复

golang-project-layout

golang-project-layout

2.4K

提供 Golang 项目布局和工作区设置的指南。在启动新的 Go 项目、整理现有代码库、设置……时均可使用本指南。

Stars 1,698
designuiapigolang

软件工程 / 诊断修复

点击路径审计

click-path-audit

2.4K

追踪每个面向用户的按钮/触点在其完整的完整状态变更序列中,以找出单个功能正常但相互抵消导致的缺陷,…

Stars 0
reactuiuxperformance

软件工程 / 诊断修复

fullstack-guardian

fullstack-guardian

2.4K

Builds security-focused full-stack web applications by implementing integrated frontend and backend components with layered security at every level. Covers the…

Stars 9,093
frontendbackendfullstackdesign

软件工程 / 诊断修复

Cloud SQL 基础

cloud-sql-basics

2.4K

此文件生成或解释 Cloud SQL 资源。当用户要求为 MySQL、PostgreSQL 或 SQL Server 创建 Cloud SQL 实例或数据库时使用此文件。Cloud SQL 将第三方 MySQL、PostgreSQL 和 SQL Server 实例作为 Cloud SQL 中的资源进行管理。例如,当 Cloud SQL 创建开源 MySQL 实例时,生成的资源是由 Google Cloud 管理的 Cloud SQL for MySQL 实例。Cloud SQL 为关系型数据库工作负载处理备份、高可用性和安全连接。

Stars 7,548
uiperformanceapidatabase

软件工程 / 部署发布

golang-cli

golang-cli

2.4K

Golang CLI 应用程序开发。在构建、修改或审查 Go CLI 工具时使用——特别是针对命令结构、标志处理、配置……

Stars 1,698
uidockerauditapi

软件工程 / 诊断修复

harness-writing

harness-writing

2.3K

Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving existing harness code.

Stars 5,229
uitestingapirag

软件工程 / 诊断修复

Git 工作流与版本控制

git-workflow-and-versioning

2.3K

构建 Git 工作流规范。在进行任何代码修改时使用。在提交、创建分支、解决冲突或需要组织工作时使用……

Stars 0
uiauthapidatabase

软件工程 / 部署发布

CI/CD 与自动化

ci-cd-and-automation

2.3K

自动化 CI/CD 流水线设置。在设置或修改构建和部署流水线时使用。在需要自动化质量门禁、配置测试……时使用。

Stars 0
designuitestingplaywright

软件工程 / 诊断修复

Convex 函数

convex-functions

2.3K

编写查询、变更、操作和 HTTP 操作,并妥善处理参数验证、错误处理、内部函数及运行时注意事项

Stars 0
reactuiauthapi

软件工程 / 诊断修复

使用 DevTools 进行浏览器测试

browser-testing-with-devtools

2.3K

在真实浏览器中进行测试。适用于构建或调试任何在浏览器中运行的项目。当需要检查 DOM、捕获控制台错误、分析……时使用。

Stars 0
reactvuebackenddesign

软件工程 / 诊断修复

cargo-fuzz

cargo-fuzz

2.3K

cargo-fuzz is the de facto fuzzing tool for Rust projects using Cargo. Use for fuzzing Rust code with libFuzzer backend.

Stars 5,223
backenduiperformancetesting

软件工程 / 部署发布

microservices-architect

microservices-architect

2.3K

Designs distributed system architectures, decomposes monoliths into bounded-context services, recommends communication patterns, and produces service boundary…

Stars 9,094
designuikubernetesdeployment

软件工程 / 诊断修复

skill-creator

skill-creator

2.3K

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's…

Stars 60,103
uitestingapiagent

软件工程 / 诊断修复

golang-testing

golang-testing

2.3K

提供编写生产级 Golang 测试的全面指南。涵盖表驱动测试、使用 testify 的测试套件、mock、单元测试、集成测试……

Stars 0
designuiperformancetesting

22 / 162