·frontend-backend-integration
</>

frontend-backend-integration

aaaaqwq/claude-code-skills

前后端对接。当用户需要检查前后端API对接、调试接口调用、确保数据格式一致时使用此技能。

6安装·0热度·@aaaaqwq

安装

$npx skills add https://github.com/aaaaqwq/claude-code-skills --skill frontend-backend-integration

SKILL.md

| ApiResponse {code, message, data} | res.data | 前端是否用.data | | PaginatedResponse {items, total, page} | res.items, res.total | 前端是否直接访问 | | 嵌套对象 {category: {id, name}} | item.category.name | 组件是否正确访问 | | 数组字段 {tags: [...]} | item.tags.map() | 是否作为数组处理 |

{ id: number, title: string, slug: string, summary: string | null, coverimage: string | null, category: { id, name, slug } | null, tags: [{ id, name, slug }], authorname: string, views: number, publishedat: string | null }

前后端对接。当用户需要检查前后端API对接、调试接口调用、确保数据格式一致时使用此技能。 来源:aaaaqwq/claude-code-skills。

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aaaaqwq/claude-code-skills --skill frontend-backend-integration 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill frontend-backend-integration
分类
</>开发工具
认证
收录时间
2026-02-02
更新时间
2026-02-18

快速解答

什么是 frontend-backend-integration?

前后端对接。当用户需要检查前后端API对接、调试接口调用、确保数据格式一致时使用此技能。 来源:aaaaqwq/claude-code-skills。

如何安装 frontend-backend-integration?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aaaaqwq/claude-code-skills --skill frontend-backend-integration 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/aaaaqwq/claude-code-skills