agent-skills skills

41,031 tagged agent-skills, measured the same way as everything else here.

Browse within: agentic-ai 454coding-agents 214agents 192academic-research 182academic-writing 182journal 182azure 169foundry 169sdk 169agent-plugins 158ai-coding-agent 154ai-skills 152anthropic-claude 136claude-ai 136

character-continuity

3337

Nagacash/character-continuity-skill

Skill Claude CodeCodex

Guides character and continuity consistency across the shots of an AI-generated film, so a character looks like the same person in every shot. Should be used when planning or producing a multi-shot film, series, ad or music video that features a recurring character, and when diagnosing a face that has drifted…

not rated 1 1mo ago A 92 tokens original MIT

release-doi

3338

shimo4228/release-doi

Skill Claude Code

A release checklist for research repositories that publish versions with Zenodo, a service that assigns permanent digital object identifiers (DOIs) to research outputs. It also records a Software Heritage identifier, which helps identify archived source code.

not rated 1 changed 12d ago A 130 tokens copy · 89% MIT

second-reader

3339

mplind/second-reader

Skill Claude CodeCodex

Build and run a source-verified Markdown knowledge vault (opens as an Obsidian vault). Ingests books, PDFs, transcripts, and articles into atomic, cross-linked, cited notes, then gates every note and every answer behind an independent verification pass that re-reads the source cold and loops until a round finds…

not rated 1 19d ago A 191 tokens original MIT

agentmaster-plan

3340

rhawk117/agentmaster

Skill Claude Code

Cost-tiered planning pipeline. Use when the user asks to plan a feature, refactor, migration, or fix with agentmaster, or invokes /agentmaster-plan. A frontier orchestrator dispatches cheap scout/code-analyst workers for evidence, detects the project toolchain, drafts a parallel-safe plan with an evidence ledger, and…

not rated 1 1mo ago A 84 tokens original MIT

github-skills

3341

he8um/github-skills

Skill Codex

Act as a senior GitHub platform architect, open-source maintainer, DevSecOps engineer, and repository governance specialist. Produce repository systems that are understandable, maintainable, secure by default, automation-friendly, and practical for real teams.

not rated 1 1mo ago A 101 tokens original MIT

blind-ab-verify

3342

aaronartistzhang-afk/DailyWork

Skill Claude CodeCodex

A workflow for comparing two versions of a prompt, skill, or piece of text without revealing which one is the new version. Separate agents create the versions, and a person scores them without seeing their labels.

not rated 1 18d ago A 305 tokens original MIT

pr-buddy

3343

kiss-skills/pr-buddy

Skill Claude Code

Two-phase PR review companion. Phase 1: Socratic conversational walkthrough that builds the reviewer's mental model through guided questions — fighting cognitive debt by ensuring comprehension before approval. Phase 2: automated quality checks via pr-review-toolkit (Claude Code) or inline review (any host). Use when…

not rated 1 4mo ago A 79 tokens original MIT

b-mendoza/agent-skills

Skill Claude CodeCodex

Creates reviewable atomic git commits from explicit file or folder paths after the user asks to commit. Use when committing selected files, preserving unrelated work, splitting broad changes into logical commits, committing ticket-scoped work, or preparing a clean review series through scoped inspection, boundary…

not rated 1 5d ago A 71 tokens

data-analysis

3345

drtgryhf-svg/growth-compass

Skill Claude CodeCodex

A business-data analysis assistant for MySQL databases and CSV or Excel files. It helps explain business measures such as sales value, daily active users, conversion, retention, repeat purchases, and customer groups.

not rated 1 18d ago A 198 tokens original MIT

humanizer

3346

sowadalmughni/contextual-humanizer

Skill Claude CodeCodex

