Post

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.

20 Agentic Skills to Supercharge Claude, ChatGPT & Gemini

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.


SkillWhat It DoesBest For
SCQA Writing FrameworkStructures content as Situation β†’ Complication β†’ Question β†’ AnswerThreads, essays, pitch docs
Content Repurposing EngineConverts long-form β†’ threads, scripts, summariesCross-platform publishing
Tone & Style EnforcerLocks output to your brand/personal voiceConsistency at scale
Long-Form CompressorCondenses dense material, extracts key pointsTLDRs, exec summaries
Structured CopywritingHooks + sectioned flow + CTAMarketing, 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.


SkillOutput
Excalidraw Diagram GeneratorNode + connector structure for diagrams
Infographic BuilderSectioned visual-friendly summaries
Flowchart Decision BuilderDecision trees with conditional branching
UI/UX Layout AdvisorSpacing, 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.


SkillUse Case
Deep Research SynthesizerFilters low-value data, identifies patterns, produces summaries
Onchain Transaction AnalyzerTraces wallets, contracts, and token flows in plain English
Source Validation SkillScores credibility, detects bias, filters relevance
Competitive IntelligenceSWOT-style feature comparisons across tools/protocols
Knowledge Structuring SkillTurns 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.


SkillOutput
Video Script GeneratorHook + structured sections + CTA
Video Editing PlannerScene cuts, transitions, pacing plan
Hook GeneratorAttention-grabbing openers, curiosity-driven
Caption & Subtitle FormatterTimed, 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.


SkillFocus
Code Review SkillBug detection, optimization, style enforcement
Workflow Automation AgentDecomposes goals into tool-mapped step-by-step workflows
Skill Creator (Meta Skill)Generates new skill .md files β€” teaches the AI to extend itself
DevOps AssistantCommit 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.

This post is licensed under CC BY 4.0 by the author.