Top 60 Claude Skills, Workflows, and GitHub Repos in 2026
Sifu Yik's Substack is a reader-supported publication. To receive new posts and support my work, consider becoming a free or paid subscriber.
The complete list most people will never find.
Save this before you scroll past. You will thank yourself later. 🔖
The AI tooling landscape in 2026 is unrecognizable. Over 17,000 MCP servers now exist. Anthropic released 17 official skills on GitHub. New agent frameworks ship every single week.
Most of it is noise. Some of it is genuinely useful. A few will permanently change how you work.
I tested 100+ tools over 100+ hours so you do not have to. Here are the 60 that actually matter right now. Organized by category. Tested personally. Honest notes on what each one is actually good for.
Bookmark this. You will come back to it.
Part 1: AI Coding Agents & IDEs 🛠️
The tools that let AI write, review, and manage code on your behalf. The ones that actually work in real workflows, not just demos.
01. Claude Code Anthropic’s terminal coding agent. Reads files, writes code, runs tests, works directly in your local environment. Powered by Claude Opus 4.6. Scored 80.8% on SWE-bench Verified. The gold standard for AI-assisted development when you want full control. docs.anthropic.com/en/d…
02. Cursor AI-first code editor built on VS Code. Inline completions, chat with your codebase, multi-file editing. 2026 update: run up to 8 parallel agents simultaneously on separate parts of your codebase using git worktrees.
cursor.com
03. Codex CLI OpenAI’s terminal coding agent. Takes natural language instructions, reads your codebase, writes and executes code. Strong at multi-step implementation tasks. github.com/openai/codex
04. Windsurf AI coding IDE by Codeium. Cascade agent for multi-file editing, deep codebase understanding, and flow-state coding. Growing fast in 2026. codeium.com/windsurf
05. Devin The most autonomous AI software engineer available. Plans, writes code, runs tests, reads docs, fixes bugs, and opens Pull Requests with zero hand-holding. 2026 update: Devin can now orchestrate teams of Devins working in parallel.
devin.ai
06. Aider AI pair programming in your terminal. Works with any LLM. Strong at working with existing codebases. 30,000+ stars. github.com/paul-gauthie…
07. Superpowers 20+ battle-tested Claude Code skills. TDD, debugging, plan-to-execute pipelines. 94,000+ stars on GitHub. If you use Claude Code, install this first. github.com/obra/superpo…
Part 2: Agent Frameworks 🤖
Build autonomous systems that think, act, and iterate without you managing every step.
08. OpenClaw The viral open-source AI agent. Persistent, multi-channel (WhatsApp, Telegram, Discord), writes its own skills. 210,000+ stars and growing. The most accessible entry point for personal AI agents. github.com/openclaw/ope…
09. LangGraph Multi-agent orchestration as code. Build agents as graphs with branching logic, human-in-the-loop, and persistent state. 26,000+ stars. github.com/langchain-ai…
10. CrewAI Multi-agent framework with roles, goals, and backstories. Each agent has a defined persona and responsibility. Good for team-like automated workflows. github.com/crewAIInc/cr…
11. AutoGPT Full autonomous agent platform for long-running tasks. The original agent framework. Matured significantly since its early days. github.com/Significant-…
12. Dify Open-source LLM app builder. Combines workflows, RAG, agents, and model management in one platform. Good for non-developers building AI apps without writing code. github.com/langgenius/d…
13. OWL Multi-agent cooperation framework. Tops the GAIA benchmark for agent coordination. Cutting edge research turned into usable code. github.com/camel-ai/owl
14. CopilotKit Embed AI copilots directly into React applications. Ship AI features into your product, not just your personal workflow. github.com/CopilotKit/C…
15. pydantic-ai Type-safe agent framework built on Pydantic. For Python developers who want structured, validated agent outputs with full type safety. github.com/pydantic/pyd…
Part 3: MCP Servers & Tool Integration 🔗
MCP (Model Context Protocol) gives AI access to the outside world. Over 17,000 servers now exist. MCP was donated to the Linux Foundation in December 2025, with AWS, Google, Microsoft, Salesforce, and Snowflake as backers. One server works across Claude Code, Cursor, and Windsurf at the same time.
16. Tavily Search engine built for AI agents. Not blue links. Clean, structured, LLM-ready data. Four tools: search, extract, crawl, map. Connects as a remote MCP in one minute. github.com/tavily-ai/ta…
17. Context7 Injects up-to-date library documentation into your LLM context. No more hallucinated APIs or deprecated methods. Add “use context7” to your prompt and it pulls current docs. Supports thousands of libraries. github.com/upstash/cont…
18. Task Master AI Your AI project manager. Feed it a PRD and it generates structured tasks with dependencies. Claude executes them one by one. Turns chaotic sessions into organized pipelines. github.com/eyaltoledano…
19. MCP Playwright Browser automation for LLMs. Control a real browser through natural language. Perfect for testing, scraping, and web interaction. github.com/executeautom…
20. Figma MCP Connect your Figma files directly to Claude Code. Turn design specs into production-ready code with zero manual translation. One of the most talked-about new MCP integrations in 2026. mcp.figma.com/mcp
21. Supabase MCP Database operations through natural language. Query, insert, and manage your Supabase database directly from Claude. Hosted remotely, zero local setup needed. github.com/supabase-com…
22. GitHub MCP Full GitHub access for your AI agents. Read repos, create issues, manage PRs, and trigger actions through natural language. One of the most downloaded MCP servers available. github.com/modelcontext…
23. fastmcp Build custom MCP servers in minimal Python. The fastest way to create your own tool integrations for Claude or any MCP-compatible model. github.com/jlowin/fastm…
Part 4: Claude Skills (Top Picks) 🧠
Skills teach Claude specialized workflows. Anthropic now has 17 official skills on GitHub. Over 80,000 community skills exist on SkillsMP. These are the must-install picks from both.
24. PDF Processing (Official) Read, extract tables, fill forms, merge and split PDFs. The highest-utility skill for knowledge workers. github.com/anthropics/s…
25. Frontend Design (Official) Build real design systems, bold typography, production-grade UI. Escape the generic AI aesthetic. 277,000+ installs. github.com/anthropics/s…
26. Skill Creator (Official) The meta-skill. Describe any workflow in plain English and get a complete skill.md back in five minutes. Build new skills without writing any configuration. github.com/anthropics/s…
27. MCP Builder (Official) Build MCP servers so your LLM can call your own APIs as tools. Four-phase guided workflow built into the skill. New in 2026. github.com/anthropics/s…
28. Claude API Skill (Official) Multi-language Claude API quickstart. Auto-detects your stack and generates ready-to-run API code across 8 languages. New in 2026. github.com/anthropics/s…
29. WebApp Testing (Official) Playwright-based automated UI testing with zero boilerplate. Describe your test in plain English and get automated browser tests back. github.com/anthropics/s…
30. Marketing Skills by Corey Haines 20+ skills covering CRO, copywriting, SEO, email sequences, and growth strategy. Everything a marketing team needs in skill form. github.com/coreyhaines3…
31. Claude SEO Full-site audits, schema validation, keyword analysis. 12 sub-skills covering the complete SEO workflow. github.com/AgriciDaniel…
32. Deep Research Skill 8-phase research with auto-continuation. For when you need Claude to go deep on a topic, not just skim the surface. github.com/199-biotechn…
Part 5: Local AI & Model Running 🖥️
Run models on your own hardware. Full privacy, full speed, zero API costs.
33. Ollama Run open-source LLMs locally with one terminal command. Supports Llama, Mistral, Gemma, and dozens more. The fastest path from zero to local AI. github.com/ollama/ollama
34. Open WebUI Self-hosted ChatGPT-like interface. Clean, fast, full-featured. Pairs perfectly with Ollama for a fully private AI setup. github.com/open-webui/o…
35. LlamaFile Package an entire LLM as a single executable file. Zero dependencies. Download and run. Absurdly simple. github.com/Mozilla-Ocho…
36. Unsloth Fine-tune models 2x faster with 70% less memory. If you need a custom model trained on your own data, start here. github.com/unslothai/un…
37. vLLM High-throughput inference engine. 2 to 4x faster than standard model serving. The standard for production deployment of open-source models. github.com/vllm-project…
Part 6: Workflow & Automation ⚡
Connect AI to your existing tools and business processes.