2026/05/02 This Week's GitHub AI Trends
From the top 15 projects on GitHub Trending this week, 11 AI/LLM-related projects have been selected: 1. mattpocock/skills → GitHub Link The mattpocock/skills project offers a meticulously designed set of agent skills aimed at addressing common pain points encountered by Large Language Models (LLMs) in code generation and engineering practices. This skill set is directly distilled from the workflows of experienced engineers, providing specific tools such as /grill-me (for detailed questioning), /tdd (for test-driven development), and /improve-codebase-architecture (for improving architecture). These tools target issues LLMs often face, such as “understanding bias,” “being overly verbose,” “generating non-functional code,” and “architectural messes.” Through these composable and adaptable skills, developers can more effectively guide AI agents to produce code that is more precise, concise, and compliant with engineering best practices. For AI developers seeking to enhance LLM code quality and efficiency, this project serves as a practical guide and toolkit for improving agent intelligence and reliability. ...