Discover and explore top open-source AI tools and projects—updated daily.
GuDaStudioModular skills framework for LLM collaboration
New!
Top 30.6% on SourcePulse
Summary This repository offers Agent Skills to enable LLMs, particularly Claude, to collaborate seamlessly with external AI models and tools like OpenAI Codex and Google Gemini. It targets developers and researchers seeking to leverage specialized agents for code generation, debugging, and review, thereby extending LLM capabilities.
How It Works The project utilizes Anthropic's modular Agent Skills framework for dynamic loading of domain-specific knowledge and workflows. These skills act as bridges, translating Claude's instructions into executable commands for external CLIs (Codex, Gemini). A detailed, prompted 5-phase workflow guides Claude through context retrieval, multi-model analysis, diff-based prototyping, code refactoring, and auditing, orchestrating interactions between AI agents.
Quick Start & Requirements
git clone --recurse-submodules https://github.com/GuDaStudio/skills) and run platform-specific install scripts (install.sh/install.ps1) for user/project-level or custom path installations, selecting all or specific skills.~/.claude/CLAUDE.md for optimal workflow adherence.https://docs.claude.com/docs/claude-code, Codex CLI: https://github.com/openai/codex, Gemini CLI: https://github.com/google-gemini/gemini-cli.Highlighted Details
Unified Diff Patch ONLY, preventing direct file modifications and ensuring Claude's control.Maintenance & Community No specific details on maintainers, community channels (e.g., Discord, Slack), or active development signals were found in the provided README. The repository is hosted by GuDaStudio.
Licensing & Compatibility
Limitations & Caveats
2 weeks ago
Inactive