Building agents skills

23,134 tagged Building agents, measured the same way as everything else here.

Browse within: LLM 208agent 197agentic-ai 197agents 156skills 145openai 87antigravity 83agentic-workflow 79ai-skills 75cli 75agentic-framework 73ai-assistant 68Autonomous Agents 67ai-tools 57

workflow-patterns

313

QuintinShaw/pi-dynamic-workflows

Skill Claude CodeCodex

Argument shapes for the 5 built-in workflow patterns — deep-research, adversarial-review, code-review, multi-perspective, codebase-audit — runnable via the workflow tool's name input, without slash-command syntax. Use for requests like "research X", "fact-check/adversarially review this", "review this diff/PR"…

not rated 515 +16 today A SkillSpector: pass 108 tokens original MIT

openai-docs

314

deonmenezes/mantishack

Skill Codex

Use when the user asks how to build with OpenAI products or APIs, asks about Codex itself or choosing Codex surfaces, needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; use OpenAI docs MCP tools for non-Codex docs…

not rated 498 +5 today A SkillSpector: pass 98 tokens original Apache-2.0

create-drift-skill

315

kachofugetsu09/akashic-agent

Skill Claude CodeCodex

A guide for creating a reusable Drift skill: a small activity description that an agent may choose during a future idle session. It explains how to define when the activity fits, what one run should accomplish, and where to save its instructions.

not rated 490 +2 today A SkillSpector: warn 47 tokens original MIT

codex-auth-setup

316

ndycode/codex-multi-auth

Skill Claude CodeCodex

Install or refresh codex-multi-auth for the official Codex CLI, run first login, and verify account health and routing.

not rated 492 +14 4d ago A SkillSpector: pass 32 tokens original MIT

workflow_creation

317

rome-os/rome

Skill Claude CodeCodex

Build a new Rome workflow app — one action whose body is a single async function that implements its control flow in plain TypeScript (await, if, for, Promise.all) and calls existing actions (including system:summon). Use whenever the user describes a multi-step automation OR asks an LLM to produce something from…

not rated 492 +12 changed yesterday A SkillSpector: pass 0 tokens original MIT

agentic-system-design

318

ooiyeefei/ccc

Skill Claude CodeCodex

