Skip to main content
Showing 30 of 83 resources in agents
Saved
Active
Agents. Autonomous and semi-autonomous agents
agentsReview firstSource-backedReview firstClaude Code

Agent SDK Production Architect Agent

by JPette1783

Source-backed agent that reviews and designs production Claude Agent SDK deployments, covering surface choice, tool and permission design, context and cost controls, session persistence, observability, and secure hosting, grounded in the official Agent SDK docs.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Agent Skills Enterprise Librarian Agent

by JPette1783

Source-backed agent that curates an organization's Agent Skills library, reviewing SKILL.md quality, descriptions and triggers, scope and precedence, tool restrictions, and invocation control so skills are discoverable and safe, grounded in the official Claude Code skills docs.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Agent View Fleet Operator Agent

by JPette1783

Source-backed agent that operates a fleet of Claude Code background sessions through agent view, triaging which sessions need input, which are working, and which are done, and deciding what to dispatch, answer, or stop, grounded in the official Claude Code agent view docs.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

AI Workflow Privacy Compliance Review Agent

by MkDev11

Source-backed agent for reviewing AI workflow submissions before publication with data-flow mapping, privacy metadata, governance evidence, MCP/tool authority checks, retention disclosure, and compliance escalation gates.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Atlas Migration Safety Review Agent

by MkDev11

Source-backed agent for reviewing Atlas database schema migrations with migration lint, analyzers, drift detection, CI/CD evidence, dev-database simulation, rollout risk, rollback planning, and production safety gates.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Buf Protobuf API Review Agent

by MkDev11

Source-backed agent for reviewing typed Protobuf and gRPC API contract changes with Buf breaking-change evidence, lint results, buf.yaml policy, BSR schema checks, generated-code impact, consumer compatibility, and rollout decisions.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Changesets Release Cutover Agent

by MkDev11

Source-backed agent for managing Changesets release cutovers, version PRs, changelog evidence, package bump decisions, pre-release mode, publish gates, and npm registry safety.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Claude Code Auto Mode Policy Auditor Agent

by JPette1783

Source-backed agent that audits Claude Code auto mode configuration, reviewing the trusted environment list, allow, soft_deny, and hard_deny rules, the $defaults handling, and settings scope so the classifier blocks the right actions, grounded in the official auto mode docs.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Claude Code Enterprise Rollout Agent

by JPette1783

Source-backed agent that plans and reviews an enterprise Claude Code rollout, covering server-managed settings, permission deny lists, managed MCP policy, fail-closed startup, hooks for audit, and what users cannot override, grounded in the official docs.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Claude Code Routine Designer Agent

by JPette1783

Source-backed agent that designs safe recurring Claude Code routines, turning a repeated task into a well-scoped, idempotent skill-driven workflow with clear triggers, permissions, and reporting, grounded in the official Claude Code skills docs.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Claude Code Worktree Coordinator Agent

by JPette1783

Source-backed agent that coordinates parallel Claude Code sessions across git worktrees, planning isolation, base-branch choice, gitignored-file copying, subagent worktrees, and cleanup so parallel edits do not collide, grounded in the official Claude Code worktrees docs.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Claude Plugin Marketplace Reviewer Agent

by JPette1783

Source-backed agent that reviews a Claude Code plugin or marketplace before a team installs it, checking source trust, bundled components, context cost, what the plugin will install, version pinning, and managed-scope controls, grounded in the official discover-plugins docs.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Codecov Patch Coverage Planning Agent

by MkDev11

Source-backed agent for turning Codecov patch coverage, project coverage, flags, components, carryforward behavior, PR comments, and changed-file context into targeted regression test plans.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Dependency Update Triage Agent

by MkDev11

Source-backed agent for triaging dependency update pull requests with SemVer risk, Dependabot context, GitHub dependency review, OSV advisories, OpenSSF Scorecard signals, lockfile changes, test evidence, and privacy-safe notes.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

GitHub Community Issue Triage Agent

by MkDev11

Source-backed agent for cleaning up open-source GitHub issue queues with reproducibility checks, labels, issue types, milestones, assignees, project views, duplicate links, and maintainer-safe response drafts.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Inspect AI Benchmark Rubric Agent

by MkDev11

Source-backed agent for designing Inspect AI benchmark tasks, datasets, solver plans, scorer rubrics, model matrices, eval logs, and release-quality prompt evaluation decisions.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Jupytext Reproducible Notebook Agent

by MkDev11

Source-backed agent for reviewing local-first Jupyter notebook workflows that use Jupytext text notebooks, paired notebooks, command-line sync, and version-control friendly reproducibility checks.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Live Incident Debugging Triage Agent

by MkDev11

Source-backed agent for live production incident debugging with impact framing, timeline reconstruction, alert/log/trace evidence, rollback options, escalation boundaries, and privacy-safe incident notes.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

MCP Authorization Boundary Review Agent

by JSONbored

Source-backed specialist agent for reviewing remote MCP authorization boundaries, protected resource metadata, resource indicators, token audience validation, token passthrough risk, and least-privilege scopes.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

MCP Server Threat Modeling Agent

by JPette1783

Source-backed agent that threat-models an MCP server before it is connected to Claude Code, covering trust verification, tool authority and side effects, prompt injection via tool output, network and credential exposure, and least-privilege mitigations, grounded in the official security docs.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

MCP Tool Result Budget Review Agent

by JPette1783

Source-backed Claude Code subagent that reviews MCP tool result sizes against output token budgets, flagging tools that exceed the warning and default limits and recommending pagination, filtering, MAX_MCP_OUTPUT_TOKENS tuning, and per-tool size annotations.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

NanoClaw Container Isolation Review Agent

by JPette1783

Source-backed agent that reviews the container isolation posture of a NanoClaw deployment, checking filesystem mounts, per-agent scoping, credential vault routing, messaging channel permissions, and scheduled tasks before agents run with real access.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Open Source PR Security Review Agent

by MkDev11

Source-backed agent for security review of open-source pull requests, including untrusted fork boundaries, GitHub Actions permissions, secret and code scanning, dependency review, provenance signals, and maintainer-owned merge recommendations.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Plugin Dependency Compatibility Agent

by JPette1783

Source-backed agent that reviews Claude Code plugins for dependency and compatibility issues, checking the plugin.json manifest, bundled components, external binaries like LSP servers, versioning, and namespace conflicts, grounded in the official Claude Code plugin docs.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Prompt Cache Optimization Agent

by JPette1783

Source-backed agent that reduces token cost and latency in Claude Code by improving prompt-cache hit rates, advising on stable context ordering, lean CLAUDE.md, on-demand skills, and MCP tool-search, grounded in the official docs.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Rendered Frontend Visual QA Agent

by MkDev11

Source-backed agent for reviewing rendered frontend changes with screenshots, visual comparison evidence, viewport layout checks, keyboard/focus paths, accessibility scans, CLS risk, and privacy-safe QA artifacts.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Sandbox Boundary Review Agent

by JPette1783

Source-backed agent that reviews Claude Code's sandboxed Bash configuration for safe boundaries, checking filesystem allow/deny paths, network allowlists, unsandboxed escape hatches, excluded commands, and credential read scope, grounded in the official Claude Code sandboxing docs.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Vale Documentation Maintenance Agent

by MkDev11

Source-backed agent for maintaining docs-as-code repositories with Vale prose linting, style rules, vocabulary checks, stale example review, broken source evidence, and contributor-safe documentation updates.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Angular Repository Contributor Agent for Claude

by Angular

Source-backed Claude agent prompt for contributing to the official angular/angular repository using its AGENTS.md guidance for pnpm, Bazel test targets, coding standards, commit guidelines, zoneless tests, async stability, and PR handling.

Safety Privacy
agentsReview firstSource-backedReview firstClaude Code

Ansible Repository Contributor Agent for Claude

by Ansible

Source-backed Claude agent prompt for contributing to the official ansible/ansible repository using its AGENTS.md guidance for licensing, ansible-test workflows, Docker container selection, changelog fragments, CI triage, module documentation, and devel-branch PRs.

Safety Privacy