Shubhamsaboo/awesome-llm-apps
A curated collection of impressive LLM-powered AI applications featuring RAG, AI Agents, Multi-agent Teams, and open-source models from leading AI providers like OpenAI, Anthropic, and Google Gemini.
Awesome AI Agents › AI Agent Ecosystems
Ruler is a centralized management tool designed to unify and streamline the instructions and configurations for multiple AI coding assistants used within a development environment. As teams grow and adopt various AI coding agents such as GitHub Copilot, Claude, Cursor, Aider, and many others, managing individual configuration files for each tool becomes cumbersome, leading to inconsistent guidance, duplicated efforts, and onboarding challenges. Ruler addresses these issues by providing a single source of truth for all AI agent instructions, stored in a dedicated `.ruler/` directory using Markdown files. It automatically distributes these rules to the appropriate configuration files for supported AI agents, ensuring consistency and reducing maintenance overhead. The tool supports a wide range of AI coding assistants, each with specific rules files and Model Context Protocol (MCP) configurations, enabling fine-tuned control over which agents are affected and where their configuration files are located. Ruler also automates the process of keeping generated configuration files out of version control by managing `.gitignore` entries. Its simple command-line interface allows easy initialization of projects and application of configurations. Ruler's core concept revolves around the `.ruler/` directory, which acts as the central hub for all AI agent instructions. It supports a prioritized order of rule files, including a root `AGENTS.md` file, new default starter files, and legacy files with deprecation warnings. The tool encourages best practices by allowing users to break down complex instructions into focused Markdown files covering coding style, API conventions, project architecture, and security guidelines. Installation requires Node.js 18.x or higher, and the tool can be installed globally via npm or used with npx for one-off commands. Ruler is currently in beta, inviting users to test and report issues. Overall, Ruler simplifies the management of AI coding assistant instructions, promoting consistency, efficiency, and ease of use across diverse AI tools in software development projects.
https://github.com/intellectronica/ruler
A curated collection of impressive LLM-powered AI applications featuring RAG, AI Agents, Multi-agent Teams, and open-source models from leading AI providers like OpenAI, Anthropic, and Google Gemini.
LobeHub is a platform that enables users to find, build, and collaborate with AI agent teammates that evolve with them, facilitating multi-agent collaboration and transforming productivity through AI-driven workspaces.
MetaGPT is a multi-agent AI framework that simulates a software company by assigning GPT-based roles to collaboratively automate software development from natural language requirements.
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows.
This repository provides best practices and implementations for leveraging Claude AI's agentic engineering features, including subagents, commands, skills, workflows, and memory.
CrewAI is a fast, flexible Python framework for orchestrating autonomous, role-playing AI agents that collaborate to solve complex tasks, offering both high-level simplicity and low-level control for enterprise-grade AI automation.
nanobot is an open-source, lightweight personal AI agent, providing a WebUI, chat channels, tools, memory, and model routing for long-running workflows and automation.
Agentic Awesome Skills is an installable GitHub library providing over 1,900 agentic skills for various AI coding assistants like Claude Code, Cursor, and Gemini CLI.