Prescriptive Q&A workflow for designing agentic pipelines, multi-model councils, sub-agent hierarchies, and tool-loop hardening for any domain. Use when the user asks to "design an agent", "design a multi-agent system", "should I use a council/debate", "build a [domain] review agent" (HAZOP, finance, tutorial…

not rated 489 +4 1mo ago A SkillSpector: warn 194 tokens original MIT

make-trace

319

AIScientists-Dev/Flowtrace

Skill Claude CodeCodex

Turn any source that describes how a kind of task gets done (a SKILL.md, a chat log, a runbook, plain prose) into a runnable Morph trace. Lift it into a DAG, write a contract per step, place inputs, and drive the full run lifecycle to verify it. Use whenever someone wants to make a trace from a source.

not rated 486 +2 3mo ago A SkillSpector: warn 76 tokens original MIT

hcom-agent-messaging

320

aannoo/hcom

Skill Claude CodeCodex

Multi-agent communication for AI coding tools. Agents message, watch, and spawn each other across terminals. Use when setting up hcom, troubleshooting delivery, or writing multi-agent scripts.

not rated 489 +7 today C 42 tokens original MIT

skill-creator

321

ghbalf/freecad-ai

Skill Claude CodeCodex

Create new FreeCAD AI skills, modify existing skills, and iteratively improve them. Use when users want to create a skill from scratch, update or optimize an existing skill, capture a workflow as a reusable skill, or improve an existing skill's instructions. Also trigger when the user says "turn this into a skill"…

not rated 484 +15 yesterday A SkillSpector: warn 85 tokens LGPL-2.1

skill-creator

322

tmustier/pi-extensions

Skill Claude CodeCodex

Create or update Agent Skills (SKILL.md plus optional scripts, references, or assets). Use when someone asks to design a new Agent Skill, refine an existing one, or structure skills for Pi discovery, packaging, or other Agent Skills-compatible clients.

not rated 476 +2 29d ago A SkillSpector: warn 54 tokens original MIT

ZhixiangLuo/10xProductivity

Skill Claude Code

Distill a colleague into a reusable AI skill (work + persona) using tool connections — Slack, Slack AI, Jira, GHE, Bitbucket, Confluence, SharePoint, Teams, Outlook, Notion, Linear, Google Docs, and more — without manual paste. Use when the user wants a colleague skill, digital twin of a coworker, or capture of…

not rated 474 +1 2mo ago A SkillSpector: warn 104 tokens original MIT

skill-anything

324

AgentSkillOS/SkillAnything

Skill Codex

Automatically generate production-ready Skills for any software, API, CLI tool, library, workflow, or service. Use this skill whenever the user wants to create a skill from scratch for a target application, convert an existing tool into an agent-native skill, generate skills for multiple platforms (Claude Code…

not rated 472 +3 5mo ago A 156 tokens original MIT

triage-orchestrator

325

tonbistudio/hermes-multi-agent-workflow

Skill Claude CodeCodex

The pipeline driver for the Hermes Multi-Agent Workflow. Triggered by new intake tasks on the triage board. Dedups, scores, fans out research, routes, proposes at the human gate, and on approval lets the engine spawn the fulfillment chain. It is DELIBERATELY THIN: it calls engine/ for every deterministic step and only…

not rated 465 +7 3mo ago A SkillSpector: warn 90 tokens original MIT

superserve

326

superserve-ai/superserve

Skill Claude CodeCodex

Run AI agents and code in persistent, isolated Firecracker microVM sandboxes with the Superserve TypeScript SDK (@superserve/sdk) or Python SDK (superserve). Use when a task needs a runtime for an agent (run Claude Code or an agent loop inside a sandbox, or give a hosted agent a sandboxed shell or file tool), a…

not rated 460 +2 changed yesterday A SkillSpector: warn 137 tokens original Apache-2.0

skill-creator

327

PleasePrompto/ductor

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

not rated 455 +1 1mo ago A 45 tokens copy · 89% MIT

agr-cli

328

computerlovetech/agr

Skill Claude CodeCodex

Install, share, sync, and create AI agent skills across coding tools (Claude Code, Cursor, Codex, OpenCode, Copilot, Pi) using the agr CLI. Use whenever the user mentions agr, agr.toml, agr.lock, agrx, or asks to: add a skill ("install the pdf skill", "agr add ..."), sync agent resources across tools, share skills…

not rated 453 +1 1mo ago A SkillSpector: warn 147 tokens original MIT

ask-agents

329

chrisblattman/claudeblattman

Skill Codex

Send a task or question to Claude Code and/or Gemini as external subagents and report back what they said. Use when the user asks to ask Claude, ask Gemini, ask both, get a second opinion, split reviewer roles, or compare external agents.

not rated 453 +2 3mo ago A SkillSpector: warn 55 tokens original MIT

dive-into-langgraph

330

luochang212/dive-into-langgraph

Skill Claude CodeCodex

A comprehensive guide and reference for building agents using LangGraph 1.0, including ReAct agents, state graphs, and tool integrations.

not rated 450 +2 changed yesterday A 35 tokens

agents

331

elevenlabs/skills

Skill Claude CodeCodex

Build voice AI agents with ElevenLabs. Use when creating voice assistants, customer service bots, interactive voice characters, or any real-time voice conversation experience, and when configuring an agent's tools, workflows, or procedures, including creating, editing, compiling, and publishing procedure drafts on an…

not rated 448 +8 changed 9d ago A Socket: passSnyk: warnSkillSpector: warn 68 tokens original MIT

team-tasks

332

win4r/team-tasks

Skill Claude CodeCodex

Coordinate multi-agent development pipelines using shared JSON task files. Use when dispatching work across dev team agents (code-agent, test-agent, docs-agent, monitor-bot), tracking pipeline progress, or running sequential/parallel workflows. Covers project init, task assignment, status tracking, agent dispatch via…

not rated 446 7mo ago A 88 tokens

claudexor

333

razzant/claudexor

Skill Claude CodeCodex

Use the local Claudexor control plane for harness-agnostic coding work across Claude Code, Codex, Cursor, and OpenCode. Use when a task benefits from route-aware harness and account selection, quota-aware account rotation, shared thread context, read-only planning or research, best-of-N execution, or cross-harness…

not rated 447 +12 today A SkillSpector: pass 73 tokens original MIT

agent-draft-router

334

Gan-Xing/CodexBridge

Skill Codex

Generate checklist-first CodexBridge /agent drafts from natural-language intake using bounded action routing, skill-owned task typing, scope clarification, and immutable prompt scaffolds. Use when implementing, testing, or simulating first-host /agent add or bare /agent draft creation, especially for repo-aware code…

not rated 445 +8 2mo ago A 76 tokens

benbrastmckie/nvim

Skill Claude Code

Full structural hard-mode orchestration state machine with per-phase dispatch (H1), adversarial verification (H4), convergence policing (H6), territory contracts (H7), and churn detection (H5). Invoke for /orchestrate --hard.

not rated 444 +1 9d ago A 57 tokens

skill-creator

336

cnfjlhj/ai-collab-playbook

Skill Codex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.

not rated 443 +4 2mo ago A 46 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: