← Back to Blog
AI Agents·Apr 8, 2026·18 min read

47 AI Skills, MCP Servers & GitHub Repos That Changed My Workflow

The ultimate toolkit — Claude Code skills, MCP servers, agent frameworks, local AI, automation engines, and 40+ fresh repos worth watching. No fluff. Just the tools I actually use.

Part 1: Skills & MCP Servers

Skills teach Claude how to do things. MCP gives it access to the outside world. Together they turn Claude Code from a chatbot into an actual workforce. Here are the ones worth installing.

Document & Office (Official Anthropic) 📰

  1. PDF Processing— Read, extract tables, fill forms, merge/split. Highest-utility skill for knowledge workers.
    github.com/anthropics/skills → pdf
  2. DOCX— Create & edit Word docs with tracked changes, comments, formatting.
    github.com/anthropics/skills → docx
  3. PPTX— Slide decks from natural language. Layouts, charts, speaker notes.
    github.com/anthropics/skills → pptx
  4. XLSX— Formulas, analysis, charts via plain English.
    github.com/anthropics/skills → xlsx
  5. Doc Co-Authoring— Real collaborative writing. Human writes, Claude responds, back and forth.
    github.com/anthropics/skills → doc-coauthoring

Design & Creative 🎨

  1. Frontend Design— Escape “AI slop” aesthetics. Real design systems, bold typography. 277k+ installs.
    github.com/anthropics/skills → frontend-design
  2. Canvas Design— Social graphics, posters, covers — text in, PNG/PDF out.
    github.com/anthropics/skills → canvas-design
  3. Algorithmic Art— Fractal patterns, geometric compositions via p5.js.
    github.com/anthropics/skills → algorithmic-art
  4. Theme Factory— Batch-generate color schemes from one prompt.
    github.com/anthropics/skills → theme-factory
  5. Web Artifacts Builder— Calculators, dashboards via natural language. No frontend skills needed.
    github.com/anthropics/skills → web-artifacts-builder

Dev & Engineering 👨‍💻

  1. Superpowers— 20+ battle-tested skills. TDD, debugging, plan-to-execute pipeline. 96k+ stars.
    github.com/obra/superpowers
  2. Systematic Debugging— Root cause analysis first, fix second. 4-phase methodology. S9.2 on SkillHub.
    github.com/obra/superpowers
  3. File Search— Ripgrep + ast-grep mastery. S9.0 rated.
    github.com/massgen/massgen
  4. Context Optimization— Reduce token costs, KV-cache tricks. 13.9k stars.
    github.com/muratcankoylan/agent-skills-for-context-engineering
  5. Skill Creator (Official)— Meta-skill: describe a workflow, get a SKILL.md in 5 min.
    github.com/anthropics/skills → skill-creator
  6. Remotion Best Practices— AI video generation. 117k weekly installs.
    github.com/remotion-dev/remotion

Marketing & SEO 🗞

  1. Marketing Skills by Corey Haines— 20+ skills: CRO, copywriting, SEO, email sequences, growth.
    github.com/coreyhaines31/marketingskills
  2. Claude SEO— Full-site audits, schema validation. 12 sub-skills.
    github.com/AgriciDaniel/claude-seo
  3. Brand Guidelines— Encode your brand into a skill. Auto-applies everywhere.
    github.com/anthropics/skills → brand-guidelines

Knowledge & Learning 🧠

  1. NotebookLM Integration— Claude + NotebookLM bridge. Summaries, mind maps, flashcards.
    github.com/PleasePrompto/notebooklm-skill
  2. Obsidian Skills— By Obsidian’s CEO. Auto-tagging, auto-linking, vault-native.
    github.com/kepano/obsidian-skills
  3. Excel MCP Server— Manipulate Excel without Microsoft Excel.
    github.com/haris-musa/excel-mcp-server

All official skills: github.com/anthropics/skills
Browse 80k+ community skills: skillsmp.com

My Must-Have MCP Servers

Beyond skills — these are the ones I love using. Skills teach Claude HOW to do things. MCP gives it ACCESS to the outside world. These three changed my workflow.

Tavily

Search engine built for AI agents. Not blue links — clean structured data. Four tools: search, extract, crawl, map. Connects as remote MCP in one minute.

github.com/tavily-ai/tavily-mcp

Context7

Injects up-to-date library docs into your LLM’s context. No more hallucinated APIs. No more deprecated methods. Just add “use context7” to your prompt. Supports Next.js, React, Supabase, MongoDB, thousands more.

github.com/upstash/context7

Task Master AI

