灵感菇

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

搜索结果

ing

找到 13037 个相关结果

软件工程 / 诊断修复

literature-review

literature-review

1.5K

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be…

Stars 27,325
uidatabaseliteraturereview

软件工程 / 诊断修复

senior-frontend

senior-frontend

1.5K

Comprehensive frontend development skill for building modern, performant web applications using ReactJS, NextJS, TypeScript, Tailwind CSS. Includes component…

Stars 27,327
reactnextjstailwindfrontend

内容创作 / 生成

jackyshen-gen-short-video-script

jackyshen-gen-short-video-script

1.5K

Generate engaging short video scripts (30s-3min) for social media platforms like WeChat Channels, Douyin, Xiaohongshu, TikTok, and Reels. Use when user asks…

Stars 3
uiragjackyshengen

通用助手 / 编排推荐

music-downloader

music-downloader

1.5K

This skill should be used when users need to download audio or music from online platforms like YouTube, SoundCloud, Spotify, or other streaming services. It…

Stars 6
musicdownloadershouldused

软件工程 / 诊断修复

shopify-使用-shopify-cli

shopify-use-shopify-cli

1.5K

选择当用户需要使用 **Shopify CLI** 立即运行或修复问题时:验证磁盘上的应用或扩展配置(`shopify.app.toml`,…

Stars 0
designuitestingdeployment

软件工程 / 诊断修复

swift-style

swift-style

1.5K

Swift code style conventions for clean, readable code. Use when writing Swift code to ensure consistent formatting, naming, organization, and idiomatic…

Stars 205
uiswiftstyleconventions

通用助手 / 编排推荐

runtime

runtime

1.5K

Guide for assistant-ui runtime system and state management. Use when working with runtimes, accessing state, or managing thread/message data.

Stars 15
uiapillmruntime

软件工程 / 诊断修复

API 文档生成器

api-documentation-generator

1.5K

从代码生成全面的开发者友好型 API 文档,包括端点、参数、示例和最佳实践 --- ## 概述 本指南介绍如何从代码自动生成完整、可维护的 API 文档,帮助开发者快速理解和集成接口。 --- ## 核心组件 ### 1. 端点文档结构 | 元素 | 说明 | 示例 | |:---|:---|:---| | HTTP 方法 | GET / POST / PUT / DELETE | `GET /api/v1/users` | | 路径 | 资源定位符 | `/api/v1/users/{id}` | | 功能描述 | 一句话说明用途 | 获取用户详细信息 | | 认证方式 | 所需权限或 Token | `Bearer Token` / `API Key` | ### 2. 参数规范 **路径参数** ```http GET /api/v1/users/{userId}/orders/{orderId} ``` | 参数名 | 类型 | 必填 | 约束 | 说明 | |:---|:---|:---|:---|:---| | `userId` | `string` | 是 | UUID 格式 | 用户唯一标识 | | `orderId` | `string` | 是 | 64 位整数 | 订单编号 | **查询参数** ```http GET /api/v1/users?page=1&limit=20&status=active ``` | 参数名 | 类型 | 必填 | 默认值 | 说明 | |:---|:---|:---|:---|:---| | `page` | `integer` | 否 | `1` | 页码,最小值为 1 | | `limit` | `integer` | 否 | `20` | 每页条数,最大 `100` | | `status` | `string` | 否 | - | 筛选状态:`active` / `inactive` / `pending` | **请求体(JSON)** ```json { "username": "zhangsan", "email": "zhangsan@example.com", "role": "developer", "department": "engineering" } ``` | 字段 | 类型 | 必填 | 验证规则 | 说明 | |:---|:---|:---|:---|:---| | `username` | `string` | 是 | 3-20 字符,仅字母数字下划线 | 登录用户名 | | `email` | `string` | 是 | 符合 RFC 5322 | 联系邮箱 | | `role` | `string` | 是 | 枚举值见下方 | 用户角色 | | `department` | `string` | 否 | - | 所属部门 | --- ## 完整请求示例 ### 创建用户 **请求** ```http POST /api/v1/users HTTP/1.1 Host: api.example.com Content-Type: application/json Authorization: Bearer eyJhbGciOiJIUzI1NiIs... { "username": "zhangsan", "email": "zhangsan@example.com", "role": "developer", "department": "engineering" } ``` **成功响应(201 Created)** ```json { "code": 0, "data": { "id": "550e8400-e29b-41d4-a716-446655440000", "username": "zhangsan", "email": "zhangsan@example.com", "role": "developer", "department": "engineering", "createdAt": "2024-01-15T08:30:00Z", "status": "active" }, "requestId": "req_2024011508300001" } ``` **错误响应(400 Bad Request)** ```json { "code": 1001, "message": "参数验证失败", "details": [ { "field": "email", "error": "邮箱格式不正确" } ], "requestId": "req_2024011508300002" } ``` --- ## 状态码与错误体系 | HTTP 状态码 | 业务码 | 场景 | 处理建议 | |:---|:---|:---|:---| | `200` | `0` | 请求成功 | 正常处理响应数据 | | `201` | `0` | 资源创建成功 | 获取返回的 `id` 进行后续操作 | | `400` | `1001` | 参数校验失败 | 检查 `details` 修正请求参数 | | `401` | `2001` | 认证失败 | 刷新 Token 或重新登录 | | `403` | `2002` | 权限不足 | 确认账号角色或联系管理员 | | `404` | `3001` | 资源不存在 | 核对资源 ID 是否正确 | | `409` | `3002` | 资源冲突 |

Stars 0
uitestingauthapi

通用助手 / 编排推荐

andrej-karpathy 视角

andrej-karpathy-perspective

1.5K

|

Stars 0
llmgithubandrejkarpathy

通用助手 / 编排推荐

ghost-proxy

ghost-proxy

1.5K

Starts and controls the reaper MITM proxy to capture, inspect, search, and replay HTTP/HTTPS traffic between clients and servers. Capabilities include…

Stars 408
uitestingsecuritygithub

设计与产品 / 审核评估

traction-eos

traction-eos

1.5K

实施创业运营体系(EOS),实现公司愿景与执行的统一。当用户提及"EOS"、"V/TO"、"季度..."时使用。

Stars 0
designtractioneosimplement

数据与分析 / 分析洞察

okx-cex-smartmoney

okx-cex-smartmoney

1.5K

Smart Money analytics on OKX: leaderboard traders, position tracking, trade records, closed-position history, aggregated consensus signals, and signal history.…

Stars 116
uiagentokxcex

软件工程 / 诊断修复

solid

solid

1.5K

Use this skill when writing code, implementing features, refactoring, planning architecture, designing systems, reviewing code, or debugging. This skill…

Stars 419
designuidebuggingsolid

软件工程 / 诊断修复

hipass收据

hipass-receipt

1.5K

帮助复用用户在官方 Hi-Pass 网站上手动登录的 Chrome 会话,以查询使用记录并进入收据弹窗。

Stars 0
designuiplaywrightworkflow

软件工程 / 诊断修复

model-usage

model-usage

1.5K

Summarize CodexBar local cost logs by model for Codex or Claude, including current or full breakdowns.

Stars 372,327
uiuxmodelusage

软件工程 / 诊断修复

debugging-instruments

debugging-instruments

1.5K

Debug iOS apps and profile performance using LLDB, Memory Graph Debugger, and Instruments. Use when diagnosing crashes, memory leaks, retain cycles, main…

Stars 586
uiperformanceworkflowdebugging

软件工程 / 诊断修复

查询文档

ask-docs

1.5K

查询 CrewAI 官方文档以获取答案。当用户提出的 CrewAI 问题在入门指南、设计 Agent……中未完全涵盖时使用。

Stars 0
designuitestingdeployment

通用助手 / 编排推荐

setting-okrs-goals

setting-okrs-goals

1.5K

Help users set effective OKRs and goals. Use when someone is creating quarterly objectives, defining key results, setting team goals, planning annual targets,…

Stars 917
uisettingokrsgoals

通用助手 / 编排推荐

business-growth-skills

business-growth-skills

1.5K

4 business growth agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Customer success (health scoring, churn), sales engineer…

Stars 14,986
uiagentbusinessgrowth

软件工程 / 诊断修复

高性能浏览器

high-perf-browser

1.5K

通过网络协议、资源加载和浏览器渲染内部机制优化 Web 性能。当用户提及"页面加载速度"、"Core Web Vitals"、"首屏时间"、"渲染阻塞"、"资源压缩"、"HTTP/2"、"HTTP/3"、"预加载"、"懒加载"、"关键渲染路径"或"性能预算"时使用。

Stars 0
frontenduiperformanceperf

99 / 652