Skip to main content
Showing 30 of 588 resources
Saved
Active
commandsReview firstSource-backedReview firstClaude Code

/mcp-auth-audit - MCP Authorization Audit Command

by JSONbored

Slash command for auditing a remote MCP server authorization setup, including protected resource metadata, authorization server discovery, OAuth resource indicators, token audience validation, scopes, and token passthrough risk.

Invocation:/mcp-auth-audit <server-url>
Safety Privacy
guidesReview firstSource-backedReview firstClaude Code

Adding Plugin Install Hints to Developer CLIs

by JPette1783

A practical walkthrough of emitting the claude-code-hint marker from your CLI so Claude Code prompts users to install your official plugin: the hint format, gating on CLAUDECODE, where to emit it, and the official-marketplace requirement.

Safety Privacy
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
guidesReview firstSource-backedReview firstClaude Code

Agent Skills in Claude Agent SDK Applications

by JPette1783

A practical walkthrough of using Agent Skills in the Claude Agent SDK: how skills are discovered from the filesystem via settingSources, the skills option to enable or filter them, tool access, and troubleshooting discovery.

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
mcpReview firstSource-backedReview firstClaude CodeClaude Desktop

Algolia MCP Server for Claude

by Algolia

Connect Claude to Algolia-managed MCP servers for curated public search and recommendation access or internal, user-scoped search and analytics workflows.

Safety Privacy
mcpReview firstSource-backedReview firstClaude CodeClaude Desktop

Amplitude MCP Server for Claude

by Amplitude

Official remote MCP server for querying and creating Amplitude analytics, dashboards, experiments, cohorts, session replay insights, and product data from Claude and other MCP clients.

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
mcpReview firstSource-backedReview firstClaude CodeClaude Desktop

Auth0 MCP Server for Claude

by Auth0

Connect Claude to Auth0's official local MCP server for tenant administration, application setup, Actions, logs, forms, and scoped Management API workflows.

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
guidesReview firstSource-backedReview firstClaude Code

Building a Claude Code Plugin Marketplace

by JPette1783

A practical walkthrough of creating and distributing a Claude Code plugin marketplace: the marketplace.json catalog, hosting on a git repository, adding it with /plugin marketplace add, private repositories, and how users install and update plugins.

Safety Privacy
guidesReview firstSource-backedReview firstClaude Code

Building In-Process MCP Tools with the Claude Agent SDK

by JPette1783

A practical walkthrough of defining in-process custom tools for the Claude Agent SDK with createSdkMcpServer and the tool helper, wiring them into query via mcpServers, allowing them, error handling, and returning images or structured data.

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
guidesReview firstSource-backedReview firstClaude Code

Channels and Webhooks into Running Claude Code Sessions

by JPette1783

A practical walkthrough of Claude Code channels: how an MCP-server channel pushes messages, alerts, and webhooks into a running session, how to install and enable Telegram, Discord, or iMessage, sender allowlists, and enterprise controls.

Safety Privacy
guidesReview firstSource-backedReview firstClaude Code

Checkpointing Claude Code Changes Before Risky Refactors

by JPette1783

A practical walkthrough of Claude Code checkpointing: how automatic checkpoints capture code before each edit, how to rewind and summarize with /rewind, the difference between restore and summarize, and the limitations you must know before a risky refactor.

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
guidesReview firstSource-backedReview firstClaude Code

Claude Code Output Styles Without Losing Coding Instructions

by JSONbored

A practical Claude Code guide for using output styles, keeping software engineering behavior intact, choosing the right settings scope, and avoiding durable-instruction drift.

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
guidesReview firstSource-backedReview firstClaude Code

Claude Code Subagent MCP Scope Guide

by JSONbored

Source-backed guide for scoping MCP servers, tools, permissions, hooks, and memory when building Claude Code subagents for focused review, research, and implementation workflows.

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
guidesReview firstSource-backedReview firstClaude Code

CLAUDE.md Hierarchy for Monorepos and Nested Packages

by JPette1783

A practical walkthrough of structuring CLAUDE.md across a monorepo: how files load up the directory tree and on demand in subdirectories, path-scoped rules, imports, excluding other teams' files, and keeping per-package context lean.

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
guidesReview firstSource-backedReview firstClaude Code

Cost Tracking for Claude Agent SDK Applications

by JPette1783

A practical walkthrough of tracking token usage and cost in the Claude Agent SDK: the result message total_cost_usd estimate, per-step and per-model usage, deduplicating parallel tool calls, accumulating across calls, and cache tokens.

Safety Privacy
toolsReview firstSource-backedReview firstCLI

Crush

by Charm

Terminal-based agentic AI coding assistant from Charm that works with many LLM providers, uses LSP and MCP for context, manages per-project sessions, and asks permission before running tools by default.

Safety Privacy
toolsReview firstSource-backedReview firstCLI

Daytona

by Daytona

Open-source infrastructure for securely running AI-generated code in isolated sandboxes that start in milliseconds, with SDKs for Python, TypeScript, and other languages, persistent snapshots, and an optional managed cloud.

Safety Privacy
mcpReview firstSource-backedReview firstClaude CodeClaude Desktop

dbt MCP Server

by dbt Labs

Official dbt Labs MCP server that gives AI agents context from dbt Core, dbt Fusion, dbt Platform, project metadata, SQL tools, lineage, Admin API, and dbt documentation search.

Safety Privacy