Remove signs of AI-generated writing from any text: articles, essays, documentation, reports, fiction, blog posts, LinkedIn posts and articles, emails, landing pages, ads, and marketing copy. Determines whether the piece is neutral/narrative (strip promotional language, tighten prose) or persuasive/converting (keep…

not rated 1 1mo ago A 178 tokens original MIT

planetabhi/figma-skills

Skill Claude Code

Build or edit Figma designs and components using the ( ) design system. Load alongside figma-use whenever a task targets / / products — reusing the published Variables, UI Kit, and Icons libraries (semantic tokens, text styles, effect/elevation styles, components) instead of hardcoding colors, spacing, type, or…

not rated 1 1mo ago A 169 tokens original MIT

code-architecture

3348

CarterIrish/code-architecture-skill

Skill Claude CodeCodex

Plans, documents, and reviews code architecture for software projects. Produces structured architecture documents with Mermaid diagrams through a collaborative interview workflow. Triggers on architecture planning, project structuring, folder organization, system design, component design, data flow planning, codebase…

not rated 1 5mo ago A 126 tokens original MIT

astropham1808/astro-agent-skills

Skill Codex

Run a repository story through two isolated Codex sessions, with one implementer working in a Git worktree and one independent reviewer inspecting the branch, followed by a bounded fix pass, deterministic verification, and a human PR and merge gate. Use when the user explicitly asks for a dual-agent Codex workflow, an…

not rated 1 1mo ago A 126 tokens

proctor

3350

catfish-1234/proctor

Skill Claude CodeCodex

Honest-completion ruleset for changes that touch tests or the code they cover. Use before deleting, skipping, renaming, or rewriting a test, before weakening an assertion, and before hardcoding or stubbing an implementation to make a test pass. Also covers what to do when a test looks genuinely wrong.

not rated 1 6d ago A 66 tokens original MIT

clojurescript

3351

brackendev/clojurescript-skills

Skill Claude CodeCodex

Use when writing, editing, reviewing, or discussing ClojureScript code that compiles to JavaScript and runs on a JS host (browser, Node.js, or other JS runtime). Triggers: .cljs files, .cljc files compiled to JS, shadow-cljs.edn, figwheel-main.edn, ClojureScript deps.edn projects, cljs.test, JavaScript interop (js/…

not rated 1 1mo ago A 349 tokens original MIT

fr-isolation

3352

derio-net/super-fr

Skill Claude Code

Run work in an isolated workspace: git worktree + devcontainer, driven through the fr isolation CLI (exec-bridge). Use when feature work must not touch the base repo, when fr-brainstorming or fr-goal needs a workspace, when the operator says "isolate this" / "run it in the container", or to clean up after a merged PR.…

not rated 1 changed today A 97 tokens original MIT

session-start

3353

maiconlara/session-start

Skill Claude CodeCodex

Standing session rules that must be loaded at the start of every session, before any other work. Covers the quality bar (never trade correctness for token savings), the total ban on em-dashes, the useEffect ban, the comment policy, and per-commit/per-push authorization. After loading, wait for the user's actual…

not rated 1 21d ago A 77 tokens original MIT

archpresent

3354

lewes2/archpresent

Skill Claude CodeCodex

Turn a codebase into interactive architecture diagram as a single HTML file: four levels of drill-down, hover a port to see what the interface actually carries, hover an inventory row to see the real source snippet, and play back representative end-to-end scenarios. File/class/function inventories are extracted from…

not rated 1 13d ago A 168 tokens original MIT

dissect

3355

afaraha8403/balakit

Skill Claude Code

Evidence-driven dissection of an existing service, written plan, or codebase area. Interrogates every entity (table, field, component, endpoint, module, boundary) against ground truth from multiple sources at once, red-teams each verdict devil's-advocate style, and arrives at the minimal-build optimization plan. Runs…

not rated 1 changed 5d ago A 143 tokens original MIT

skeptic

3356

IyedNasra/skeptic

Skill Claude CodeCodex

Use when debugging failures, writing tests, starting multi-step tasks, modifying build systems, integrating APIs, or validating assumptions before heavy execution.

not rated 1 18d ago A 30 tokens original MIT

vibe-coding-playbook

3357

ayi-ai/vibe-coding-playbook

Skill Claude CodeCodex

A lightweight engineering workflow for turning an idea into a real, shippable product with an AI coding agent. Core = Karpathy's four coding disciplines (think before coding / simplicity first / surgical changes / goal-driven; battle-tested), plus an Explore→Plan→Build→Polish→Ship process, task tiers (skip the process…

not rated 1 3mo ago A 253 tokens original MIT

authority-chain

3358

lubochka/xiigen-general-skills

Skill Claude CodeCodex

Resolve which instructions win when rules conflict. Use at the start of every task and whenever instructions disagree.

not rated 1 1mo ago A 23 tokens original Apache-2.0

sol-luna-orchestration

3359

Mauriciog87/codex-skill

Skill Codex

Coordinate substantive software work with GPT-6 Astra at the root and verified Astra and Luna executor profiles. Covers durable assignments, isolated writer worktrees, candidate review, validated delivery, and human-confirmed Ultra takeovers. Invoke it before planning, delegating, coordinating, or validating…

not rated 1 changed 10d ago A 65 tokens

mingbian

3360

DENGYUFAN0/mingbian

Skill Claude CodeCodex

Anti-sycophancy protocol (明辨). Use whenever the user contradicts, corrects, or pushes back on one of your conclusions; when you notice you are about to reverse a position mainly because the user insisted; or when a disagreement has run two or more rounds without new evidence. Classifies the dispute (fact / tradeoff /…

not rated 1 24d ago B 101 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: