Backend API

Handle client-side API consumption and data fetching in this static website, including loading JSON data files and managing external data sources. Use this skill when working with data fetching, client-side HTTP requests, and JSON data handling.

$ 설치

git clone https://github.com/adigunners/adigunners.github.io /tmp/adigunners.github.io && cp -r /tmp/adigunners.github.io/.claude/skills/backend-api ~/.claude/skills/adigunners-github-io

// tip: Run this command in your terminal to install the skill


name: Backend API description: Handle client-side API consumption and data fetching in this static website, including loading JSON data files and managing external data sources. Use this skill when working with data fetching, client-side HTTP requests, and JSON data handling.

Backend API

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend API interactions in the adigunners.github.io static website project.

When to use this skill

  • Implementing fetch requests to load JSON data from the data/ directory on page load
  • Managing asynchronous data loading to populate content on index.html and winners.html
  • Handling HTTP headers and CORS considerations when fetching external data sources
  • Implementing request/response patterns for loading data into JavaScript modules
  • Creating utility functions to abstract API calls and data fetching logic
  • Implementing data caching strategies to avoid redundant fetches and improve performance
  • Adding request retry logic and timeout handling for reliable data loading in the static site

Instructions

For details, refer to the information provided in this file: backend API