Data and AI agents

2,272 tagged Data and AI, measured the same way as everything else here.

Browse within: ai-coding 91agentic-coding 88agentic-workflow 72artificial-intelligence 42claude-code-skills 38awesome-list 37agent-orchestration 36ai-engineering 36claude-ai 35agentic-engineering 33claude-plugin 33ai-assistant 32copilot 32agentic 31

image-prompt-designer

145

XuanRanL/loamwright-SEO-Skill

Agent

Part of xuanran-seo-blog-writer

Designs the article's image prompts (count from brief.imagecount via scripts/core/imagepolicy.py — default 6, meaning cover + 5 section illustrations, max 8) using the 9-field Prompt Schema + Strategy A shared Art Direction Prefix. Output feeds openai-image-generator. NEVER calls image APIs directly — pure…

not rated 47 +1 17d ago A 76 tokens original Apache-2.0

oracle-samples/oracle-aidp-samples

Agent

Part of oracle-ai-data-platform-workbench-databricks-migrator

Use this agent when the user has pointed at a single Databricks notebook (.ipynb / .py / .scala) and wants to know what it does, what it depends on, what risks the migrator will hit, and which gotchas (from references/gotchas.md) will apply. Run before manually authoring an entry in a migration manifest, OR as a…

not rated 46 2d ago A 108 tokens UPL-1.0

ai-agent

147

wigtn/wigtn-plugins

Agent

Part of wigtn-plugins

AI feature implementation specialist. Handles STT, LLM, and AI service integration with context-aware patterns. Auto-discovers project conventions before implementing. Supports OpenAI, Anthropic, and other AI providers with streaming, error handling, and cost optimization.

not rated 45 18d ago A 54 tokens original Apache-2.0

mache-explorer

148

agentic-research/mache

Agent

Part of mache

Mount and explore structured data via mache FUSE filesystems. Use when: you need to survey, analyze, or answer questions about data exposed through mache schemas. Handles the full lifecycle: mount, explore, report, unmount. Example: 'Explore the NVD vulnerability database and summarize the top findings' or 'Mount the…

not rated 45 4d ago A 81 tokens original Apache-2.0

example-app

150

lazymac2x/agent-wiki

Agent

An example core for mobile and web apps that keeps records, statistics, and assistant answers based on one trusted data source.

not rated 43 +1 2mo ago A 59 tokens original MIT

prompt-caching

152

cubeplexai/cubepi

Agent

How CubePi maximises prompt cache hit rates — append-only message storage, automatic cache breakpoints, and how to avoid breaking the cache.

not rated 42 17d ago A 28 tokens original MIT

ai-framing

153

aws-samples/sample-kiro-cli-prompts-for-product-teams

Agent Claude Code ✓ vendor

Use for the AI Framing phase (AI/ML products ONLY) — ML problem framing, input/output schemas, evaluation metrics with thresholds, and data strategy. Dispatch after Deep Market Research is approved and before the PRFAQ, when the product involves ML models, predictions, generative AI, or automated decisions.

not rated 42 1mo ago A 66 tokens MIT-0

librarian

154

tdimino/claude-code-minoan

Agent

GitHub-focused research subagent. Searches, explores, and fetches files from remote GitHub repos using gh CLI. Caches files in /tmp/claude-librarian/ to avoid polluting the project. Use when you need to explore upstream repos, check framework source, or investigate dependencies without cloning. Preferred model: sonnet…

not rated 41 2d ago A 0 tokens original MIT

causal-detective

155

DeevsDeevs/agent-system

Agent

Alpha Squad - mechanisms and confounding lens. Orthogonalizes signals via Frisch-Waugh-Lovell, runs Double ML, designs placebo tests. Correlation is unobserved confounding until proven otherwise.

not rated 40 1mo ago A 48 tokens original Apache-2.0

CLAUDE

156

oimiragieo/agent-studio

Agent Claude Code

The agent system contains 119 specialized AI agents organized into 4 tiers. Each agent is a markdown file defining its role, tools, model preference, and behavioral instructions. Agents are spawned by the router via Task() — they never run independently.

