ag ui skills

34 tagged ag ui, measured the same way as everything else here.

Browse within: a2a 18a2a-server 13python 13discord 7microsoft-teams 7openai-codex 7documentdb 5

openbot-data-access

01

CopilotKit/OpenBot

Skill Claude CodeCodex

Governs how the OpenBot browser app reads and writes server data — every request goes through client in app/src/lib/client.ts, every read is a queryOptions factory in app/src/lib/ /queries.ts, every write is a mutationOptions factory in app/src/lib/ /mutations.ts, and components consume them through…

3.5k 4d ago A 189 tokens original MIT

CopilotKit/OpenBot

Skill Claude CodeCodex

The default layout for every OpenBot configuration screen — PageShell and its prose/wide widths, PageSection and PageRows, Item row composition, the settings-row pattern where a summary and a chevron open a dialog, and the size and variant vocabulary. This is what a new screen looks like unless an instruction says…

3.5k 4d ago A 183 tokens original MIT

data-analysis

03

datagallery-ai/dataagent

Skill Claude CodeCodex

Answer data questions from quick metric lookups to full investigations and stakeholder-ready reports.

743 3d ago A 19 tokens original Apache-2.0

debug-evals

05

ggozad/haiku.rag

Skill Claude CodeCodex

Debug haiku.rag evaluation runs in Logfire. Use when asked to look at Logfire for an eval run, find failing or low-scoring eval cases, compare runs, check citation quality (citedmap) or judge pass rate (answerequivalent), or explain why an eval case failed. Drives the Logfire MCP against the evals service, or the…

585 4d ago A 103 tokens original MIT

debug-ingestion

06

ggozad/haiku.rag

Skill Claude CodeCodex

Debug haiku.rag ingestion in Logfire. Use when asked to look at Logfire for ingestion, find failed or dead ingestion jobs, investigate retries or circuit-breaker events, trace a document through convert/chunk/embed/store, find which docling-serve instance served a request, spot slow conversions, or tell concurrent…

585 4d ago A 87 tokens original MIT

python-quality

07

ebibibi/ebi-agent-chat-relay

Skill Claude CodeCodex

Python coding patterns, idioms, and quality standards for claude-code-discord-bridge development.

56 2d ago A 22 tokens original MIT

release

08

ebibibi/ebi-agent-chat-relay

Skill Claude CodeCodex

A release checklist for the ccdb project, including version changes, changelog updates, a release branch, and a pull request. A changelog records what changed between software versions.

56 2d ago A 40 tokens original MIT

test-guide

09

ebibibi/ebi-agent-chat-relay

Skill Claude CodeCodex

Testing patterns for claude-code-discord-bridge — pytest, async testing, mocking Discord objects, TDD workflow.

56 2d ago A 26 tokens original MIT

review-docs

11

dfradehubs/agentgram

Skill Claude CodeCodex

Review Agentgram documentation (CLAUDE.md, READMEs, SECURITY.md, runbooks). Improve clarity, consistency, and accuracy.

20 11d ago A 32 tokens original MIT

review-for-prod

12

dfradehubs/agentgram

Skill Claude CodeCodex

Production-ready code review for Agentgram (Go API + Next.js web). QA + security + maintainability.

20 11d ago A 26 tokens original MIT

agent-protocols

13

insodimension/awesome-agent-protocols

Skill Claude CodeCodex

Guide agent harness engineering toward the right AI agent protocol standards (MCP, A2A, ACP, AG-UI, AP2, x402, etc.) instead of reinventing. Analyzes what you're building, recommends protocols, pulls spec details and wire-message examples, checks compliance, and surfaces contribution opportunities. Triggers…

9 2mo ago A 163 tokens original CC0-1.0

leestott/generative-ui-foundry-hosted-agents

Skill Claude CodeCodex

Build, register, and wire up a Foundry Hosted Agent end-to-end on Azure: build the container to ACR, register a hosted-agent version with the azure-ai-projects SDK, grant least-privilege RBAC, configure the CopilotKit runtime App Service, and verify through the Static Web App. Use when deploying or redeploying a…

