.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/thepexcel/thepexcel-claude-plugins
home/mcp-servers/thepexcel/thepexcel-claude-plugins
thepexcel avatar

thepexcel-claude-plugins

bythepexcel· 1 MCP server

Stars

6

Category

AI Agents & MCP

View on GitHub

TL;DR

A model-agnostic collection of skills for AI coding agents. Works with Claude Code, Cursor, Windsurf, and other AI-powered tools.

How to install thepexcel-claude-plugins?

thepexcel/thepexcel-claude-plugins
$git clone https://github.com/thepexcel/thepexcel-claude-plugins

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install thepexcel-claude-plugins by running `git clone https://github.com/thepexcel/thepexcel-claude-plugins`, then use it for the current task and follow its documentation at https://github.com/thepexcel/thepexcel-claude-plugins.

Files · 1

View on GitHub
README.md
1# Agent Skills
2
3A model-agnostic collection of skills for AI coding agents. Works with Claude Code, Cursor, Windsurf, and other AI-powered tools.
4
5**See also:** [agentskills.io](https://agentskills.io/) - The community hub for AI agent skills
6
7**Author:** [ThepExcel](https://www.thepexcel.com) • **License:** MIT
8
9---
10
11## Installation Methods
12
13### Method 1: Plugin Marketplace (Recommended)
14
15Easiest way - works with `claude plugin install`:
16
17```bash
18claude plugin install ThepExcel/thepexcel-claude-plugins
19```
20
21This installs from the [thepexcel-claude-plugins](https://github.com/ThepExcel/thepexcel-claude-plugins) repo (auto-synced from this repo).
22
23### Method 2: Manual Installation
24
25These skills follow the [Open Agent Skills](https://openagentskills.dev) specification and work with multiple AI coding agents.
26
27#### Claude Code
28
29```bash
30# User-level (all projects)
31git clone https://github.com/ThepExcel/agent-skills.git
32mkdir -p ~/.claude/skills
33cp -r agent-skills/deep-research ~/.claude/skills/
34rm -rf agent-skills
35
36# Project-level (current project only)
37git clone https://github.com/ThepExcel/agent-skills.git
38mkdir -p .claude/skills
39cp -r agent-skills/deep-research .claude/skills/
40rm -rf agent-skills
41```
42
43#### OpenAI Codex CLI
44
45```bash
46# User-level (all projects)
47git clone https://github.com/ThepExcel/agent-skills.git
48mkdir -p ~/.codex/skills
49cp -r agent-skills/deep-research ~/.codex/skills/
50rm -rf agent-skills
51
52# Project-level (current project only)
53git clone https://github.com/ThepExcel/agent-skills.git
54mkdir -p .codex/skills
55cp -r agent-skills/deep-research .codex/skills/
56rm -rf agent-skills
57```
58
59#### Google Gemini CLI
60
61> **Note:** Agent Skills in Gemini CLI is experimental. Enable it first: `/settings` → search "Skills" → toggle on.
62
63```bash
64# User-level (all projects)
65git clone https://github.com/ThepExcel/agent-skills.git
66mkdir -p ~/.gemini/skills
67cp -r agent-skills/deep-research ~/.gemini/skills/
68rm -rf agent-skills
69
70# Project-level (current project only)
71git clone https://github.com/ThepExcel/agent-skills.git
72mkdir -p .gemini/skills
73cp -r agent-skills/deep-research .gemini/skills/
74rm -rf agent-skills
75```
76
77#### Install Multiple Skills at Once
78
79```bash
80git clone https://github.com/ThepExcel/agent-skills.git
81
82# Claude Code
83mkdir -p ~/.claude/skills
84cp -r agent-skills/deep-research agent-skills/triz agent-skills/problem-solving ~/.claude/skills/
85
86# Codex CLI
87mkdir -p ~/.codex/skills
88cp -r agent-skills/deep-research agent-skills/triz agent-skills/problem-solving ~/.codex/skills/
89
90# Gemini CLI
91mkdir -p ~/.gemini/skills
92cp -r agent-skills/deep-research agent-skills/triz agent-skills/problem-solving ~/.gemini/skills/
93
94rm -rf agent-skills
95```
96
97### Installation Scopes
98
99| CLI | User Scope | Project Scope |
100|-----|------------|---------------|
101| **Claude** | `~/.claude/skills/` | `.claude/skills/` |
102| **Codex** | `~/.codex/skills/` | `.codex/skills/` |
103| **Gemini** | `~/.gemini/skills/` | `.gemini/skills/` |
104
105---
106
107## Available Skills
108
109| Skill | Description |
110|-------|-------------|
111| `deep-research` | Web research with Graph-of-Thoughts, hypothesis testing, source triangulation, Red Team critique |
112| `triz` | TRIZ systematic innovation methodology for technical/physical contradictions and cross-industry solutions |
113| `explain-concepts` | Educational explanations using Feynman, Socratic, and Cognitive Load methodologies |
114| `problem-solving` | Systematic problem-solving with Good Teacher mode, inspired by Polya's "How to Solve It" |
115| `generate-creative-ideas` | Creative ideation using SCAMPER, First Principles, Random Word, and AI-optimized techniques |
116| `design-business-model` | Business model design with Business Model Canvas, Lean Canvas, and Value Proposition Canvas |
117| `manage-business-strategy` | Strategic analysis, decision making, goal setting, and organizational change frameworks |
118| `power-query-coaching` | Coaches data transformation in Power Query UI step-by-step |
119| `optimize-prompt` | Prompt optimization for Claude, OpenAI, Gemini, n8n, and other AI platforms |
120| `extract-expertise` | Extracts domain expertise from experts and transforms it into working Claude skills |
121| `create-visualization` | Diagrams and animations for STEM education using Matplotlib and Manim |
122| `graphic-designer` | Graphic design for thumbnails, social media, banners using CRAP and Gestalt principles |
123| `geometric-elements` | Decorative geometric elements (corners, lines, frames) with gradient and transparency control |
124| `skill-creator-thepexcel` | Guide for creating and enhancing Claude skills with audit rubric scoring |
125
126---
127
128## For AI Agents: Claude Code Complete Reference
129
130This section is designed for AI agents (Claude, GPT, etc.) to understand Claude Code's architecture and use it effectively.
131
132### Table of Contents
133
1341. [Configuration Scope System](#1-configuration-scope-system)
1352. [CLAUDE

Preview

thepexcel/thepexcel-claude-pluginsthepexcel/thepexcel-claude-plugins
Repothepexcel/thepexcel-claude-plugins
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedMay 2026
License—
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k