agent framework skills

2,474 tagged agent framework, measured the same way as everything else here.

Browse within: agent-orchestration 323Autonomous Agents 259agentic 166agentic-workflow 155agent-memory 125chatbot 101openclaw 89Multi-Agent 79ai-skills 74Orchestration 69ai-framework 67python 66a2a 65ai-orchestration 64

skill-creator

01

HKUDS/nanobot

Skill Claude CodeCodex

Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.

48k 2d ago A 28 tokens original MIT

tmux

02

HKUDS/nanobot

Skill Claude CodeCodex

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

48k 2d ago A 22 tokens original MIT

update-setup

03

HKUDS/nanobot

Skill Claude CodeCodex

One-time setup wizard for the nanobot upgrade skill. Triggers: setup update, configure update, 设置更新, 初始化更新.

48k 2d ago A 30 tokens original MIT

add-new-model

04

pydantic/pydantic-ai

Skill Claude CodeCodex

Add support for a newly-released LLM model in pydantic-ai (e.g. openai:gpt-5.6, anthropic:claude-sonnet-5). Use when a provider ships a new model id and you need to wire literals, profile flags, and tests to recognize it. Handles SDK-lag, gateway list conventions, and capability probing.

20k 2d ago A 80 tokens original MIT

complete-partial-pr

05

pydantic/pydantic-ai

Skill Claude CodeCodex

Evaluate and complete an issue or PR where the submitted patch fixes only a narrow symptom of the reported pain point. Use when a contribution may miss adjacent integration surfaces, provider/spec semantics, roundtrip behavior, tests, docs, or historical maintainer decisions.

20k 2d ago A 55 tokens original MIT

pydantic/pydantic-ai

Skill Claude CodeCodex

Build AI agents with Pydantic AI — tools, capabilities (including on-demand loading), structured output, streaming, testing, and multi-agent patterns. Use when the user mentions Pydantic AI, imports pydanticai, or asks to build an AI agent, add tools/capabilities, defer capability loading, stream output, define agents…

20k 2d ago A 85 tokens original MIT

clip-hand-skill

07

RightNow-AI/openfang

Skill Claude CodeCodex

Expert knowledge for AI video clipping — yt-dlp downloading, whisper transcription, SRT generation, and ffmpeg processing.

18k 2mo ago A 28 tokens original Apache-2.0

RightNow-AI/openfang

Skill Claude CodeCodex

Expert knowledge for AI forecasting — superforecasting principles, signal taxonomy, confidence calibration, reasoning chains, and accuracy tracking.

18k 2mo ago A 29 tokens original Apache-2.0

twitter-hand-skill

09

RightNow-AI/openfang

Skill Claude CodeCodex

Expert knowledge for AI Twitter/X management — API v2 reference, content strategy, engagement playbook, safety, and performance tracking.

18k 2mo ago A 30 tokens original Apache-2.0

docx

10

eigent-ai/eigent

Skill Claude CodeCodex

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…

15k 4d ago A 168 tokens copy · 86% Apache-2.0

skill-creator

11

eigent-ai/eigent

Skill Claude CodeCodex

Guide for creating effective skills. Use when creating a new skill or updating an existing skill that extends agent capabilities with specialized knowledge, workflows, or tool integrations.

15k 4d ago A 35 tokens copy · 84% Apache-2.0

eigent-ai/eigent

Skill Claude CodeCodex

Security auditing for code, configs, and infrastructure. Use when the user wants to audit or improve security: scan for vulnerabilities (SQL injection, XSS, command injection, path traversal), detect hardcoded secrets and credentials, review auth and authorization, check dependencies for known CVEs, audit config files…

15k 4d ago A 114 tokens original Apache-2.0

microsoft/agent-framework

Skill Claude CodeCodex

Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…

13k 2d ago A 103 tokens original MIT

microsoft/agent-framework

Skill Claude CodeCodex

Guide for managing packages in the Agent Framework Python monorepo, including creating new connector packages, versioning, and the lazy-loading pattern. Use this when adding, modifying, or releasing packages.

13k 2d ago A 43 tokens original MIT

microsoft/agent-framework

Skill Claude CodeCodex

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

13k 2d ago A 82 tokens original MIT

aden-hive/hive

Skill Claude CodeCodex

Required before any hive-browser CLI command. The browser is driven from the terminal by running hive-browser ... --json via terminalexec — not via MCP tools. Teaches the browser lifecycle rules (the bridge attaches to the USER'S running Chrome — never kill or launch browser processes; timeouts are transport issues…

11k +13 11d ago A 142 tokens original Apache-2.0

aden-hive/hive

Skill Claude CodeCodex

Concrete patterns for breaking colony work into parallel worker jobs via runplaybook — when fan-out helps, how to model the goal as a tracker table, write the worker skill, author the playbook, pilot, and let convergence retry/resume the gap.

11k +13 11d ago A 58 tokens original Apache-2.0

aden-hive/hive

Skill Claude CodeCodex

Read before automating LinkedIn with browser tools. LinkedIn combines shadow DOM (#interop-outlet), strict Trusted Types CSP that silently drops innerHTML, Lexical composer, native beforeunload dialogs that hang the bridge, and aggressive spam filters — each has bitten us at least once. Verified flows for profile…

11k +13 11d ago A 99 tokens original Apache-2.0

capability-evolver

19

EvoMap/evolver

Skill Claude CodeCodex

A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution. Communicates with EvoMap Hub via local Proxy mailbox.

9.0k 6d ago A 40 tokens GPL-3.0

Upsonic/Upsonic

Skill Claude CodeCodex

Set up and manage the experiment folder structure. This is Phase 0 — it runs before any analysis begins. All bookkeeping files are JSON (never markdown).

7.9k 2mo ago A 0 tokens original MIT

data-analysis

21

Upsonic/Upsonic

Skill Claude CodeCodex

Analyze, explore, clean, and visualize datasets with statistical rigor. Use when user asks to analyze data, find patterns, compute statistics, create visualizations, clean messy data, or explore a dataset. Trigger when user says things like "analyze this data", "what trends do you see", "find patterns in", "create a…

7.9k 2mo ago A 138 tokens original MIT

summarization

22

Upsonic/Upsonic

Skill Claude CodeCodex

Summarize documents, articles, conversations, code, and technical content into concise, accurate summaries. Use when user asks to summarize, condense, create a TL;DR, write an executive summary, extract key points, or distill content. Trigger when user says things like "summarize this", "give me the key points"…

7.9k 2mo ago A 144 tokens original MIT

docs-writer

23

strands-agents/harness-sdk

Skill Claude CodeCodex

Draft or rewrite Strands Agents documentation pages. Use when writing new doc pages, rewriting pages that failed audit, drafting sections for existing pages, or writing blog posts and release notes about Strands. Also triggers on "write a doc", "draft a page", "rewrite the quickstart", "add a tutorial for X"…

7.1k +25 yesterday A 74 tokens original Apache-2.0

pr-writer

24

strands-agents/harness-sdk

Skill Claude CodeCodex

Generates pull request titles and descriptions. Use when the user asks to create, open, write, draft, or generate a PR, pull request, or merge request description.

7.1k +25 yesterday A 39 tokens original Apache-2.0