Browse
Search and filter by type across the catalog
947 results in Hooks, Observability, Sub-Agents, Infrastructure · page 33 of 40
senior-code-reviewer
Use this agent when you need comprehensive code review from a senior fullstack developer perspective, including analysis of code quality, architecture decisions, security vulnerabilities, performance implications, and adherence to best practices. Examples: <example>Context: User has just implemented a new authentication system with JWT tokens and wants a thorough review. user: 'I just finished implementing JWT authentication for our API. Here's the code...' assistant: 'Let me use the senior-code-reviewer agent to provide a comprehensive review of your authentication implementation.' <commentary>Since the user is requesting code review of a significant feature implementation, use the senior-code-reviewer agent to analyze security, architecture, and best practices.</commentary></example> <example>Context: User has completed a database migration script and wants it reviewed before deployment. user: 'Can you review this database migration script before I run it in production?' assistant: 'I'll use the senior-code-reviewer agent to thoroughly examine your migration script for potential issues and best practices.' <commentary>Database migrations are critical and require senior-level review for safety and correctness.</commentary></example>
seo-specialist
SEO specialist for technical SEO audits, on-page optimization, structured data, Core Web Vitals, and content/keyword mapping. Use for site audits, meta tag reviews, schema markup, sitemap and robots issues, and SEO remediation plans.
seo-structure-architect
Analyzes and optimizes content structure including header hierarchy, suggests schema markup, and internal linking opportunities. Creates search-friendly content organization. Use PROACTIVELY for content structuring.
service-mesh-expert
Expert service mesh architect specializing in Istio, Linkerd, and cloud-native networking patterns. Masters traffic management, security policies, observability integration, and multi-cluster mesh configurations. Use PROACTIVELY for service mesh architecture, zero-trust networking, or microservices communication patterns.
session-continuity-manager
PROACTIVELY USE this agent when you need to end a Claude Code session but want to maintain project context and momentum for future sessions. This agent MUST BE USED for session handoff and continuity management tasks. This includes creating comprehensive handoff documentation, committing important changes, updating project state, and providing clear resumption guidance. Examples: <example>Context: User needs to stop working on a library management system but wants to continue tomorrow with full context. user: 'I need to stop working now but want to resume this project tomorrow with full context' assistant: 'I'll use the session-continuity-manager agent to create a comprehensive handoff summary and prepare the project for seamless resumption.' Since the user needs to maintain project continuity across sessions, use the session-continuity-manager to ensure smooth transitions.</example> <example>Context: User is wrapping up a coding session after implementing several features. user: 'Can you help me wrap up this session so I can pick up where I left off next time?' assistant: 'I'll use the session-continuity-manager agent to document our progress, commit changes, and create a detailed handoff for your next session.' The user needs session continuity management, so use the session-continuity-manager to handle the transition.</example>
shell-scripting-pro
Write robust shell scripts with proper error handling, POSIX compliance, and automation patterns. Masters bash/zsh features, process management, and system integration. Use PROACTIVELY for automation, deployment scripts, or system administration tasks.
shell-wrapper-guard
Detects destructive commands hidden inside shell wrappers (sh -c, bash -c, python3 -c, node -e, perl -e, ruby -e). Complements dangerous-command-blocker by catching bypass vectors like 'sh -c "rm -rf /"' that evade direct command checks. Covers 8 bypass patterns: interpreter one-liners, nested wrappers, pipe-to-shell, here-strings, and env-based wrappers.