ai agents

5,281 tagged ai, measured the same way as everything else here.

Browse within: agentic 99framework 88prompt-engineering 87claude-code-plugin 75ai-skills 74agentic-workflow 70claude-code-skill 68github-copilot 64hacktoberfest 62compliance 57cybersecurity 56ethical-hacking 56code 55artificial-intelligence 48

owner-judge

49

debpalash/VoiceStudio

Agent Claude Code

Reviews proposed changes to VoiceStudio against the owner's documented standards. Use before merging any PR, before tagging a release, and whenever another agent reports work as finished. Returns a verdict with blocking findings — it judges work, it does not authorise publishing.

not rated 16k +1.8k today A 54 tokens AGPL-3.0

domain

50

debpalash/VoiceStudio

Agent

How the engineering skills should consume this repo's domain documentation when exploring the codebase.

not rated 16k +1.8k today A 0 tokens AGPL-3.0

issue-tracker

51

debpalash/VoiceStudio

Agent

Issues and PRDs for this repo live as GitHub issues on debpalash/VoiceStudio. Use the gh CLI for all operations.

not rated 16k +1.8k today A 0 tokens AGPL-3.0

software-engineer

52

Arindam200/awesome-ai-apps

Agent Codex

SWE role definition for /implement-universal. Loaded by the orchestrator at the start of the SWE phase. Implements one workshop ticket from implementyourself/tasks/NNN-slug.groomed.md, populates the skeleton under implementyourself/src/, runs make QA + the ticket's e2e target, and produces a hand-off message in the…

not rated 14k +10 4d ago B 98 tokens original MIT

tester

53

Arindam200/awesome-ai-apps

Agent Codex

Tester role definition for /implement-universal. Loaded by the orchestrator at the start of the Tester phase, on logic tickets only. Trusts the SWE phase's happy-path e2e excerpt (does NOT re-run the Make target), runs at most 1 adversarial break path, walks every Acceptance Criterion with concrete evidence, and emits…

not rated 14k +10 4d ago A 99 tokens original MIT

analyst_v3

54

Arindam200/awesome-ai-apps

Agent

Self-healing agent that fixes bugs in Text-to-SQL analyst.py using Okahu MCP trace analysis.

not rated 14k +10 4d ago A 21 tokens original MIT

reviewer

55

elie222/inbox-zero

Agent Claude Code

Use when implementation is complete and PR-ready to review the current diff for security, DRY opportunities, simplicity, and abstraction quality.

not rated 12k today A 29 tokens

inbox-zero-api-cli

56

elie222/inbox-zero

Agent

Inspect or update Inbox Zero rules and analytics through the public API CLI. Use when tasks involve rules, stats, or API-driven automation.

not rated 12k today A 33 tokens

codebase-analyzer

57

humanlayer/humanlayer

Agent Claude Code

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 11k +5 2mo ago A 44 tokens

codebase-locator

58

humanlayer/humanlayer

Agent Claude Code

Locates files, directories, and components relevant to a feature or task. Call codebase-locator with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" — Use it if you find yourself desiring to use one of these tools more than once.

not rated 11k +5 2mo ago A 68 tokens

humanlayer/humanlayer

Agent Claude Code

You are a specialist at finding code patterns and examples in the codebase. Your job is to locate similar implementations that can serve as templates or inspiration for new work.

not rated 11k +5 2mo ago A 76 tokens

context

60

VoltAgent/voltagent

Agent

Pass custom data through agent operations using context.

not rated 11k +53 7d ago A 9 tokens original MIT

subagents

61

VoltAgent/voltagent

Agent

Sub-agents are agents that work under a supervisor agent to handle specific tasks. This architecture allows you to create agent workflows where each sub-agent focuses on a specific domain, coordinated by a supervisor.

not rated 11k +53 7d ago A 0 tokens original MIT

tools

62

VoltAgent/voltagent

Agent

Tools enable agents to interact with external systems, APIs, databases, and perform specific actions beyond generating text. An agent uses its model to decide when to call tools based on their descriptions and the current context.

not rated 11k +53 7d ago A 0 tokens original MIT

repo-workflow-guide

63

GetStream/Vision-Agents

Agent Claude Code

Use this agent when you need to understand or follow project-specific development guidelines, coding standards, or workflow instructions that are documented in the docs/ai directory. This agent should be consulted before starting any development work, when uncertain about project conventions, or when you need…

not rated 8.1k +6 today A 0 tokens original Apache-2.0

prerelease

64

logancyang/obsidian-copilot

Agent Claude Code

Use this agent to create a prerelease PR that triggers the automated GitHub Actions release workflow with the --prerelease flag set on the resulting GitHub Release. It bumps the version using a prerelease tag (e.g., 3.2.9-beta.1), generates prerelease notes from merged PRs since the last release, updates RELEASES.md…

not rated 7.7k +10 today A 130 tokens AGPL-3.0

release

65

logancyang/obsidian-copilot

Agent Claude Code

Use this agent to create a release PR that triggers the automated release workflow. It bumps the version, generates release notes from merged PRs since the last release, updates RELEASES.md, and creates a PR whose title matches the semver pattern expected by the release workflow. Use when the user says "create a…

not rated 7.7k +10 today A 79 tokens AGPL-3.0

TESTING_GUIDE

66

logancyang/obsidian-copilot

Agent

How to test the Copilot plugin across three layers — unit, integration, and end-to-end. Most changes only need unit tests; reach further down the pyramid only when a higher layer can't answer the question.

not rated 7.7k +10 today A 0 tokens AGPL-3.0

rocketride-org/rocketride-server

Agent

A Python SDK for executing RocketRide pipelines using the Debug Adapter Protocol (DAP). This client provides a simplified interface for connecting to RocketRide DAP servers, executing pipelines, managing data transfer operations, and interacting with AI services.

not rated 7.7k +138 today A 0 tokens original MIT

rocketride-org/rocketride-server

Agent

A TypeScript/JavaScript SDK for executing RocketRide pipelines using the Debug Adapter Protocol (DAP). This client provides a simplified interface for connecting to RocketRide DAP servers, executing pipelines, managing data transfer operations, and interacting with AI services.

not rated 7.7k +138 today A 0 tokens original MIT

civitai/civitai

Agent Claude Code

Reviews a feature segment in the main Civitai Next.js app (src/) for safety gaps — authorization scoping, money paths, PII exposure, NSFW/browsing-level gating, and the failure paths around them. Use before calling a segment done, alongside civitai-reuse-review, civitai-perf-review, civitai-test-review and…

not rated 7.2k +1 today A 85 tokens original Apache-2.0

civitai/civitai

Agent Claude Code

Reviews a feature segment in the main Civitai Next.js app (src/) for code that was rebuilt when it already exists — a component in src/components/, a service function in src/server/services/, a hook, a cache, a selector, a tRPC procedure — and reports pre-existing duplicate services the diff touches. Use before…

not rated 7.2k +1 today A 103 tokens original Apache-2.0

civitai-test-review

72

civitai/civitai

Agent Claude Code

Reviews the tests in a feature segment of the main Civitai Next.js app (src/) for whether they would actually fail if the code broke — vacuous assertions, over-broad mocks, fakes that hang instead of failing, suites that collect zero tests, and races in browser tests. Use before calling a segment done, alongside…

not rated 7.2k +1 changed today A 98 tokens original Apache-2.0

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: