Back to list
Acousticdesk

backend-integration

by Acousticdesk

A collection of useful presets created as companion artifacts to my blog posts. These presets capture the practical techniques, configurations, and reusable patterns I use in real projects - shared so readers can apply concepts directly instead of rebuilding from scratch.

0🍴 0📅 Jan 4, 2026

SKILL.md


name: backend-integration description: Ensure the front-end application remains fully compatible with the backend API by referencing and adhering to the Server API Specification.

Skill: Backend Integration

Purpose

Ensure the front-end application remains fully compatible with the backend API by referencing and adhering to the Server API Specification.

Capabilities

  • Read and interpret the Server API Specification.
  • Validate that front-end API calls strictly match the defined contract.
  • Identify discrepancies between implementation and API spec.
  • Propose safe updates when the contract changes.

Inputs

  • front-end network layer source files
  • Server API Specification - ENDPOINTS.md

Compatibility Rules

The implementation must match the specification for:

  • HTTP methods, paths, and query params
  • Request/response JSON schema
  • Authentication and headers
  • Pagination and rate limits
  • Error handling contract
  • Versioned endpoints

Reference

  • The Server API Specification is located in the ENDPOINTS.md file in the root folder of the backend-integration skill. Path: .claude/skills/backend-integration/ENDPOINTS.md.

Score

Total Score

55/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon