cursor agents

1,692 tagged cursor, measured the same way as everything else here.

Browse within: github-copilot 103cursor-ai 98copilot 86clean-architecture 72claude-ai 60cursor-commands 60swarm-intelligence 60cursor-rules 57antigravity 56plugin 54opencode 49agent-memory 47ai-assisted-development 47ai-governance 43

MEMORY

74

griddynamics/rosetta

Agent

Generalized reusable lessons from agent sessions. Root causes converted into preventive rules, not incident-specific notes. Entries are h3 headers with [ACTIVE|RETIRED] status. Content: brief, grep-friendly, MECE across sections. Style: one-liner per entry, optional sub-bullets for context.

341 4d ago A 0 tokens original Apache-2.0

griddynamics/rosetta

Agent

Agent "init-workspace-flow-state" from griddynamics/rosetta, covering init workspace flow state, state, file inventory, phase progress and phase 2 shell files.

341 4d ago A 0 tokens original Apache-2.0

prompt-engineer

76

griddynamics/rosetta

Agent

Author and adapt prompts — discover, draft, deliver — under HITL approvals. Full subagent.

341 4d ago A 24 tokens original Apache-2.0

audit-deep

77

VasiHemanth/tokentelemetry

Agent Claude Code

Deep single-subsystem audit that reasons about state over time (caches, upserts, migrations, concurrent scans) rather than pattern-matching lines. Used by /bug-audit on the riskiest subsystems; runs on Opus for reasoning depth.

340 +5 yesterday A 56 tokens original MIT

audit-scanner

78

VasiHemanth/tokentelemetry

Agent Claude Code

Fast, wide sweep of one audit dimension across the codebase. Returns candidate findings with file:line evidence for the verifier to confirm. Used by /bug-audit; runs on Sonnet for breadth per token.

340 +5 yesterday A 47 tokens original MIT

audit-verifier

79

VasiHemanth/tokentelemetry

Agent Claude Code

Adversarially verifies one candidate finding from /bug-audit — tries to REFUTE it by reading the code and, where cheap, reproducing it with a throwaway script. Kills false positives before they reach the report. Runs on Opus.

340 +5 yesterday A 56 tokens original MIT

code-surgeon-agent

80

OpenRaiser/PaperFit

Agent

A source-code repair agent for LaTeX documents, the markup files commonly used to create academic PDFs. It applies planned, limited fixes and records what changed.

330 +5 2mo ago A 0 tokens original MIT

orchestrator-agent

81

OpenRaiser/PaperFit

Agent

A coordinator for PaperFit, a system that checks and repairs the visual layout of LaTeX research papers. It interprets the user's goal, directs the relevant checks and repairs, tracks progress, and handles failures.

330 +5 2mo ago A 0 tokens original MIT

rule-engine-agent

82

OpenRaiser/PaperFit

Agent

A text-based checker for LaTeX compiler log files. It finds definite errors and warnings reported while turning a paper's source into a PDF, but it does not judge the page's visual appearance.

330 +5 2mo ago A 0 tokens original MIT

nolan

83

myICOR/myPKA

Agent Claude Code

HR / Talent Acquisition. Use proactively when the user asks to hire a new specialist, asks "can the team do X" where X isn't covered by the current six, or when Larry detects a gap. Owns SOP-001 and the agent-index. Drafts AGENTS.md contracts AND .claude/agents/ .md shims for every hire.

289 +1 7d ago A 76 tokens

penn

84

myICOR/myPKA

Agent Claude Code

Journal Writer. Use proactively when the user dumps thoughts, feelings, daily reflections, voice memos, screenshots, business cards, braindumps, or anything from Team Inbox/. Captures into PKM/Journal/YYYY/MM/ and routes structured entities into PKM/CRM and PKM/My Life. Owns WS-001 (daily journaling).

289 +1 7d ago A 73 tokens

silas

85

myICOR/myPKA

Agent Claude Code

Database Architect. Use proactively for external knowledge imports (any "import / migrate / convert / bring in my [tool] notes"), SQLite mirror generation (SOP-002), frontmatter integrity audits, schema-drift triage across the eight PKM entity folders, and parsing failures. Owns WS-002.

289 +1 7d ago A 66 tokens

hive-builder

86

Green-PT/honey-for-devs

Agent

Honey hive subagent. Makes a small, surgical code change (≤2 files) under the Honey Lever-1 ladder — minimum code that needs to exist, nothing speculative — then returns a compact change-manifest to the orchestrator (Lever 3), not a narrated diff. Use when the orchestrator has a well-scoped edit and wants the result…

266 10d ago A 90 tokens original MIT

hive-reviewer

87

Green-PT/honey-for-devs

Agent

Honey hive subagent. Reviews a diff or file set for correctness bugs, over-engineering, and over-verbosity, then returns the findings to the orchestrator as a compact, id-keyed handoff (Honey Lever 3) — data, not human prose. Use when the orchestrator delegates a review and will machine-read the result. Read-only…

266 10d ago A 81 tokens original MIT

hive-scout

88

Green-PT/honey-for-devs

Agent

Honey hive subagent. Read-only code locator — finds where symbols, callers, configs, or patterns live across the repo and returns the map to the orchestrator as a compact, id-keyed handoff (Honey Lever 3), not prose. Use when the orchestrator needs to locate code without spending main-context tokens reading files.…

266 10d ago A 76 tokens original MIT

meta-artisan

89

KimYx0207/Meta_Kim

Agent

Match the right skills, tools, and capability packages for a MetaKim agent or workflow.

266 3d ago A 23 tokens original Apache-2.0

meta-scout

90

KimYx0207/Meta_Kim

Agent

Discover external tools and skills to close MetaKim capability gaps.

266 3d ago A 17 tokens original Apache-2.0

meta-sentinel

91

KimYx0207/Meta_Kim

Agent

Design security boundaries, hooks, permissions, and rollback rules for MetaKim agents.

266 3d ago A 21 tokens original Apache-2.0

AGENTS

92

AkaraChen/aghub

Agent

Crate: aghub-agents — Agent descriptors, models, and format serializers\ Role in monorepo: The single source of truth for all agent-specific behavior. aghub-core re-exports this crate's public API.

264 2d ago A 0 tokens original MIT

shep-ai/shep

Agent Claude Code

Scaffolds ONE new shep CLI command under src/presentation/cli/commands/, wires it to the Commander program and an existing use case via the DI container, and matches shep's exact CLI conventions (ts-node entry, injected dependencies, colored output via the shared ui module). Use when a use case already exists and the…

247 5d ago A 94 tokens original MIT

shep-port-extractor

96

shep-ai/shep

Agent Claude Code

Fixes the 'application layer imports from infrastructure' violation. Given ONE concrete infrastructure symbol (class, function, or constant) and the list of application-layer files that import it, creates a port interface in application/ports/output/, moves (or keeps) the concrete behind it in infrastructure/, rewires…

247 5d ago A 89 tokens original MIT