Apps
- 01
@mattpocockukAI AgentsSkills for Real Engineers
A collection of structured AI agent skills designed to improve software engineering practices and fix common failure modes in AI-powered development. Based on decades of engineering experience and focused on alignment, testing, and architecture.
github.com/mattpocock/skillsOpen Source1mo ago
@mattpocockuk · AI Agents
- 02
@jackAI Agentsgoose
An open-source AI agent that runs locally and automates complex development tasks from start to finish. Beyond code suggestions, it can build entire projects, write and execute code, debug issues, and interact with external APIs autonomously.
github.com/block/gooseOpen Source3mo ago
@jack · AI Agents
- 03
anthropicsAI AgentsClaude Code
Anthropic's agentic coding harness — the harness developers use to build and run autonomous coding agents from the terminal. It also works as an AI coding assistant that understands your entire codebase, executing routine tasks, explaining complex code, and handling git workflows through natural language.
github.com/anthropics/claude-codeFreemium3mo ago
anthropics · AI Agents
- 04
@mvanhornAI AgentsLast30Days AI Research Skill
An AI agent skill that automatically researches any topic across Reddit, X, YouTube, Hacker News, Polymarket, and other platforms from the last 30 days, then synthesizes findings into a grounded summary with real citations. Designed to keep users current with rapidly evolving topics in AI and tech.
github.com/mvanhorn/last30days-skillOpen Source3mo ago
@mvanhorn · AI Agents
- 07
anthropicsAI AgentsAgent Skills
Anthropic's public repository of Agent Skills — modular, composable capability files that extend what Claude and other coding agents can do.
github.com/anthropics/skills1mo ago
anthropics · AI Agents
- 08
@satyawani_amanAI AgentsClaw Code
A Python/Rust rewrite of Claude's agent harness system for building AI tool workflows. Created as a clean-room implementation after Claude's code was leaked, focusing on harness engineering and agent orchestration patterns.
github.com/instructkr/claude-codeOpen Source3mo ago
@satyawani_aman · AI Agents
- 09
openaiAI AgentsCodex CLI
A coding agent from OpenAI that runs locally in your terminal, providing AI-powered assistance for development tasks. Works with ChatGPT plans or API keys and offers multiple deployment options including IDE integration and desktop app.
github.com/openai/codexOpen Source3mo ago
openai · AI Agents
- 10
@NousResearchAI AgentsHermes Agent
A self-improving AI agent with a built-in learning loop that creates skills from experience, improves them during use, and builds a deepening model of users across sessions. It runs anywhere from a $5 VPS to GPU clusters and works with any LLM provider.
github.com/nousresearch/hermes-agentOpen Source4mo ago
@NousResearch · AI Agents
- 12
affaan-mAI AgentsEverything Claude Code
A comprehensive performance optimization system for AI coding agents that provides skills, memory management, security scanning, and research-first development patterns. Works across multiple AI agent harnesses including Claude Code, Codex, Cursor, and OpenCode with production-ready configurations evolved from 10+ months of intensive daily use.
github.com/affaan-m/everything-claude-codeOpen Source3mo ago
affaan-m · AI Agents
- 13
@microsoftDeveloper ToolsMarkItDown
A Python utility that converts various file formats (PDFs, Office documents, images, audio, HTML, etc.) into clean Markdown text optimized for AI and text analysis pipelines. Preserves document structure while making content easily consumable by LLMs.
github.com/microsoft/markitdownOpen Source3mo ago
@microsoft · Developer Tools
- 14
obraAI AgentsSuperpowers
An agentic skills framework and software-development workflow for coding agents. Built on composable "skills", it makes the agent pause to draw out a spec before writing code, then drives implementation through a structured, repeatable process.
github.com/obra/superpowers3mo ago
obra · AI Agents
- 16
Developer ToolsSpec Kit
An open source toolkit that enables spec-driven development, where specifications become executable and directly generate working implementations rather than just guiding them. Includes CLI tools and AI agent integrations to build high-quality software faster by focusing on product scenarios instead of ad-hoc coding.
github.com/github/spec-kitOpen Source2mo ago
Developer Tools
- 18
ggml-orgAI Toolsllama.cpp
A C/C++ library for running large language models locally with minimal setup and optimized performance across different hardware architectures. Enables LLM inference on CPUs and GPUs with various quantization options to reduce memory usage.
github.com/ggml-org/llama.cppOpen Source3mo ago
ggml-org · AI Tools
- 19
@jiayuan_jyAI AgentsMultica
An open-source platform that turns AI coding agents like Claude Code and Codex into real teammates. Assign tasks to agents like human colleagues, track their progress on a board, and let them autonomously write code, report blockers, and compound skills over time.
github.com/multica-ai/multicaOpen Source3mo ago
@jiayuan_jy · AI Agents
- 20
@garrytanAI AgentsGBrain
A personal knowledge management system that creates a searchable, AI-powered "memex" from your markdown files, notes, meetings, and calendar data. Uses Postgres + pgvector for hybrid search and integrates with AI agents to continuously enrich and maintain your knowledge base.
github.com/garrytan/gbrainOpen Source3mo ago
@garrytan · AI Agents
- 22
@LeonxlnxDeveloper ToolsTaste Skill
A collection of AI prompting skills that teach AI tools to generate premium, modern frontend code instead of boring, generic interfaces. Improves AI output quality for web design with proper animations, spacing, and visual appeal.
github.com/leonxlnx/taste-skillOpen Source5mo ago
@Leonxlnx · Developer Tools
- 24
warpdotdevDeveloper ToolsWarp
Warp is an agentic development environment born out of the terminal. Use its built-in coding agent or bring your own CLI agent (Claude Code, Codex, Gemini CLI, and others), with blocks, workflows, and AI woven throughout.
github.com/warpdotdev/warp2mo ago
warpdotdev · Developer Tools
- 25
ollamaAI ToolsOllama
An open-source tool that lets you run and manage large language models locally on your machine. It supports popular models like Llama, Gemma, DeepSeek, and Qwen, providing both command-line interface and REST API for easy integration.
github.com/ollama/ollamaOpen Source3mo ago
ollama · AI Tools
- 26zed-industriesDeveloper Tools
Zed
Multiplayer code editor written in Rust. GPU-rendered, AI-native, designed for raw speed.
zed.devFreemium3mo ago
zed-industries · Developer Tools
- 27
forrestchangAI ToolsAndrej Karpathy Skills
A structured set of coding guidelines for Claude AI that addresses common LLM pitfalls like overcomplication, unnecessary changes, and poor assumption management. Based on Andrej Karpathy's observations about how to get better code output from AI assistants.
github.com/forrestchang/andrej-karpathy-skillsOpen Source3mo ago
forrestchang · AI Tools
- 28@pbakausDeveloper Tools
Impeccable
A design skills package for AI coding assistants that provides 17 commands and curated anti-patterns to help developers create better frontend designs. Works with popular AI harnesses like Cursor, Claude Code, and Gemini CLI to bring design vocabulary and expertise to AI-generated code.
impeccable.styleFree4mo ago
@pbakaus · Developer Tools
- 29
@mvanhornDeveloper ToolsCLI Printing Press
A code generator that creates token-efficient CLIs, MCP servers, and Claude skills for any API or website. It analyzes official docs, community tools, and web traffic patterns to generate Go CLIs with local SQLite storage, compound commands, and agent-optimized interfaces.
github.com/mvanhorn/cli-printing-pressOpen Source1mo ago
@mvanhorn · Developer Tools
- 30
@garrytanAI Agentsgstack
An end-to-end engineering skill system that builds a whole app end to end with Claude Code — from idea to a deployed production app. It takes a product all the way through planning, coding, automated review, testing, and deployment in eight commands, turning Claude Code into a virtual engineering team with 23 specialized roles (CEO, designer, engineer manager, QA lead, security officer) and structured slash-command workflows.
github.com/garrytan/gstackOpen Source2mo ago
@garrytan · AI Agents
Ranked by a proprietary index. Corrections welcome.






