Building agents skills

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

Browse within: agentic-ai 233LLM 217agent 200agents 151skills 145agentic-workflow 110agent-orchestration 86openai 86antigravity 79agentic-framework 73cli 73ai-skills 71Autonomous Agents 67agent-framework 63

karashiiro/agent-skills

Skill Claude CodeCodex

Use when analyzing Claude Code session logs to extract insights, debug agent behavior, measure performance, or audit tool usage — provides jq recipes for the JSONL transcript format.

not rated 2 4mo ago A 41 tokens original Unlicense

context-handoff

3218

andrewlau624/agentmaxx

Skill Claude CodeCodex

Preserve the minimum sufficient working state required for another coding agent to continue a task without repeating repository discovery, reconstructing prior decisions, or losing task-specific constraints.

not rated 2 12d ago A 0 tokens

micheleangioni/agent-skills

Skill Claude CodeCodex

Evaluate AGENTS.md or CLAUDE.md for repo agentic readiness. Use when the user asks for an assessment of the agentic readiness of a repository, or when they ask for an evaluation of AGENTS.md or CLAUDE.md files.

not rated 2 3mo ago A 57 tokens

skill-creator

3220

collectiveai-team/agent-skills

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 2 6mo ago A 45 tokens

IIIIQIIII/Finance-Agent-Skills

Skill Claude CodeCodex

Expert guidance for setting up, configuring, and troubleshooting Claude Code Router - a powerful tool for routing Claude Code requests to different LLM models and providers. Use when working with multi-model setups, cost optimization, provider switching, or advanced Claude Code configurations.

not rated 2 10mo ago A ✓ AI review 57 tokens

agent-eval-skills

3222

akshay5995/agent-skill-evals

Skill Claude CodeCodex needs its repo

Evaluate an existing agent skill with Promptfoo-native behavior, routing, or role-play tests. Use when a skill needs executable evidence that its product promise works. Do not use to author the domain skill itself.

not rated 2 1mo ago A 47 tokens original MIT

swe-execute

3223

SNIKO/agent-skills

Skill Claude Code

Implement a spec or delivery plan by dispatching each slice to a fresh sub-agent, verifying the result, and maintaining execution state. Use when the user chooses to implement from spec.html or an optional plan.md.

not rated 2 24d ago A 50 tokens original MIT

ai-agent-dev

3224

tyxben/agent-skills

Skill Claude CodeCodex

AI Agent development assistant. Use when building autonomous agents, multi-agent systems, or LLM-powered applications. Covers Claude SDK, LangChain/LangGraph, and custom frameworks.

not rated 2 8mo ago A 39 tokens

hyperterse-builder

3226

hyperterse/agent-skills

Skill Claude CodeCodex

Build complete Hyperterse MCP server projects from natural language. Use when the user asks to create an API, backend, MCP server, database-backed tools, or mentions Hyperterse.

not rated 2 6mo ago C 42 tokens

agent-drift-guard

3227

masterno/agent-skills

Skill Codex

Prevent agent-generated code from introducing silent fallbacks, swallowed failures, speculative abstractions, premature shared architecture, and unnecessary complexity. Use when implementing new features, bug fixes, refactors, cleanup passes, or architecture decisions where Codex should keep changes explicit, local…

not rated 2 5mo ago A 69 tokens

agent-clean-room

3228

blonderoofrat/agent-skills

Skill Claude CodeCodex

Run a second model as a subagent without your repository's ambient context reaching it. A coding agent injects git branch, changed files and recent commit messages into every subprocess prompt, and that background text is scored alongside your actual question -- so a benign request can be declined because of what your…

not rated 2 1mo ago A 88 tokens

jakenuts/agent-skills

Skill Claude CodeCodex

ElevenLabs Speech Engine — the SDK for giving a voice interface to a custom agent you host yourself (your existing chat agent, LangGraph workflow, containerized LLM service, etc.). ElevenLabs runs the audio pipeline (STT, turn detection, VAD, TTS, barge-in); your server receives transcripts over a WebSocket and…

not rated 2 2mo ago A 226 tokens original MIT

skill-studio-maintain

3230

felipeblassioli/agent-skills

Skill Claude Code

Maintain governed root skills, pack-bundled skills, Cursor packs, and repo scripts/tools in felipeblassioli/agent-skills. Covers SemVer bumps with the bundled bump scripts, registry alignment (skill-registry.json, cursor-pack-registry.json), release-artifact refreshes (CHANGELOG, VERIFICATION, ROADMAP, RELEASE-POLICY…

not rated 2 7d ago A 201 tokens

tool-command-creator

3231

eaglesakura/agent-skills

Skill Claude CodeCodex needs its repo

A creator and editor for Cursor slash commands, which are reusable instruction files run by an AI coding agent. It defines their inputs, outputs, related files, assets, steps, checks, and safeguards.

not rated 2 yesterday A 185 tokens original MIT

skill-creator

3232

Gonglitian/agent-skills

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

not rated 2 2mo ago A 64 tokens

skill-creator

3233

learnerLj/agent-skills

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

not rated 2 3mo ago A 64 tokens

skillscope-analyzer

3234

mathieu0905/skilllens

Skill Codex

Analyze one selected SkillScope skill-use window by extracting precise constraints from SKILL.md, inspecting Codex or Claude Code trace evidence in stages, writing early UI highlight artifacts, and producing an evidence-backed coverage report. Use when SkillScope launches Codex or Claude Code from the browser after a…

not rated 2 2mo ago A 72 tokens original MIT

kiwi-go-agent

3236

Yet-Another-AI-Project/kiwi-skills

Skill Claude CodeCodex

AI agent development standards using golanggraph for graph-based workflows, langchaingo for LLM calls, tool integration, MCP, and LLM best practices (context compression, prompt caching, attention raising, tool response trimming).

not rated 2 7mo ago A 50 tokens

blackwell-systems/agentskills-cli

Skill Claude Code

Interactive guide for converting skills to progressive disclosure pattern. Use when you have a skill >500 lines and want to split it into core + references for better context economy.

not rated 2 2mo ago A 39 tokens

orchestrate

3238

znut/agent-skills

Skill Claude CodeCodex

Run repo work through subagents so the manager stays free for the user. Split work into small tasks, give each worker an isolated git worktree, and require the worker to commit, pass a fresh review, and deliver through the repo's delivery mode. Read project rules from the repo. Trigger: "orchestrate", "fan out…

not rated 2 changed 5d ago A 93 tokens

hermes-internals

3239

davidgut1982/hermes-toolkit

Skill Claude CodeCodex

Authoritative map of how Hermes Agent (NousResearch) works under the hood: the four ways to drive it (CLI, the AIAgent Python library, the OpenAI-compatible API server, and the messaging gateway), which surface to use for which job, the AIAgent constructor knobs that control speed/cost, and the gateway's message flow…

not rated 2 3mo ago A 144 tokens original MIT

atelier-orchestrator

3240

siarhei-belavus/agent-public

Skill Claude CodeCodex

Orchestrate the full atelier workflow in one task window using pi teams runtime teams plus predefined agents, spawning right-side worker panes only when a phase is active and routing review loops until acceptance while preserving planner/implementer live context. Use when running…

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