Your AI’s project manager. Feed a PRD → structured tasks with dependencies → Claude executes one by one. Turns chaotic sessions into a proper pipeline. Works across Cursor, Claude Code, Windsurf.

github.com/eyaltoledano/claude-task-master

Part 2: GitHub Repos

25 open-source engines powering the AI revolution. Starting with the most famous and going into more lowkey ones.

Agent Frameworks

  1. OpenClaw— The viral AI agent. Persistent, multi-channel, writes its own skills. 210k+ stars.
    github.com/openclaw/openclaw
  2. AutoGPT— Full agent platform for long-running tasks.
    github.com/Significant-Gravitas/AutoGPT
  3. LangGraph— Agents as graphs. Multi-agent orchestration. 26.8k stars.
    github.com/langchain-ai/langgraph
  4. OWL— Multi-agent cooperation. Tops GAIA benchmark.
    github.com/camel-ai/owl
  5. Dify— Open-source LLM app builder. Workflows, RAG, agents all-in-one.
    github.com/langgenius/dify
  6. CrewAI— Multi-agent with roles, goals, backstories.
    github.com/crewAIInc/crewAI
  7. CopilotKit— Embed AI copilots into React apps.
    github.com/CopilotKit/CopilotKit

Local AI

  1. Ollama— Run LLMs locally with one command.
    github.com/ollama/ollama
  2. Open WebUI— Self-hosted ChatGPT-like interface.
    github.com/open-webui/open-webui
  3. LlamaFile— LLM as single executable. Zero dependencies.
    github.com/Mozilla-Ocho/llamafile
  4. Unsloth— Fine-tune 2x faster, 70% less memory.
    github.com/unslothai/unsloth

Workflow & Automation

  1. n8n— Open-source automation, 400+ integrations + AI nodes.
    github.com/n8n-io/n8n
  2. Langflow— Visual drag-and-drop for agent pipelines. 140k stars.
    github.com/langflow-ai/langflow
  3. Huginn— Self-hosted web agents. Monitoring, alerts. Privacy-first.
    github.com/huginn/huginn

Search & Data

  1. GPT Researcher— Autonomous research → compiled reports.
    github.com/assafelovic/gpt-researcher
  2. Firecrawl— Any website → LLM-ready data.
    github.com/mendableai/firecrawl
  3. Vanna AI— Natural language → SQL.
    github.com/vanna-ai/vanna

Dev Tools

  1. Codebase Memory MCP— Codebase → persistent knowledge graph.
    github.com/DeusData/codebase-memory-mcp
  2. DSPy— Program (not prompt) foundation models.
    github.com/stanfordnlp/dspy
  3. Spec Kit (GitHub)— Spec-driven dev. Write specs, AI generates code. 50k+ stars.
    github.com/github/spec-kit
  4. NVIDIA NemoClaw— Secure sandbox for autonomous agents.
    github.com/NVIDIA/NemoClaw

Curated Collections

  1. Awesome Claude Skills— Best curated skill list. 22k+ stars.
    github.com/travisvn/awesome-claude-skills
  2. Anthropic Skills Repo— Official reference implementations.
    github.com/anthropics/skills
  3. Awesome Agents— 100+ open-source agent tools.
    github.com/kyrolabs/awesome-agents
  4. MAGI//ARCHIVE— Daily feed of fresh AI repos.
    tom-doerr.github.io/repo_posts

40 Fresh GitHub Repos Worth Watching

I scanned 1,000+ repos from GitHub forums and picked the most interesting AI projects. Do not forget to do your own security check.

Agent Orchestration & Multi-Agent 🤖

  • gstack — Claude Code as virtual engineering team
  • cmux — Multiple Claude agents in parallel
  • figaro — Orchestrate Claude agent fleets on desktop
  • claude-squad — Terminal agents in parallel sessions
  • deer-flow (ByteDance) — Sub-agents and sandboxes through skills
  • SWE-AF — One API call spins up engineering team
  • AIlice — Complex tasks → dynamic agents
  • Agent Alchemy — Claude Code + plugins + task manager

Agent Infrastructure & Security 🔐

Memory & Context 📝

  • Mem9 — Memory system for AI agents
  • Codefire — Persistent memory for coding agents
  • Memobase — User profile memory for LLMs

Coding Agents & Dev Tools 💻

MCP & Integrations 🔗

Search, Data & LLM Tools 🔍

Video & More 📽

Where to Find More Skills

Install any skill:
Personal: ~/.claude/skills/
Project: .claude/skills/
Clone, copy, restart. Done.

Pro members get install scripts, CLAUDE.md templates, and MCP server configs for every tool on this list.

Join Pro