5 1mo ago A 147 tokens original MIT

leestott/generative-ui-foundry-hosted-agents

Skill Claude CodeCodex

Author a Microsoft Agent Framework (.NET) agent that is hosted as a Foundry Hosted Agent and speaks AG-UI over the invocations protocol. Use when building, refactoring, or reviewing a .NET agent that must run as a Foundry Hosted Agent and drive a CopilotKit / AG-UI frontend. WHEN: "build a Foundry hosted agent"…

5 1mo ago A 126 tokens original MIT

pacman

16

NguyenNguyen0/my-portfolio

Skill Claude CodeCodex

Retro arcade-inspired design with pixel fonts, dotted borders, playful high-contrast colors, and 8-bit game aesthetics.

5 1mo ago A 27 tokens

Knuckles-Team/jellyfin-mcp

Skill Claude CodeCodex

Natively ingest a Jellyfin library into the epistemic-graph knowledge graph via the jellyfin-mcp MCP server — push library items as typed :MediaAsset/:Book nodes with :hasGenre/:performedBy/:authoredBy links and item overviews as searchable :Document nodes (jellyfiningestlibrary), and item posters as content-addressed…

2 4d ago A 158 tokens original MIT

Knuckles-Team/jellyfin-mcp

Skill Claude CodeCodex

Browse and search a Jellyfin media library via the jellyfin-mcp MCP server — list library items (movies, series, episodes, audio, books), fetch one item by id, walk collections and user views, and run search hints with the domain-typed jellyfinlibrary tool. Use when the agent must find or enumerate catalog items…

2 4d ago A 154 tokens original MIT

Knuckles-Team/jellyfin-mcp

Skill Claude CodeCodex

Stream and control Jellyfin playback and browse music via the jellyfin-mcp MCP server — list artists, albums, and music genres, resolve audio/video streams, manage playlists, and drive playstate (play, mark played, report progress) with the domain-typed jellyfinmedia tool. Use when the agent must start or control…

2 4d ago A 142 tokens original MIT

Knuckles-Team/documentdb-mcp

Skill Claude CodeCodex

Read-only analytics on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — run aggregation pipelines ($match/$group/$sort/…) and fetch distinct field values. Use when the agent must summarize, group, or profile documents rather than fetch individual rows. Do NOT use for…

2 4d ago A 102 tokens original MIT

Knuckles-Team/documentdb-mcp

Skill Claude CodeCodex

Database, collection, and user administration on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) server via the documentdb-mcp MCP server — list/create/drop/rename databases and collections, and manage database users and their roles. Use when the agent must provision or tear down namespaces, enumerate the…

2 4d ago A 106 tokens original MIT

Knuckles-Team/documentdb-mcp

Skill Claude CodeCodex

Document create/read/update/delete operations on a DocumentDB (MongoDB-compatible, PostgreSQL-backed) collection via the documentdb-mcp MCP server — insert one/many, find with filter/sort/skip/limit, update/replace one/many, delete, count, and the atomic find-and-modify variants. Use when the agent must read or mutate…

2 4d ago A 126 tokens original MIT

nextcloud-files

23

Knuckles-Team/nextcloud-agent

Skill Claude CodeCodex

Browse and manage Nextcloud files and folders over WebDAV via the nextcloud-agent MCP server — list a directory, read/download a file, upload, create/delete/move/copy, and read properties. Use when the agent must navigate a Nextcloud file tree, fetch a document's bytes, or reorganize storage. Do NOT use for sharing…

0 4d ago A 98 tokens original MIT

nextcloud-ingest

24

Knuckles-Team/nextcloud-agent

Skill Claude CodeCodex

Natively ingest Nextcloud files into the epistemic-graph knowledge graph via the nextcloud-agent MCP server — fetch a file over WebDAV and store its raw bytes as a content-addressed :Blob/:AssetOccurrence plus its extracted text (pdf/office/txt or image OCR) as a linked :Document. Use when the agent must make a…

0 4d ago A 122 tokens original MIT