agentic rag skills

102 tagged agentic rag, measured the same way as everything else here.

Browse within: agentic-workflow 50agentshub 36agentskills 36agent-memory 26agent-plugins 24context-database 24dsh-plugin 24self-evolving 23RAG 8agentic-framework 8Autonomous Agents 7go 7harness 7ai-agents-framework 6

microsoft/ai-agents-for-beginners

Skill Claude CodeCodex

Migrate Python apps from Azure OpenAI Chat Completions to the Responses API. Covers AzureOpenAI/AsyncAzureOpenAI client migration to the v1 endpoint, streaming, tools, structured output, multi-turn, EntraID auth, and model compatibility checks. Python-focused, Azure OpenAI-specific. USE FOR: migrate to responses API…

74k 5d ago A 185 tokens original MIT

local-ai-agents

02

microsoft/ai-agents-for-beginners

Skill Claude CodeCodex

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

74k 5d ago A 200 tokens original MIT

microsoft-docs

03

microsoft/ai-agents-for-beginners

Skill Claude CodeCodex

Query official Microsoft documentation to find concepts, tutorials, and code examples across Azure, .NET, Agent Framework, Aspire, VS Code, GitHub, and more. Uses Microsoft Learn MCP as the default, with Context7 and Aspire MCP for content that lives outside learn.microsoft.com.

74k 5d ago A 61 tokens original MIT

skill-creator

04

volcengine/OpenViking

Skill Claude CodeCodex

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

35k +369 today A 28 tokens AGPL-3.0

volcengine/OpenViking

Skill Claude CodeCodex

Install and configure the OpenViking long-term memory plugin for OpenClaw via natural conversation. Once installed, the plugin automatically captures facts from chats and recalls relevant context before each reply (auto-capture + auto-recall, cross-session). Covers prerequisites, install through OpenClaw's plugin…

35k +369 changed today A 191 tokens AGPL-3.0

volcengine/OpenViking

Skill Claude CodeCodex

Use OpenViking from OpenClaw through @openviking/openclaw-plugin: long-term memory, session archives, resource and Agent Skill import, semantic recall, recall trace debugging, and externalized tool-result recovery. Prefer this skill when the user wants to use, query, debug, or operate OpenViking context from an…

35k +369 today A 95 tokens AGPL-3.0

deep-research

07

xerrors/Yuxi

Skill Claude CodeCodex

A method for organising research that uses several sources and needs fact checking. It breaks a broad question into smaller investigations, checks important claims and combines the results into a cited report.

6.6k +6 yesterday A 69 tokens original MIT

html-preview

08

xerrors/Yuxi

Skill Claude CodeCodex

A guidance skill for adding small, static HTML/CSS visual previews to Markdown when a diagram, comparison, timeline, metric display, or layout sketch would be clearer than text. It does not use JavaScript.

6.6k +6 yesterday A 86 tokens original MIT

knowledge-base

09

xerrors/Yuxi

Skill Claude CodeCodex

A tool for searching and reading documents stored in a configured knowledge base. It can find relevant passages, open documents, locate terms, and show the knowledge base’s mind map.

6.6k +6 yesterday A 54 tokens original MIT

prompt-writing

10

ModelEngine-Group/nexent

Skill Claude CodeCodex

Create, refine, and optimize high-quality YAML prompts for AI assistants. Use when working with prompt templates, system prompts, agent prompts, or any prompt engineering tasks. Provides structure guidelines, template patterns, and quality standards for YAML-based prompts.

5.8k 3d ago A 51 tokens original MIT

skill-creator

11

ModelEngine-Group/nexent

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.

5.8k 3d ago A 45 tokens copy · 88% MIT

react-email

14

agentset-ai/agentset

Skill Claude CodeCodex

Create beautiful, responsive HTML emails using React components with React Email. Build transactional emails with modern components, support internationalization, and integrate with email service providers like Resend. Use when creating welcome emails, password resets, notifications, order confirmations, or any HTML…

2.1k 1mo ago A 57 tokens original MIT

commit

15

aviatesk/obsidian-sonar

Skill Claude CodeCodex

MUST invoke before creating any git commit. Provides commit message format and safety rules.

44 7d ago A 19 tokens AGPL-3.0

noosphere

16

SweetSophia/noosphere

Skill Claude CodeCodex

Use this skill when Hermes has the Noosphere memory provider enabled and the task needs durable recall or memory storage.

24 yesterday A 0 tokens

SweetSophia/noosphere

Skill Claude CodeCodex

Set up and use the Noosphere memory provider in Hermes Agent. Use when a user gives Hermes a Noosphere API key, asks to connect Hermes to Noosphere, configure durable memory, verify the provider, or troubleshoot Hermes Noosphere memory setup.

24 yesterday A 55 tokens

frontend-design

18

yrris/pro-agent

Skill Claude CodeCodex

A tool for generating a complete single-file web page, such as a landing page, dashboard, form, or prototype. The output is a self-contained site.html file that can be previewed.

23 1mo ago A 38 tokens

yrris/pro-agent

Skill Claude CodeCodex

A research guide for examining a GitHub repository, a project-hosting site for source code. It covers the README, file structure, important source code, and project activity, then produces a report.

23 1mo ago A 45 tokens

image-style-library

20

yrris/pro-agent

Skill Claude CodeCodex

A prompt-writing guide with reusable style templates for image generation. It is used together with an image-generation tool.

23 1mo ago A 32 tokens

caveman

21

AllenMaxi/ContextGraph

Skill Claude CodeCodex

Ultra-compressed communication mode. Cuts token usage 75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or…

21 4mo ago A 98 tokens copy · 91% MIT

compress

22

AllenMaxi/ContextGraph

Skill Claude CodeCodex

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman:compress or "compress memory…

21 4mo ago A 74 tokens copy · 92% MIT

svg-chart

23

NUGURI-7/CoCoWork

Skill Claude CodeCodex

Render data into a standalone SVG chart file — bar, line, or pie. Use when the user provides numbers (inline, JSON, or CSV) and asks for a chart, graph, plot, trend, comparison, breakdown, or any visual summary of the data. Produces a self-contained .svg viewable in any browser; no external libraries required.

20 6d ago A 75 tokens original MIT

lain

24

spuentesp/lain

Skill Claude CodeCodex

Structural code intelligence for AI coding agents. Use this skill when the user wants to understand how a codebase is organized (modules, call graphs, file dependencies), find where to start reading, trace the impact of a change, find code by meaning, or understand what a symbol does in its full context. Do NOT use…

6 2d ago A 90 tokens original MIT