{"id":29806284,"url":"https://github.com/feiskyer/claude-code-settings","last_synced_at":"2025-08-16T08:29:44.461Z","repository":{"id":305258433,"uuid":"1021907170","full_name":"feiskyer/claude-code-settings","owner":"feiskyer","description":"Claude Code settings and commands for vibe coding","archived":false,"fork":false,"pushed_at":"2025-07-19T03:11:30.000Z","size":41,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-19T07:16:25.004Z","etag":null,"topics":["agentic-ai","ai","claude-code","kiro","vibe-coding"],"latest_commit_sha":null,"homepage":"https://feisky.xyz/claude-code-settings/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/feiskyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-18T06:22:12.000Z","updated_at":"2025-07-19T06:28:54.000Z","dependencies_parsed_at":"2025-07-19T07:16:31.234Z","dependency_job_id":"adb8640d-b066-489e-a996-12401788db56","html_url":"https://github.com/feiskyer/claude-code-settings","commit_stats":null,"previous_names":["feiskyer/claude-code-settings"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/feiskyer/claude-code-settings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feiskyer%2Fclaude-code-settings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feiskyer%2Fclaude-code-settings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feiskyer%2Fclaude-code-settings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feiskyer%2Fclaude-code-settings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feiskyer","download_url":"https://codeload.github.com/feiskyer/claude-code-settings/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feiskyer%2Fclaude-code-settings/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267527835,"owners_count":24102019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-ai","ai","claude-code","kiro","vibe-coding"],"created_at":"2025-07-28T14:05:56.237Z","updated_at":"2025-08-16T08:29:44.448Z","avatar_url":"https://github.com/feiskyer.png","language":null,"readme":"# Claude Code Settings and Commands for Vibe Coding\n\nA curated collection of Claude Code settings, custom commands and sub-agents designed for enhanced development workflows. This setup includes specialized commands and sub-agents for feature development (Kiro workflow), code analysis, GitHub integration, and knowledge management.\n\n## Setup\n\n```sh\n# Backup original claude settings\nmv ~/.claude ~/.claude.bak\n\n# Clone the claude-code-settings\ngit clone https://github.com/feiskyer/claude-code-settings.git ~/.claude\n\n# Install the GitHub Copilot API proxy\nnpm install -g copilot-api\n\n# Authorize your GitHub Copilot account\ncopilot-api auth\n\n# For convenience, run copilot-api in background with tmux\ntmux new-session -d -s copilot 'copilot-api start'\n```\n\n\u003e **Note:** This configuration uses GitHub Copilot as the Claude Code model provider through the [copilot-api](https://github.com/ericc-ch/copilot-api) proxy.\n\n## Commands\n\n### Development Workflow\n\n**Kiro Workflow** - Complete feature development from spec to execution. The Kiro commands provide a structured workflow for feature development:\n\n1. `/kiro:spec [feature]` - Create requirements and acceptance criteria\n2. `/kiro:design [feature]` - Develop architecture and component design\n3. `/kiro:task [feature]` - Generate implementation task lists\n4. `/kiro:execute [task]` - Execute specific implementation tasks\n5. `/kiro:vibe [question]` - Quick development assistance\n\n### Analysis \u0026 Reflection\n\n- `/think-harder [problem]` - Enhanced analytical thinking\n- `/think-ultra [complex problem]` - Ultra-comprehensive analysis\n- `/reflection` - Analyze and improve Claude Code instructions\n- `/reflection-harder` - Comprehensive session analysis and learning\n- `/eureka [breakthrough]` - Document technical breakthroughs\n\n### GitHub Integration\n\n- `/gh:review-pr [PR_NUMBER]` - Comprehensive PR review and comments\n- `/gh:fix-issue [issue-number]` - Complete issue resolution workflow\n\n### Documentation \u0026 Knowledge\n\n- `/cc:create-command [name] [description]` - Create new Claude Code commands\n\n## Agents\n\nThe `agents/` directory contains specialized AI [subagents](https://docs.anthropic.com/en/docs/claude-code/sub-agents) that extend Claude Code's capabilities.\n\n\u003cdetails\u003e\n\u003csummary\u003eAvailable Agents\u003c/summary\u003e\n\n- **pr-reviewer** - Expert code reviewer for GitHub pull requests\n- **github-issue-fixer** - GitHub issue resolution specialist\n- **instruction-reflector** - Analyzes and improves Claude Code instructions\n- **deep-reflector** - Comprehensive session analysis and learning capture\n- **insight-documenter** - Technical breakthrough documentation specialist\n- **kiro-assistant** - Quick development assistance with Kiro's approach\n- **kiro-feature-designer** - Creates comprehensive feature design documents\n- **kiro-spec-creator** - Creates complete feature specifications\n- **kiro-task-executor** - Executes specific tasks from feature specs\n- **kiro-task-planner** - Generates implementation task lists\n- **ui-engineer** - UI/UX development specialist\n- **deep-thinker** - Enhanced analytical thinking for complex problems\n- **ultra-thinker** - Ultra-comprehensive analytical thinking\n- **command-creator** - Expert at creating new Claude Code custom commands\n\n\u003c/details\u003e\n\n## Settings\n\n[Sample Settings](settings/README.md) - Pre-configured settings for various model providers and setups.\n\n\u003cdetails\u003e\n\u003csummary\u003eAvailable Settings\u003c/summary\u003e\n\n#### [copilot-settings.json](settings/copilot-settings.json)\n\nUsing Claude Code with GitHub Copilot proxy. Points to localhost:4141 for the Anthropic API base URL.\n\n#### [litellm-settings.json](settings/litellm-settings.json)\n\nUsing Claude Code with LiteLLM gateway. Points to localhost:4000 for the Anthropic API base URL.\n\n#### [qwen-settings.json](settings/qwen-settings.json)\n\nUsing Claude Code with Qwen models via Alibaba's DashScope API. Uses the Qwen3-Coder-Plus model through a claude-code-proxy.\n\n#### [siliconflow-settings.json](settings/siliconflow-settings.json)\n\nUsing Claude Code with SiliconFlow API. Uses the Moonshot AI Kimi-K2-Instruct model.\n\n#### [vertex-settings.json](settings/vertex-settings.json)\n\nUsing Claude Code with Google Cloud Vertex AI. Uses Claude Opus 4 model with Google Cloud project settings.\n\n\u003c/details\u003e\n\n## Limitations\n\n**WebSearch** tool in Claude Code is an [Anthropic specific tool](https://docs.anthropic.com/en/docs/agents-and-tools/tool-use/web-search-tool) and it is not available when you’re not using the official Anthropic API. Hence, if you need web search, you’d need to connect Claude Code with extertnal web search MCP servers, e.g. [Tavily MCP](https://docs.tavily.com/documentation/mcp), [Brave MCP](https://github.com/brave/brave-search-mcp-server), [Firecrawl MCP](https://docs.firecrawl.dev/mcp-server) or [DuckDuckGo Search MCP](https://github.com/nickclyde/duckduckgo-mcp-server).\n\n## Guidances\n\n- [Claude Code with Github Copilot as Model Provider](guidances/github-copilot.md).\n- [Claude Code with LLM Gateway (LiteLLM) as Model Provider](guidances/llm-gateway-litellm.md).\n\n## References\n\n- [Claude Code official document](https://docs.anthropic.com/en/docs/claude-code/overview) - must read official document.\n- [awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code) - curated list of slash-commands, CLAUDE.md files, CLI tools, and other resources.\n- [wshobson/agents](https://github.com/wshobson/agents) - comprehensive collection of specialized AI subagents for Claude Code.\n\n## LICENSE\n\nThis project is released under MIT License - See [LICENSE](LICENSE) for details.\n","funding_links":[],"categories":["HarmonyOS","Custom Commands \u0026 Frameworks","Shell","Configuration \u0026 Setup Tools","Frameworks \u0026 Libraries","Configuration \u0026 Rules","🧩 Skills, Context Engineering \u0026 Agent Packs","指南与文档"],"sub_categories":["Windows Manager","Claude Code Settings Collection","Copilot Extensions \u0026 Alternatives"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeiskyer%2Fclaude-code-settings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeiskyer%2Fclaude-code-settings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeiskyer%2Fclaude-code-settings/lists"}