claude-code-settings (feiskyer)
A Claude Code settings + skills + subagents collection (1,525 stars) by Kubernetes contributor Feilong (feiskyer), designed as a multi-model gateway setup using LiteLLM Proxy pointing at GitHub Copilot. The repo ships 15 skills (including a Chinese-language deep-research orchestrator, a codex-skill for OpenAI delegation, a nanobanana image-generation skill, a Kiro-workflow skill, and a spec-kit-skill), 7 subagents, and a detailed settings.json with explicit multi-model env vars (claude-sonnet-4.6 for planning, claude-opus-4.6 for complex tasks, gpt-5-mini for Haiku-class tasks). Unlike most Claude Code frameworks, feiskyer's is fundamentally a LiteLLM → GitHub Copilot proxy configuration that makes Claude Code available without direct Anthropic API billing.
differs_from_seeds: Closest to superpowers (SKILL.md format, skills-primary architecture), but feiskyer's distinctive delta is the LiteLLM proxy multi-model gateway — routing claude-opus-4.6 for planning, claude-sonnet-4.6 for coding, and gpt-5-mini for lightweight tasks, all served through GitHub Copilot. No seed does multi-model routing through a local proxy server.