agent-skills skills

41,011 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 155ai-skills 152anthropic-claude 136claude-ai 136

opencode-review

1825

shyuan/skills

Skill Claude CodeCodex

Two gates around a local multi-model code review run through the user's OpenCode setup. GATE ONE (scripts/run-review.sh) reviews the LOCAL diff before a pull request is opened: use it right after finishing an implementation or bug fix in Claude Code, while the changes are still local — uncommitted, or committed on a…

not rated 5 changed 6d ago A 0 tokens original MIT

agent-cli-builder

1826

Zekai-Zhao-321/agent-cli-builder

Skill Claude CodeCodex

Build, retrofit, or score an agent-native CLI for AI agents (Claude Code, Cursor, codex, opencode). Use when scaffolding a CLI for agent consumers, bringing a human-first CLI up to agent-first standards, or assessing an existing CLI's agent readiness. Do NOT use for general CLI style or one-off shell scripts.

not rated 5 2mo ago A 72 tokens original MIT

askama

1827

uwuclxdy/agenticat

Skill Claude CodeCodex

Askama Rust templating reference (0.16).

not rated 5 yesterday A SkillSpector: pass 14 tokens original MIT

execute-work-package

1828

flitzrrr/agent-skills

Skill Claude CodeCodex

Execute a significant implementation unit (phase or major slice) using a gated subagent loop (blueprint -> gate -> execute -> digest) without creating new persistent artifacts.

not rated 5 1mo ago A 37 tokens

yopiesuryadi/mailbot-programmable-inbox

Skill Codex

Integrate mailbot API for AI agent email automation. Create programmable inboxes, send and receive emails, track delivery events, and handle email-based workflows via API, SDK, or MCP Server. Use when building AI agents that need email identity, when setting up agent-to-human communication, when replacing Gmail or…

not rated 5 5mo ago A 130 tokens

horse-race

1830

qiao/horse-race

Skill Claude CodeCodex

Competitive multi-agent problem solving: spawns multiple Claude Code sub-agents in parallel git worktrees to independently solve the same programming task, then cross-pollinates their solutions through improvement rounds where each agent sees and learns from all others' diffs, and finally selects the best solution…

not rated 5 6mo ago A 130 tokens original MIT

Apple-Search-Ads

1831

TrebuhS/Apple-Search-Ads-Skill

Skill Claude CodeCodex

Manage Apple Search Ads campaigns, ad groups, keywords, and reports via the asa-cli tool. Use when the user asks about Apple Search Ads management, campaign operations, keyword bidding, ASA reports, or ad performance.

not rated 5 7mo ago A 49 tokens original MIT

dependency-versions

1832

netopsengineer/axiom

Skill Claude Code

MUST consult this skill before answering whenever the user's task involves external versioned dependencies — even if you think you can handle it directly. This applies to: checking if packages/tools are up to date, upgrading npm/pip/cargo/go dependencies, planning or writing CI/CD workflows (GitHub Actions, CircleCI…

not rated 5 yesterday A 216 tokens original MIT

sap-abap-advanced

1833

efeumutaslan/SAP-SKILLS

Skill Claude CodeCodex

Advanced ABAP development skill extending the base sap-abap skill. Use when working with ABAP Cloud (Tier 1) vs Classic (Tier 2), AMDP for HANA pushdown, abapGit workflows, released API checks, or RTTI/RTTC dynamic programming. If the user mentions ABAP Cloud, Steampunk, AMDP, abapGit, Tier 1/Tier 2 API, or…

not rated 5 5mo ago A 101 tokens original MIT

ralph-wiggum-codex

1834

theflixerbox77/ralph-wiggum-codex

Skill Codex

Use when a coding task needs an objective-first long-running loop with fresh-context work and review phases, explicit acceptance criteria, resumable state, and real blocked handling.

not rated 5 yesterday A 42 tokens copy · 100% MIT

archetypeai/agent-skills

Skill Claude CodeCodex

Run Archetype AI's managed Manual Generation (MGA) agent over the Agents API — upload a procedure video, create a bundle from the canonical mga blueprint, run it, poll, download an ordered, timestamped manual. Use when the user has a recording of a procedure (a repair, an assembly, a workflow) and wants the platform…

not rated 5 2d ago A 221 tokens original Apache-2.0

pkgseek-linux

1836

web-casa/pkgseek-skills

Skill Codex

