agent-skills skills

40,918 tagged agent-skills, measured the same way as everything else here.

Browse within: agentic-ai 446coding-agents 205agents 191academic-research 182academic-writing 182journal 182azure 167foundry 167sdk 167agent-plugins 160ai-coding-agent 159ai-skills 148anthropic-claude 137claude-ai 137

yt-agent

1537

dasein108/yt-mem-ai

Skill Claude CodeCodex

One skill for any YouTube request over the yt-mem-ai CLI — one-shot by URL or id ("summarize: ' '", "highlight: ' '", "qa: ' '", "presentation: ' '"), process the latest subscription uploads into a daily digest, or a cross-video subscriptions review. Ingests and caches transcripts (captions → whisper), anchors…

not rated 7 23d ago A 134 tokens original MIT

graphql-federation

1538

wundergraph/graphql-federation-skill

Skill Claude CodeCodex

GraphQL Federation skill for creating correct federation subgraphs. Use when: (1) Creating new federation subgraphs, (2) Adding entities with @key directives, (3) Extending types across subgraphs, (4) Using federation directives (@shareable, @external, @override, @provides, @requires, @inaccessible, @interfaceObject…

not rated 7 7mo ago A 134 tokens original Apache-2.0

graph-orchestrator

1539

VineeTagarwaL-code/graph-engineering

Skill Claude CodeCodex

Use when a request has many similar subtasks (auditing every file in a repo, researching a list of companies, migrating a set of endpoints, reviewing a batch of documents), when a plan is about to be written as "first X, then Y, then Z" across more than about four steps, or when work spans 10+ files or sources. Also…

not rated 7 1mo ago A 132 tokens original MIT

embedded-project-setup

1540

Victory-7291/project-scaffold-setup-skills

Skill Codex needs its repo

Embedded firmware setup: STM32, ESP32, AVR, RP2040, Nordic nRF, Zephyr/RTOS, vendor SDKs, CMake/CMakePresets, VS Code/clangd, cross toolchains, flash/debug, Docker/CI. Use for MCU scaffolds, existing firmware modernization, BSPs, linker/startup files, SDK package selection, and embedded CI; prefer cpp-project-setup…

not rated 7 1mo ago A 95 tokens original MIT

apk-api-mapper

1541

11philip22/api-mapper-skill

Skill Codex

Reverse-engineer and document the network APIs used by an Android APK or JADX project. Trace endpoints, clients, authentication, serialization, signing, and multi-step flows from the app's primary implementation: use hermes-dec for React Native Hermes bundles, direct source analysis for plain JavaScript bundles, and…

not rated 7 22d ago A 126 tokens

electronick1/LLAssemblyCLI

Skill Claude CodeCodex

Orchestrate agentic workflow to satisfy user request and goal. In the current session you run scripts/getnextinstruction.py and precisely follow the instructions in its output (stdout). Use for any multi-step task that benefits from planned, branching, verifiable orchestration.

not rated 7 1mo ago A 60 tokens original MIT

project-memory-cn

1543

RRFRRF/project-memory-skill

Skill Claude CodeCodex

A lightweight project-memory setup that creates CLAUDE.md, AGENTS.md, LOOP.md, BUGS.md, and a .mem folder. It is intended for Chinese-language projects.

not rated 7 4mo ago A 82 tokens

cogniac

1544

Cogniac/skills

Skill Claude CodeCodex

Query and manage the Cogniac computer vision platform. Use when working with Cogniac tenants, applications, subjects, media, EdgeFlow/CloudFlow appliances, cameras, deployments, or workflows — including uploading media, checking fleet status, reading aggregate stats, or monitoring EdgeFlow/CloudFlow clusters. Triggers…

not rated 7 4d ago A 94 tokens original Apache-2.0

docstrata

1545

linhai0872/docstrata

Skill Claude CodeCodex

Project Context System — structured project memory for any project via layered docs and codebase index. Use for: documenting projects, writing PRD/roadmap, generating codebase repo-wiki, capturing requirements/decisions, writing dev notes, building doc navigation index, compacting bloated docs, auto-detecting stale…

not rated 7 1mo ago A 80 tokens original MIT

rigor3

1546

MaySudo/rigor3

Skill Codex

Audit, score, remediate, and verify repositories across code hygiene, architecture hygiene, and engineering hygiene. Use for an explicit Rigor3 or three-hygiene request, a strict repository-wide quality audit, a cross-dimensional cleanup plan, or before-and-after verification. Do not use for an ordinary focused review…

not rated 7 1mo ago A 78 tokens original MIT

skill-creator-pro

1547

Conradgui/skill-creator-pro

Skill Codex

Design, build, validate, and publish production-ready Codex skills. Use when Codex needs to turn a repeated workflow or new capability into a new skill, organize its scripts/references/assets, forward-test it before first release, or package it as an installable repository.

not rated 7 2mo ago A 60 tokens original Apache-2.0

goal-writer

1548

NicholasSpisak/goal-writer

Skill Claude Code

Drafts a goal+rider document pair that briefs an autonomous coding agent on one round of work — a goal file under 4,000 characters (sized to fit the /goal command in both Claude Code and Codex) plus an unbounded rider with phased plans and named depth tests. Use when the user says "draft a goal", "write a goal+rider"…

not rated 7 2mo ago A 118 tokens original Apache-2.0

arxiv-paper-zh

1549

zeya-labs/arxiv-paper-zh

Skill Codex

Download arXiv LaTeX sources and PDFs into title-based paper folders, keep English source and Chinese source trees separate, maintain a concise glossary while manually translating the full paper into Chinese paragraph by paragraph without machine-translation APIs, scan for likely untranslated prose, and compile…

not rated 7 4mo ago A 104 tokens original MIT

pd-review

1550

thereisnotime/prompt-distance

Skill Claude CodeCodex

Perform a Prompt Distance (PD) review of a product, repo, or startup using the Prompt Distance whitepaper methodology. Use when the user asks to "PD review", "measure the PD of", or estimate the prompt distance of anything. Produces a dated score, a rubric breakdown, and a sardonic verdict.

not rated 7 3mo ago A 67 tokens CC-BY-4.0

transfer-rumor-check

1551

Wolinaxia/transfer-rumor-check

Skill Claude CodeCodex

A workflow for checking whether a football transfer rumour is likely to be true and whether it is still current.

not rated 7 1mo ago A 313 tokens original MIT

idx-md

1552

Keith-CY/idx.md

Skill Claude CodeCodex

AgentSkill for https://idx.md. Use the index to locate AI agent library topics and fetch HEAD/BODY markdown.

not rated 7 today A 27 tokens original Apache-2.0

rabbit

1553

sidtheone/zodiac-skills

Skill Claude CodeCodex

The Filter (兔). Orchestrator and post-processor that makes LLM output actually readable. Invokes other zodiac animals based on what the user needs, then synthesizes and reshapes their raw output for the specific human reading it. Breaks the LLM default of audience-blind verbosity — walls of text, wrong detail level…

not rated 7 5mo ago A 162 tokens

implementing-fl-chart

1554

Poorgramer-Zack/dart-expert-skills

Skill Claude CodeCodex

Implements data visualization charts in Flutter using the flchart package (v1.2.0). Supports LineChart, BarChart, PieChart, ScatterChart, RadarChart, and CandlestickChart with implicit animations, touch interactivity, and pan/zoom transformations. Use when building any Flutter chart, graph, or data visualization …

not rated 7 1mo ago A 140 tokens original MIT

paper-scout

1555

AaronCIH/Awesome-AutoSkill-AutoRubric

Skill Claude Code

Daily paper scout for Auto-Skill and Auto-Rubric research. Use when: searching for new papers on self-evolving agents, skill evolution, rubric learning, preference alignment, reward modeling, agentic evolution. Searches arxiv for latest papers, recommends noteworthy ones, and updates the Awesome-AutoSkill-AutoRubric…

not rated 7 3mo ago A 72 tokens original MIT

hci-paper-writing

1556

RobbieRao/hci-paper-writing

Skill Codex

Diagnose, plan, revise, and red-team Human-Computer Interaction papers for CHI, CSCW, DIS, UIST, TOCHI, and adjacent HCI venues. Use for contribution framing, claim-evidence alignment, paper outlines, section revision, user-study reporting, qualitative/quantitative/design/systems rigor, interaction figures, venue-fit…

not rated 7 1mo ago A 192 tokens original MIT

time-ledger

1557

cruisekkk/time-ledger

Skill Claude CodeCodex

Natural-language time tracking — the user says what they did in plain language, you parse it into Activity + Minutes + Date and write it to their Notion database; anything uncertain you mark To-confirm and BATCH-ASK rather than fabricate. Use when the user reports time spent (e.g. "read papers for two hours", "hit the…

not rated 7 2mo ago A 107 tokens original MIT

rule-curator

1558

bwdurst/rule-curator

Skill Claude CodeCodex

Use when auditing, pruning, or cleaning up an agent's entire existing rule set in one bulk pass across every rule source at once (all CLAUDE.md files, all memory entries, AGENTS.md, ADRs, COORDINATION). This is whole-corpus hygiene; NOT for adding, editing, or fixing an individual rule (just edit that file directly).

not rated 7 1mo ago A 78 tokens original MIT

autoreport

1559

xjsongphy/skills

Skill Codex

Use when generating a physics or engineering experiment report from measured data and reference materials — orchestrates Theory, Data Analysis, Plotting, and Report sub-agents to produce a compiled LaTeX PDF. Also use for any sub-task in that pipeline: deriving formulas, analyzing lab data, plotting measurements with…

not rated 7 +1 13d ago A 74 tokens

arabic-word-production

1560

Bannovich/arabic-word-production

Skill Codex

Use when creating or repairing Microsoft Word DOCX files that are Arabic-first, bilingual Arabic-English, RTL, mixed-direction, or render differently in Word than in preview.

not rated 7 5d ago A 38 tokens original Apache-2.0

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: