LLM skills

9,909 tagged LLM, measured the same way as everything else here.

Browse within: agent 502chatgpt 227agents 211cli 169ml 133bun 129javascript 124agentic-ai 122openai 119agent-framework 116deep-learning 107foundation-models 98agentskills 90cortex 90

dongsheng123132/2origin

Skill Claude CodeCodex

A local review tool for authorised DOCX files, which are Microsoft Word documents. It checks the document's ZIP and internal structure, applies limited textbook criteria, and exports a review package tied to file hashes.

not rated 5 2d ago A 41 tokens

add-mwe-memory

722

Fr4nZ82/mwe-mcp

Skill Claude CodeCodex

Give this NanoClaw's agents persistent, governed memory from an mwe-mcp server. Every turn is remembered and recalled mechanically, per speaker, with the built-in memory tree switched off and no session carried between turns.

not rated 5 changed 3d ago A 50 tokens AGPL-3.0

memory-systems

723

LuizEduPP/Rememb

Skill Claude CodeCodex

Guides implementation of agent memory systems, compares production frameworks (Mem0, Zep/Graphiti, Letta, LangMem, Cognee), and designs persistence architectures for cross-session knowledge retention. Use when the user asks to "implement agent memory", "persist state across sessions", "build knowledge graph for…

not rated 4 yesterday A 115 tokens original MIT

spoken-md

724

spokenmd/spoken

Skill Claude CodeCodex

Search for podcast episodes and fetch their transcripts as clean markdown with speaker names and timestamps. Uses the spoken.md API.

not rated 4 16d ago A 26 tokens original MIT

memory

725

SomeStay07/claude-memory-skill

Skill Claude Code

Unified project memory management: update, prune, reflect, and maintain knowledge. Combines conversation scanning, deduplication, contradiction detection, confidence scoring, and consistency checks in a single skill. Usage: /memory update [topic] — scan conversation, persist learnings /memory prune [type] — find…

not rated 4 6mo ago A 130 tokens original MIT

code-parser

726

M97Chahboun/code-parser

Skill Claude CodeCodex

Use this skill whenever you need to read, understand, navigate, edit, refactor, or reason about a codebase written in Dart, Python, or TypeScript — especially before reading any source files directly. This skill runs code-parser to build a lightweight structural index (classes, methods, line ranges) of the codebase…

not rated 4 5mo ago A 222 tokens

mcp-builder

727

vaibhavtupe/skill-guard

Skill Claude CodeCodex

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

not rated 4 1mo ago A 61 tokens

understand

728

fcescob/understand

Skill Claude CodeCodex

Use when someone wants to genuinely understand something and have it stick — a topic, mechanism, paper, theorem, algorithm, domain, or real code — not just get an answer. Fires on comprehension intent even without the word "understand": "help me understand X", "derive X from first principles", "why does this behavior…

not rated 4 2mo ago A 134 tokens original MIT

wire-lang

729

eduardozf/wire-lang

Skill Codex

Create, revise, and explain Wire Lang .wire schematic source. Use when writing electronic schematics, converting circuit descriptions into Wire Lang, fixing Wire Lang syntax, or giving good and bad examples of Wire Lang authoring.

not rated 4 changed 6d ago A 47 tokens original MIT

generate-system-map

730

nataliacorrea03/claude-code-skills

Skill Claude CodeCodex

Generates a standalone, interactive HTML map of your Claude Code automation setup: a radial SVG mind-map of your skills grouped into departments, a schedule view of every scheduled task, and a feedback panel that turns flagged issues into copy-ready fix prompts. Best if you run several skills and/or scheduled agents.…

not rated 4 1mo ago A 98 tokens original MIT

loop-architect

731

Frontier-Intelligence-Lab/loop-architect

Skill Codex

Design a safe, verifier-first loop for an AI coding agent — or refuse when a task should not be looped. Use when someone asks "can I automate this with an agent?" or wants to create, audit, or improve a loop for coding agents, scheduled agent work, autonomous repo maintenance, CI/QA loops, refactoring loops…