not rated 40 1mo ago A 0 tokens

rp1-run/rp1

Agent

Part of rp1-base

Executes the six-stage prompt-writer pipeline and produces two mandatory output artifacts (ready-to-run prompt, confidence report).

not rated 38 28d ago A 30 tokens original Apache-2.0

connector-researcher

158

datahub-project/datahub-skills

Agent

Part of datahub-skills

Research source systems for DataHub connector development. Gathers documentation, finds similar connectors, identifies entity mappings, and assesses implementation complexity. Returns structured findings for planning phase. Context: User wants to build a new DataHub connector for a source system. user: "Research…

not rated 38 5d ago A 204 tokens original Apache-2.0

metadata-searcher

159

datahub-project/datahub-skills

Agent

Part of datahub-skills

Execute DataHub search, browse, and lineage operations, retrieve entity metadata, and return structured results. Used by the datahub-search and datahub-lineage skills to delegate catalog queries. Context: User wants to find all Snowflake datasets with PII tags. user: "Search DataHub for Snowflake datasets tagged with…

not rated 38 5d ago A 214 tokens original Apache-2.0

fedec65/bettercallclaude

Agent

Part of bettercallclaude

Transforms vague legal queries into structured prompts through Socratic dialogue, recommends optimal workflows, and guides system navigation with persistent cross-session learning.

not rated 38 changed today A 35 tokens AGPL-3.0

claude-on-foundry

161

Azure-Samples/claude

Agent

Deploy, verify, modify, debug, and tear down a Claude model deployment on Microsoft Foundry using the Azure-Samples/claude starter kit (Bicep or Terraform, single command: azd up). Drives the repo's own scripts and env-var contract over Microsoft Entra ID (no API keys).

not rated 36 10d ago B 63 tokens original MIT

zhouguoqing/QianYuan.AIAgenticFramework

Agent

Expert photography prompt engineer specializing in crafting detailed, evocative prompts for AI image generation. Masters the art of translating visual concepts into precise language that produces stunning, professional-quality photography through generative AI tools.

not rated 35 +1 18d ago A 47 tokens original Apache-2.0

cursor-runner

163

freema/cursor-plugin-cc

Agent

Hand off a well-specified coding task to the Cursor CLI (cursor-agent) via /cursor:delegate. Use for small-to-medium, well-scoped changes where speed matters (default model composer-2.5-fast). Do NOT use this agent for code review, design decisions, or large refactors — those stay with the main Claude conversation.

not rated 34 24d ago A 75 tokens original MIT

test-master

164

akaszubski/autonomous-dev

Agent

Part of autonomous-dev

Testing specialist using the Quality Diamond model — specification-driven tests from acceptance criteria down through contract tests, property-based invariants, and unit tests (invoked in --tdd-first mode).

not rated 34 today A 40 tokens

dbt-deployer

165

sfc-gh-dflippo/snowflake-dbt-demo

Agent Claude Code

Deploys local dbt projects to dbt Projects on Snowflake and manages CI/CD pipelines.

not rated 33 20d ago A 23 tokens original Apache-2.0

codebase-analyzer

166

desplega-ai/ai-toolbox

Agent

Part of desplega

Analyzes codebase implementation details. Call the codebase-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :).

not rated 33 14d ago A 44 tokens

foundation-models

167

Nagarjuna2997/ios-agent-skill

Agent Claude Code

Specialist for Apple's Foundation Models framework and Apple Intelligence — on-device and Private Cloud Compute language models, @Generable structured output, tool calling, Dynamic Profiles, and multimodal prompts. Use when building, reviewing, or debugging any on-device LLM feature. Enforces availability gating and…

not rated 32 +1 17d ago A 64 tokens original MIT

omni-modeler

168

exploreomni/omni-agent-skills

Agent

Part of omni-analytics

Omni Analytics data modeler — builds and refines the semantic model, writes YAML, and optimizes for Blobby AI. Use when the user wants to add fields, create views, set up joins, define topics, improve AI context, or migrate from dbt patterns.

not rated 34 changed today A 61 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: