·frontend-backend-integration
</>

frontend-backend-integration

aaaaqwq/claude-code-skills

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

6Installs·0Trend·@aaaaqwq

Installation

$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对接、调试接口调用、确保数据格式一致时使用此技能。 Source: aaaaqwq/claude-code-skills.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aaaaqwq/claude-code-skills --skill frontend-backend-integration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill frontend-backend-integration
Category
</>Dev Tools
Verified
First Seen
2026-02-02
Updated
2026-02-18

Quick answers

What is frontend-backend-integration?

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

How do I install frontend-backend-integration?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aaaaqwq/claude-code-skills --skill frontend-backend-integration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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