AI-powered development workflow enhancement
Top 78.1% on SourcePulse
This repository provides a curated collection of settings, commands, and specialized AI agents for Claude Code, aimed at developers seeking to enhance their coding workflows. It offers structured approaches for feature development, code analysis, GitHub integration, and knowledge management, leveraging GitHub Copilot or other LLM providers via proxy.
How It Works
The setup configures Claude Code to interact with various LLM providers through proxy services like copilot-api
or LiteLLM. This allows users to utilize models like GitHub Copilot, Qwen, or Google Vertex AI within the Claude Code environment. Specialized commands and agents are provided for specific tasks, such as a "Kiro workflow" for end-to-end feature development and agents for code review, issue fixing, and self-reflection on Claude Code instructions.
Quick Start & Requirements
copilot-api
globally: npm install -g copilot-api
copilot-api auth
copilot-api
in the background: tmux new-session -d -s copilot 'copilot-api start'
copilot-api
.Highlighted Details
/kiro:spec
, /kiro:design
, /kiro:task
, /kiro:execute
) for feature development from specification to execution./gh:review-pr
) and issue resolution (/gh:fix-issue
)./think-harder
and /reflection-harder
for enhanced analytical thinking and session improvement.Maintenance & Community
The project is maintained by feiskyer. Links to official documentation and an awesome-claude-code
list are provided.
Licensing & Compatibility
Released under the MIT License. Compatible with commercial use and closed-source linking.
Limitations & Caveats
The WebSearch tool, specific to the official Anthropic API, is unavailable when using proxy providers. Users requiring web search functionality must integrate external web search MCP servers.
1 week ago
Inactive