LLM skills

9,913 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

security-iac-triage

673

ch0ks/hackarandas-claude-toolbelt

Skill Claude Code

Triage security findings from Semgrep Pro and Claude security-code-review using IaC files as deployment context (Terraform, Kubernetes, Docker Compose, CloudFormation, Azure Pipelines). Detects whichever IaC files are present, extracts deployment facts, scores each finding with CVSS 4.0 with per-vector justification…

not rated 5 4mo ago A 168 tokens original MIT

okf

674

supachai-j/open-knowledge-format-starter

Skill Claude Code needs its repo

Operate an Open Knowledge Format (OKF v0.1) bundle — a directory of Markdown files with YAML frontmatter that is the AI-maintained "LLM-wiki" for this repo. Use when the user wants to INGEST a source into the knowledge base, ASK/QUERY the wiki, ADD or EDIT a concept, LINT/maintain the wiki, or VALIDATE conformance.…

not rated 5 2mo ago A 150 tokens original MIT

agent-teacher

675

JackyYang258/agent-teacher

Skill Claude CodeCodex

A teaching aid that explains technical ideas with a small runnable code example and a guided walkthrough. It is meant for learning how something works, not fixing existing code.

not rated 5 3mo ago A 151 tokens original MIT

ppt-template-editor

676

RainJayTsai/ppt-template-editor

Skill Claude CodeCodex

A PowerPoint template workflow that extracts and fills text, chart, and table placeholders through YAML, a structured text format.

not rated 5 6mo ago A 68 tokens

continual-learning

677

hardiktiwari/PM-operating-OS

Skill Claude CodeCodex

Mine chat transcripts for decisions, exec updates, strategy shifts, feedback themes, and user preferences. Write structured entries to memory/, then update AGENTS.md with curated preferences and facts. The ingestion pipeline for the PM-OS context graph.

not rated 5 4mo ago A 51 tokens original MIT

trapstreet/trapstreet-skills

Skill Claude CodeCodex

Design and scaffold a new trapstreet.run task to evaluate a given agent/skill/tool -- the reverse of trapstreet-solution-scaffold (a solution for an existing task). Generates the mechanical parts (traptask.yaml, judge.py/grader.py on the TRAPTASKMANIFEST contract, buildcases.py's validate-then-render pipeline) and…

not rated 5 17d ago A 231 tokens original MIT

tabrix_browser

679

guodaxia103/tabrix

Skill Claude CodeCodex

Route AI assistant browser tasks to Tabrix first. Use when the user needs to control their real Chrome session, reuse existing login state or tabs, operate a remote browser over Streamable HTTP, or troubleshoot Tabrix browser automation. Prefer Tabrix over shell commands, synthetic browser sandboxes, or alternative…

not rated 5 3mo ago A 76 tokens original MIT

code-review

680

24373054/TLAH-Studio

Skill Claude Code

Review changed code for correctness bugs and reuse/simplification/efficiency cleanups. Use for pull requests, working diffs, or any code changes.

not rated 5 27d ago A 0 tokens

using-rnix

681

rnixai/rnix

Skill Claude Code

Drive Rnix — the Agent OS — from the command line: spawn AI agents as OS-style processes, orchestrate multi-agent workflows, decompose high-level intents into sub-task DAGs, and inspect, trace, suspend or resume agent processes. Use this whenever you need to run the rnix CLI, launch or manage agents, compose several…

not rated 5 1mo ago A 162 tokens original MIT

build-web-preview

682

RyosukeSAMA/github-ai

Skill Codex

Design and implement a complete responsive webpage that Pantheon can preview directly. Use for landing pages, portfolios, dashboards, prototypes, and HTML UI requests.

not rated 5 8d ago A 34 tokens original MIT

execute_python

683

supremeb/Oniva-ai

Skill Claude CodeCodex

Execute Python code in an E2B Firecracker sandbox with human review.

not rated 5 4mo ago A 18 tokens

ui-polish

684

JNZader/repoforge

Skill Claude Code

Four quality gate checklists for frontend: baseline visual, accessibility, metadata/SEO, and motion performance. Post-implementation quality gates. Trigger: When reviewing UI changes, before merging frontend PRs, during sdd-verify.

not rated 5 18d ago A 50 tokens original MIT

代码调试

685

jianchen08/Agent-os-open

Skill Claude CodeCodex

A debugging workflow that reproduces a problem with a failing test, collects evidence, finds the underlying cause, applies a fix, and runs regression checks. Regression checks verify that the fix does not break behavior that already worked.

not rated 5 changed 7d ago A SkillSpector: pass 82 tokens original Apache-2.0

zanei

686

KentoShimizu/zanei

Skill Claude CodeCodex

Query what the user did on this computer outside the current conversation — which apps, windows, files, and web pages they used, and when (last 48h, read-only). Reach for it whenever off-conversation context would help - resuming interrupted work, resolving vague references like "that doc I was reading" or "the error…

not rated 5 changed 6d ago A 89 tokens original Apache-2.0

mira

687

benoitpetit/mira

Skill Claude CodeCodex

Long-term memory guidance for MIRA MCP integration.

not rated 5 changed 7d ago B 12 tokens original MIT

install-backlog-mcp

688

gkoreli/backlog-mcp

Skill Codex

Agent-directed install of backlog-mcp — detect the host harness, register the MCP server, run the first wakeup, verify git stayed clean and the briefing stayed under budget.

not rated 5 changed 2d ago B 41 tokens original MIT

smart-import

689

Meari-Prototype/iftree-editor

Skill Claude CodeCodex

A document-import tool that turns any source file into a structured document tree while keeping its text exactly unchanged.

not rated 5 2mo ago A 95 tokens original Apache-2.0

aryrabelo/serpapi-agent-toolkit

Skill Claude CodeCodex

Use when an agent needs live, structured search-engine data through SerpApi (web results, news, shopping, local, jobs, flights, scholar, images, video). Covers picking the right engine for the intent, choosing compact vs complete output, query operators, pagination, deduping and citing results, and when NOT to search.…

not rated 5 3mo ago A 104 tokens original MIT

shadcn

692

nikolailehbrink/llm-stack

Skill Claude CodeCodex

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for…

not rated 5 1mo ago A 90 tokens

knowledge-kernel

694

sowerkoku/knowledge-kernel

Skill Claude CodeCodex needs its repo

Knowledge Kernel — a deterministic, evidence-backed source of truth for AI agents. Stores verified facts, evidence, relationships, and freshness. Use this when an agent needs to know infrastructure, software, endpoints, dependencies, agents, or projects — anything grounded in empirical reality.

not rated 5 29d ago A 57 tokens original MIT

pr-review

695

desikai-lab/Marrow

Skill Claude CodeCodex

Use when opening, reviewing, or merging a pull request. Covers pre-PR checks (linting, tests, branch naming), PR description requirements, and post-merge cleanup. Not for code review commentary or architecture decisions — use the relevant role guidelines for those.

not rated 5 2d ago A 59 tokens original MIT

raigo-owasp-llm

696

PericuloLimited/raigo

Skill Claude CodeCodex

RAIGO × OWASP LLM Top 10 — official OWASP LLM Application Security Top 10 (2025) enforcement rules for Hermes agents. Covers all 10 OWASP LLM risks: prompt injection, insecure output handling, training data poisoning, model denial of service, supply chain vulnerabilities, sensitive information disclosure, insecure…

not rated 5 5mo ago C 120 tokens

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: