claude-code-settings  by feiskyer

AI-powered development workflow enhancement

created 1 month ago
357 stars

Top 78.1% on SourcePulse

GitHubView on GitHub
Project Summary

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

  • Install copilot-api globally: npm install -g copilot-api
  • Authorize GitHub Copilot: copilot-api auth
  • Run copilot-api in the background: tmux new-session -d -s copilot 'copilot-api start'
  • Requires Node.js for copilot-api.

Highlighted Details

  • Kiro Workflow: Structured commands (/kiro:spec, /kiro:design, /kiro:task, /kiro:execute) for feature development from specification to execution.
  • GitHub Integration: Commands for comprehensive Pull Request reviews (/gh:review-pr) and issue resolution (/gh:fix-issue).
  • Advanced Analysis: Commands like /think-harder and /reflection-harder for enhanced analytical thinking and session improvement.
  • Multi-Provider Support: Configuration files for GitHub Copilot, LiteLLM, Qwen, SiliconFlow, and Vertex AI.

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.

Health Check
Last commit

1 week ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
3
Star History
366 stars in the last 30 days

Explore Similar Projects

Starred by John Resig John Resig(Author of jQuery; Chief Software Architect at Khan Academy) and Didier Lopes Didier Lopes(Founder of OpenBB).

CCPlugins by brennercruvinel

5.0%
2k
Claude Code CLI enhancement framework
created 3 weeks ago
updated 2 weeks ago
Feedback? Help us improve.