Investigate Linux package, build, command, vulnerability, distribution migration, ELF/ABI, shared-library, and container issues with distro-aware PkgSeek evidence. Use for apt, apt-get, dpkg, yum, dnf, rpm, apk or pacman errors; missing commands, headers and .so files; CVE/CNNVD and backport checks; Debian, Ubuntu…

not rated 5 1mo ago A 120 tokens original MIT

ergouzi-image-gen

1837

aiman-labs/ergouzi-agent-skills

Skill Codex

Submit and complete Ergouzi image generation, editing, virtual try-on, upscaling, and background-removal tasks through ergouzi.life, including tasks that use local image files or HTTPS URLs. Use when Codex must call an ergouzi/e-image or ergouzi/e-rmbg model, poll the asynchronous task, download its outputs, resume a…

not rated 5 changed 13d ago A 90 tokens original MIT

blueprint

1838

antbotlab/blueprint

Skill Claude Code

Create a construction plan for a multi-step engineering task that requires multiple PRs or a phased approach. Produces a self-contained plan file with dependency graph, review gates, and step-by-step execution instructions for coding agents. TRIGGER when: user requests a plan, blueprint, or roadmap for a complex task…

not rated 5 6mo ago A 122 tokens original MIT

audit

1839

danygiguere/audit-skills

Skill Claude CodeCodex

Full security, correctness, and operability audit of code. Use when reviewing a diff, endpoint, or feature for vulnerabilities or bugs without a specific topic in mind — security review, audit, code review for safety, "check this for issues".

not rated 5 2mo ago A 51 tokens original MIT

hplan

1840

Noirewinter/hplan

Skill Claude Code

A Chinese-language version of a hierarchical planning system for complex, multi-stage development work. It keeps a short overview and detailed phase files in a persistent .plan/ folder.

not rated 5 5mo ago A 102 tokens original MIT

cursor-best-practices

1841

HKTITAN/cursor-best-practices

Skill Claude CodeCodex

Best practices for using Cursor—rules, commands, skills, subagents, ignore files, Agent security, workflows, and community resources. Use when setting up Cursor, initializing or creating the .cursor folder, writing .cursor/rules or AGENTS.md, creating commands or skills, configuring .cursorignore, working with Agent…

not rated 5 6mo ago A 106 tokens original MIT

jeffsenso/prestashop-skills

Skill Claude CodeCodex

Complete PrestaShop module development workflow using modern architecture and best practices. Use when: creating new PrestaShop modules, updating legacy modules to modern code, implementing hooks and actions, setting up module configuration pages, adding front office features, handling database operations…

not rated 5 22d ago A 89 tokens original MIT

loop-craft

1843

Conradgui/loop-craft

Skill Codex

Use when a user wants to design one bounded feedback loop from a goal, assess or upgrade an existing Agent Skill with feedback loops, distill a completed conversation or work record into a candidate workflow and, when compatible, a loop-aware Skill, build an accepted Loop Craft JSON definition, or check an existing…

not rated 5 1mo ago A 71 tokens original Apache-2.0

cliche-verwijderaar

1844

erwinblom/de-clicheverwijderaar

Skill Claude CodeCodex

Verwijdert versleten formuleringen, voorspelbare taalpatronen en lege beeldspraak uit Nederlandse teksten, zonder feiten, betekenis of de eigen stem van de schrijver te veranderen.

not rated 5 2d ago A 44 tokens original MIT archived

axiom

1845

zhangyanxs/axiom

Skill Claude CodeCodex

First-principles assumption auditor. Deconstructs any decision or belief into irreducible premises, classifies each assumption (fact / convention / belief / interest-driven), ranks them by fragility × impact, and rebuilds conclusions from verified ground truth. Bilingual: responds in the user's language (Chinese or…

not rated 5 5mo ago A 111 tokens copy · 88% MIT

readme-i18n

1846

figueroaignacio/ignaciofigueroa.dev

Skill Claude CodeCodex

Use when the user wants to translate a repository README, make a repo multilingual, localize docs, add a language switcher, internationalize the README, or update localized README variants in a GitHub-style repository.

not rated 5 5d ago A 49 tokens original MIT

verify-et-api

1848

NegusNati/verify-et-api

Skill Claude CodeCodex

Integrate, test, debug, and harden Verify.et transaction verification API implementations. Use when building Verify.et server-side adapters, payment or checkout verification, webhook receivers, polling or SSE status flows, API-key auth, idempotency, credits or quota handling, bank-specific payloads, or production…

not rated 5 3mo ago A 67 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: