Claude-skill-registry Advanced Testability Ai Ergonomic
Design code for testability and AI/LLM ergonomics with explicit contracts and observable patterns. Use when optimizing code for AI tools, improving testability, or making codebases LLM-friendly.
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/advanced-testability-ai-ergonomic" ~/.claude/skills/majiayu000-claude-skill-registry-advanced-testability-ai-ergonomic && rm -rf "$T"
manifest:
skills/data/advanced-testability-ai-ergonomic/SKILL.mdsource content
Advanced Testability Ai Ergonomic
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle testability and AI-ergonomic design thinking.
Instructions
For details, refer to the information provided in this file: testability-ai-ergonomic