not rated 4 1mo ago A 167 tokens original MIT

JadeYingWah/gpt-5-6-sol-reasoning-style

Skill Claude CodeCodex

Use when another model with weaker reasoning is asked to plan, review, or implement non-trivial work and needs GPT-5.6 Sol-like rigor instead of jumping to implementation.

not rated 4 1mo ago A 48 tokens original MIT

master-workflow

733

luckeyfaraday/master-workflow

Skill Claude CodeCodex

Orchestrate a build as orchestrator → worker → critical reviewer, delegating to Codex, Grok, OpenCode, Claude, or Kimi and looping until an independent cross-model reviewer scores the diff 9/10. Use when the user says master-workflow, asks to delegate or offload work to another agent CLI, asks to run a review loop…

not rated 4 1mo ago A 113 tokens original MIT

planning

734

Roshu18/bearstrike-ai

Skill Claude CodeCodex

Pre-execution planning and priority-scored task list before running tools.

not rated 4 5mo ago A 16 tokens original MIT

mcplab-assistant

735

inspectr-hq/mcplab

Skill Claude CodeCodex

Operator guide for MCPLab config authoring, Test Case Assistant workflows, execution, and result analysis. Use when users need to create or refine test cases from runs/traces, suggest deterministic checks or value capture, write or debug MCPLab eval YAML, run or queue evaluations, troubleshoot failures, or compare…

not rated 4 changed 7d ago A 71 tokens original

ponytail-lite

738

renanflustosa/octo-cluster

Skill Cursor

Minimal implementation ladder before writing code. Apply before each edit; question over-scope during planning. Complements caveman (prose). Inspired by DietrichGebert/ponytail (MIT).

not rated 4 changed 3d ago A 45 tokens original MIT

deliberate

739

Nafjan/summon

Skill Claude Code needs its repo

Use for governed fixed-option decisions that require named seats, fixed quorum, hard attempt/deadline bounds, durable replay, or explicit human approval/cancel boundaries.

not rated 4 10d ago A 36 tokens original MIT

assay

740

chawdamrunal/assay

Skill Claude CodeCodex

Pre-install security advisor. Activate when the user mentions installing a Claude Code plugin, MCP server, or any third-party agent tool. Offer to run an Assay scan against the target before they install.

not rated 4 1mo ago A 43 tokens original Apache-2.0

prompt-reframe

741

greyok00/slimtoken

Skill Claude CodeCodex

Tighten user prompts before they reach a model — strip conversational filler, drop fragments, dedupe sentences, rank by relevance, and compose a short, declarative system prompt that doesn't waste context. CPU-only, deterministic, dependency-free. Use it whenever a request is long, rambling, or covered in pleasantries…

not rated 4 2d ago A 88 tokens original MIT

codex-build

742

alanshurafa/co-evolution

Skill Claude CodeCodex needs its repo

Orchestrate Codex to BUILD code in the background while this Claude Code session (typically Opus) plans and reviews — never babysitting. The session composes the implementation plan, kicks the dev-review runner detached via a background Bash task with --preset codex-build, ENDS ITS TURN, and is woken on exit to run a…

not rated 4 +1 changed 7d ago A 181 tokens original MIT

ai-security-review

743

karthikrshet/aiskills

Skill Claude CodeCodex

Use this skill to audit an AI system for security vulnerabilities including prompt injection, sensitive data exposure, excessive agent permissions, unsafe tool calls, and insecure output handling. Grounded in OWASP GenAI LLM Top 10 (2026). Activates before production deployment of any LLM-based application, agent, or…

not rated 4 23d ago A 74 tokens

skill-author

744

autoworks-ai/autovault

Skill Claude CodeCodex

Package and validate an existing skill draft for AutoVault when its frontmatter, resources, capabilities, or admission result need review.

not rated 4 +1 yesterday A 28 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: