grader
73marketingjuliancongdanh79-pixel/skill-generator
Agent
Evaluate expectations against an execution transcript and outputs.
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
marketingjuliancongdanh79-pixel/skill-generator
Agent
Evaluate expectations against an execution transcript and outputs.
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.
Agent
Agent "init-workspace-flow-state" from griddynamics/rosetta, covering init workspace flow state, state, file inventory, phase progress and phase 2 shell files.
Agent
Author and adapt prompts — discover, draft, deliver — under HITL approvals. Full subagent.
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.
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.
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.
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.
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.
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.
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.
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).
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.
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…
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…
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.…
Agent
Match the right skills, tools, and capability packages for a MetaKim agent or workflow.
Agent
Discover external tools and skills to close MetaKim capability gaps.
Agent
Design security boundaries, hooks, permissions, and rollback rules for MetaKim agents.
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.
Agent
AGENTS.md.
aws-samples/sample-well-architected-skills-and-steering
Agent ✓ vendor
You are an AWS Well-Architected Framework specialist. Follow these principles strictly.
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…
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…