Agent Skills
A model-agnostic collection of skills for AI coding agents. Works with Claude Code, Cursor, Windsurf, and other AI-powered tools.
See also: agentskills.io - The community hub for AI agent skills
Author: ThepExcel • License: MIT
Installation Methods
Method 1: Plugin Marketplace (Recommended)
Easiest way - works with claude plugin install:
claude plugin install ThepExcel/thepexcel-claude-plugins
This installs from the thepexcel-claude-plugins repo (auto-synced from this repo).
Method 2: Manual Installation
These skills follow the Open Agent Skills specification and work with multiple AI coding agents.
Claude Code
# User-level (all projects)
git clone https://github.com/ThepExcel/agent-skills.git
mkdir -p ~/.claude/skills
cp -r agent-skills/deep-research ~/.claude/skills/
rm -rf agent-skills
# Project-level (current project only)
git clone https://github.com/ThepExcel/agent-skills.git
mkdir -p .claude/skills
cp -r agent-skills/deep-research .claude/skills/
rm -rf agent-skills
OpenAI Codex CLI
# User-level (all projects)
git clone https://github.com/ThepExcel/agent-skills.git
mkdir -p ~/.codex/skills
cp -r agent-skills/deep-research ~/.codex/skills/
rm -rf agent-skills
# Project-level (current project only)
git clone https://github.com/ThepExcel/agent-skills.git
mkdir -p .codex/skills
cp -r agent-skills/deep-research .codex/skills/
rm -rf agent-skills
Google Gemini CLI
Note: Agent Skills in Gemini CLI is experimental. Enable it first: /settings → search "Skills" → toggle on.
# User-level (all projects)
git clone https://github.com/ThepExcel/agent-skills.git
mkdir -p ~/.gemini/skills
cp -r agent-skills/deep-research ~/.gemini/skills/
rm -rf agent-skills
# Project-level (current project only)
git clone https://github.com/ThepExcel/agent-skills.git
mkdir -p .gemini/skills
cp -r agent-skills/deep-research .gemini/skills/
rm -rf agent-skills
Install Multiple Skills at Once
git clone https://github.com/ThepExcel/agent-skills.git
# Claude Code
mkdir -p ~/.claude/skills
cp -r agent-skills/deep-research agent-skills/triz agent-skills/problem-solving ~/.claude/skills/
# Codex CLI
mkdir -p ~/.codex/skills
cp -r agent-skills/deep-research agent-skills/triz agent-skills/problem-solving ~/.codex/skills/
# Gemini CLI
mkdir -p ~/.gemini/skills
cp -r agent-skills/deep-research agent-skills/triz agent-skills/problem-solving ~/.gemini/skills/
rm -rf agent-skills
Installation Scopes
| CLI | User Scope | Project Scope |
|---|
| Claude | ~/.claude/skills/ | .claude/skills/ |
| Codex | ~/.codex/skills/ | .codex/skills/ |
| Gemini | ~/.gemini/skills/ | .gemini/skills/ |
Available Skills
| Skill | Description |
|---|
deep-research | Web research with Graph-of-Thoughts, hypothesis testing, source triangulation, Red Team critique |
triz | TRIZ systematic innovation methodology for technical/physical contradictions and cross-industry solutions |
explain-concepts | Educational explanations using Feynman, Socratic, and Cognitive Load methodologies |
problem-solving | Systematic problem-solving with Good Teacher mode, inspired by Polya's "How to Solve It" |
generate-creative-ideas | Creative ideation using SCAMPER, First Principles, Random Word, and AI-optimized techniques |
design-business-model | Business model design with Business Model Canvas, Lean Canvas, and Value Proposition Canvas |
manage-business-strategy | Strategic analysis, decision making, goal setting, and organizational change frameworks |
power-query-coaching | Coaches data transformation in Power Query UI step-by-step |
optimize-prompt | Prompt optimization for Claude, OpenAI, Gemini, n8n, and other AI platforms |
extract-expertise | Extracts domain expertise from experts and transforms it into working Claude skills |
create-visualization | Diagrams and animations for STEM education using Matplotlib and Manim |
graphic-designer | Graphic design for thumbnails, social media, banners using CRAP and Gestalt principles |
geometric-elements | Decorative geometric elements (corners, lines, frames) with gradient and transparency control |
skill-creator-thepexcel | Guide for creating and enhancing Claude skills with audit rubric scoring |
For AI Agents: Claude Code Complete Reference
This section is designed for AI agents (Claude, GPT, etc.) to understand Claude Code's architecture and use it effectively.
Table of Contents
- Configuration Scope System