20 Agentic Skills to Supercharge Claude, ChatGPT & Gemini
Copy-paste `.md` skill files that turn any AI model into a specialized agent β from SCQA storytelling to onchain analysis.
Most people use AI like a search engine. These 20 skills turn it into a specialized agent that actually does the work.
π§© What Are Agentic Skills?
Agentic skills are structured .md files you drop into your AI modelβs system prompt or project context. Each skill defines a role, output format, and constraints β so instead of prompting from scratch every time, the model knows exactly what to do.
The format is standard Claude Markdown β but works in ChatGPT and Gemini too. Just paste the file content at the start of your conversation.
1
2
3
4
5
6
7
8
9
10
name: skill-name
description: What this skill does.
---
# Skill Title
## Overview
...
## Instructions
...
## Constraints
...
These 20 skills are grouped into 5 categories: Writing & Content, Visual & Infographic, Research & Analysis, Video Production, and Coding & Automation.
πΊοΈ The Skill Map β 20 in One View
mindmap
root((Agentic Skills))
Writing & Content
SCQA Framework
Content Repurposing Engine
Tone & Style Enforcer
Long-Form Compressor
Structured Copywriting
Visual & Infographic
Excalidraw Generator
Infographic Builder
Flowchart Decision Builder
UI/UX Layout Advisor
Research & Analysis
Deep Research Synthesizer
Onchain Transaction Analyzer
Source Validation
Competitive Intelligence
Knowledge Structuring
Video Production
Video Script Generator
Video Editing Planner
Hook Generator
Caption & Subtitle Formatter
Coding & Automation
Code Review Skill
Workflow Automation Agent
Skill Creator (Meta Skill)
DevOps Assistant
βοΈ Writing & Content Skills
These five skills handle the full content lifecycle β from ideation to publishing-ready copy.
| Skill | What It Does | Best For |
|---|---|---|
| SCQA Writing Framework | Structures content as Situation β Complication β Question β Answer | Threads, essays, pitch docs |
| Content Repurposing Engine | Converts long-form β threads, scripts, summaries | Cross-platform publishing |
| Tone & Style Enforcer | Locks output to your brand/personal voice | Consistency at scale |
| Long-Form Compressor | Condenses dense material, extracts key points | TLDRs, exec summaries |
| Structured Copywriting | Hooks + sectioned flow + CTA | Marketing, landing pages |
π SCQA β The One Framework Worth Knowing
The SCQA Writing Framework is the standout here. Itβs a consulting-grade structure used at McKinsey and BCG β now yours in a single skill file.
Situation β Set context. Complication β Introduce tension. Question β What must be answered? Answer β The resolution.
Think of it as storytelling with logic. Every tweet thread that goes viral uses this structure instinctively.
Use SCQA for LinkedIn posts, FYP intro sections, and any time you need to explain why something matters before explaining what it is.
π¨ Visual & Infographic Skills
These skills donβt generate images β they generate instructions your visual tools can execute, or structured output you can hand to Excalidraw/Figma.
| Skill | Output |
|---|---|
| Excalidraw Diagram Generator | Node + connector structure for diagrams |
| Infographic Builder | Sectioned visual-friendly summaries |
| Flowchart Decision Builder | Decision trees with conditional branching |
| UI/UX Layout Advisor | Spacing, hierarchy, and accessibility suggestions |
These shine when combined with Claudeβs Projects or a persistent context. Set the Excalidraw skill once, then describe any concept and get a diagram spec back instantly.
π¬ Research & Analysis Skills
The five skills here are the heavy lifters β they transform raw information into structured, actionable intelligence.
| Skill | Use Case |
|---|---|
| Deep Research Synthesizer | Filters low-value data, identifies patterns, produces summaries |
| Onchain Transaction Analyzer | Traces wallets, contracts, and token flows in plain English |
| Source Validation Skill | Scores credibility, detects bias, filters relevance |
| Competitive Intelligence | SWOT-style feature comparisons across tools/protocols |
| Knowledge Structuring Skill | Turns messy notes into logical, hierarchical frameworks |
The Onchain Transaction Analyzer is web3-specific and requires you to paste raw transaction data. It wonβt magically query the blockchain β it interprets what you give it.
π¬ Video Production Skills
Four skills covering the full video content pipeline.
| Skill | Output |
|---|---|
| Video Script Generator | Hook + structured sections + CTA |
| Video Editing Planner | Scene cuts, transitions, pacing plan |
| Hook Generator | Attention-grabbing openers, curiosity-driven |
| Caption & Subtitle Formatter | Timed, readable caption blocks |
Chain these: Hook Generator β Video Script Generator β Video Editing Planner. You get a complete production brief from a single topic input.
βοΈ Coding & Automation Skills
The four meta-skills that handle code quality and workflow orchestration.
| Skill | Focus |
|---|---|
| Code Review Skill | Bug detection, optimization, style enforcement |
| Workflow Automation Agent | Decomposes goals into tool-mapped step-by-step workflows |
| Skill Creator (Meta Skill) | Generates new skill .md files β teaches the AI to extend itself |
| DevOps Assistant | Commit guidance, deployment steps, workflow optimization |
The Skill Creator is the sleeper hit. Feed it a task description and it outputs a complete skill file β ready to drop back in. Recursive skill generation, essentially.
π‘ One-Sentence Intuition
Agentic skills shift the cognitive load from you to the model β instead of crafting a perfect prompt every session, you define the agent once and let it operate at that level indefinitely.
π How to Add Skills to Claude
The fastest path: Claude Projects β paste the .md content into the system prompt or project instructions. The skill persists across every conversation in that project.
For ChatGPT and Gemini: paste the skill content at the top of a new conversation, or add it to a Custom GPT / Gem configuration.
Curated from @exploraX_ Β· Part of the AI Tools & Productivity series.