Backend Queries

Handle data filtering, searching, and manipulation operations on JSON data loaded in the static website. Use this skill when working with client-side data querying, filtering records, or transforming data for display purposes.

$ 安裝

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

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


name: Backend Queries description: Handle data filtering, searching, and manipulation operations on JSON data loaded in the static website. Use this skill when working with client-side data querying, filtering records, or transforming data for display purposes.

Backend Queries

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

When to use this skill

  • Implementing search functionality to filter player or tournament data loaded from JSON files
  • Sorting data by various criteria (e.g., ranking, date, name) before rendering to the page
  • Filtering data based on user selections or page parameters in JavaScript modules
  • Implementing pagination logic to display large datasets across multiple pages efficiently
  • Creating utility functions to query and transform JSON data for different page requirements
  • Implementing faceted search or multi-criteria filtering on the winners or players page
  • Optimizing data queries to improve page performance and reduce unnecessary iterations

Instructions

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