Claude-skill-registry API State Management

Your approach to handling API state management. Use this skill when working on files where API state management comes into play.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/api-state-management" ~/.claude/skills/majiayu000-claude-skill-registry-api-state-management && rm -rf "$T"
manifest: skills/data/api-state-management/SKILL.md
source content

API State Management

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle API state management.

Instructions

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