Armory
Source

Browse

Search and filter by type across the catalog

930 results in Observability, Hooks, Identity, Sub-Agents · page 24 of 39

HooksPreview

notification

Run on Claude Code notification events to surface alerts (e.g. text-to-speech, desktop toast).

UnrankedNo signals yet
Harnessclaude
hookdisler
Details
HooksPreview

notify-before-bash

Show notification before any Bash command execution for security awareness. This hook displays a simple echo message '🔔 About to run bash command...' before Claude executes any bash command, giving you visibility into when system commands are about to run. Useful for monitoring and auditing command execution.

UnrankedNo signals yet
Harnessclaude
pre-toolhooks
Details
Sub-AgentsPreview

observability-monitoring-database-optimizer

Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures. Masters advanced indexing, N+1 resolution, multi-tier caching, partitioning strategies, and cloud database optimization. Handles complex query analysis, migration strategies, and performance monitoring. Use PROACTIVELY for database optimization, performance issues, or scalability challenges.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Sub-AgentsPreview

observability-monitoring-network-engineer

Expert network engineer specializing in modern cloud networking, security architectures, and performance optimization. Masters multi-cloud connectivity, service mesh, zero-trust networking, SSL/TLS, global load balancing, and advanced troubleshooting. Handles CDN optimization, network automation, and compliance. Use PROACTIVELY for network design, connectivity issues, or performance optimization.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Sub-AgentsPreview

observability-monitoring-observability-engineer

Build production-ready monitoring, logging, and tracing systems. Implements comprehensive observability strategies, SLI/SLO management, and incident response workflows. Use PROACTIVELY for monitoring infrastructure, performance optimization, or production reliability.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Sub-AgentsPreview

observability-monitoring-performance-engineer

Expert performance engineer specializing in modern observability, application optimization, and scalable system performance. Masters OpenTelemetry, distributed tracing, load testing, multi-tier caching, Core Web Vitals, and performance monitoring. Handles end-to-end optimization, real user monitoring, and scalability patterns. Use PROACTIVELY for performance optimization, observability, or scalability challenges.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Sub-AgentsPreview

ocr-grammar-fixer

OCR text correction specialist. Use PROACTIVELY for cleaning up and correcting OCR-processed text, fixing character recognition errors, and ensuring proper grammar while maintaining original meaning.

UnrankedNo signals yet
Harnessclaude
ocr-extraction-teamsubagents
Details
Sub-AgentsPreview

ocr-preprocessing-optimizer

OCR preprocessing and image optimization specialist. Use PROACTIVELY for image enhancement, noise reduction, skew correction, and optimizing image quality for maximum OCR accuracy.

UnrankedNo signals yet
Harnessclaude
ocr-extraction-teamsubagents
Details
Sub-AgentsPreview

ocr-quality-assurance

OCR pipeline validation specialist. Use PROACTIVELY for final review and validation of OCR-corrected text against original sources, ensuring accuracy and completeness in the correction pipeline.

UnrankedNo signals yet
Harnessclaude
ocr-extraction-teamsubagents
Details
Sub-AgentsPreview

octopus-deploy-release-notes-mcp

Generate release notes for a release in Octopus Deploy. The tools for this MCP server provide access to the Octopus Deploy APIs.

UnrankedNo signals yet
Harnessclaude
api-graphqlsubagents
Details
Sub-AgentsPreview

opensource-forker

Fork any project for open-sourcing. Copies files, strips secrets and credentials (20+ patterns), replaces internal references with placeholders, generates .env.example, and cleans git history. First stage of the opensource-pipeline skill.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
Sub-AgentsPreview

opensource-packager

Generate complete open-source packaging for a sanitized project. Produces CLAUDE.md, setup.sh, README.md, LICENSE, CONTRIBUTING.md, and GitHub issue templates. Makes any repo immediately usable with Claude Code. Third stage of the opensource-pipeline skill.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
Sub-AgentsPreview

opensource-sanitizer

Verify an open-source fork is fully sanitized before release. Scans for leaked secrets, PII, internal references, and dangerous files using 20+ regex patterns. Generates a PASS/FAIL/PASS-WITH-WARNINGS report. Second stage of the opensource-pipeline skill. Use PROACTIVELY before any public release.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
Sub-AgentsPreview

orchestrate

Product Orchestrator agent. Reads the active story file, asks clarifying product questions one at a time, confirms task type (FRONTEND/BACKEND), and produces a complete unambiguous spec in orchestrator-output.md.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Sub-AgentsPreview

pagerduty-incident-responder

Responds to PagerDuty incidents by analyzing incident context, identifying recent code changes, and suggesting fixes via GitHub PRs.

UnrankedNo signals yet
Harnessclaude
development-toolssubagents
Details
Sub-AgentsPreview

payment-integration

Use this agent when implementing payment systems, integrating payment gateways, or handling financial transactions that require PCI compliance, fraud prevention, and secure transaction processing.

UnrankedNo signals yet
Harnessclaude
specialized-domainssubagent
Details
Sub-AgentsPreview

payment-integration-2

Use this agent when implementing payment systems, integrating payment gateways, or handling financial transactions that require PCI compliance, fraud prevention, and secure transaction processing. Specifically:\\n\\n<example>\\nContext: An e-commerce platform needs to integrate a payment gateway to accept credit cards, manage subscriptions, and handle refunds with PCI compliance.\\nuser: \"We need to integrate Stripe for payments. We have subscription tiers, need to handle refunds, and must be PCI compliant. What's the best approach?\"\\nassistant: \"I'll design a complete payment integration. First, let me query the context manager for your business model and transaction volumes. Then I'll implement tokenization to avoid storing card data, set up webhook handlers for subscription events, implement proper error handling with retries, and ensure PCI DSS compliance through secure token vaults. I'll include comprehensive testing and audit logging.\"\\n<commentary>\\nInvoke payment-integration when building a complete payment system from scratch that requires gateway integration, compliance, and secure transaction flows. This agent handles architecture, security, and all payment-specific concerns.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: A SaaS platform has an existing payment system but needs to add multi-currency support, handle currency conversion, and optimize fees across different payment methods.\\nuser: \"Our payment system only works in USD. We want to expand globally with multi-currency support and optimized routing to minimize payment processing fees.\"\\nassistant: \"I'll implement multi-currency support with exchange rate management, set up intelligent gateway routing to optimize fees per currency, implement proper settlement currency handling, and add currency conversion with fraud checks. I'll configure compliance rules for different regions and set up reporting to track currency-specific metrics.\"\\n<commentary>\\nUse payment-integration when enhancing existing payment systems with new features like multi-currency support, alternative payment methods, or optimization for cost and reliability.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: A payments team discovered fraudulent transactions and wants to strengthen fraud detection without blocking legitimate transactions.\\nuser: \"We're seeing a spike in chargebacks from our payment processing. How do we implement better fraud detection?\"\\nassistant: \"I'll implement layered fraud prevention: velocity checks to detect unusual patterns, address verification (AVV) for card validation, 3D Secure for authentication, and machine learning risk scoring. I'll configure dunning management for failed payments and set up manual review workflows for high-risk transactions. I'll balance security with conversion by tuning detection thresholds.\"\\n<commentary>\\nInvoke payment-integration when you need to add or improve fraud prevention, handle disputes and chargebacks, or strengthen transaction security without negatively impacting legitimate customers.\\n</commentary>\\n</example>

UnrankedNo signals yet
Harnessclaude
financesubagents
Details
Sub-AgentsPreview

penetration-tester

Use this agent when you need to conduct authorized security penetration tests to identify real vulnerabilities through active exploitation and validation. Use penetration-tester for offensive security testing, vulnerability exploitation, and hands-on risk demonstration.

UnrankedNo signals yet
Harnessclaude
quality-securitysubagent
Details
HooksPreview

performance-budget-guard

Monitor bundle size and Core Web Vitals metrics during development, blocking deployments that exceed performance budgets with detailed reports. Automatically analyzes Next.js build output, checks bundle sizes against predefined budgets, and provides optimization recommendations. Hook triggers on PostToolUse for build-related operations and file changes that could affect performance.

UnrankedNo signals yet
Harnessclaude
performancehooks
Details
Sub-AgentsPreview

performance-engineer

Use this agent when you need to identify and eliminate performance bottlenecks in applications, databases, or infrastructure systems, and when baseline performance metrics need improvement.

UnrankedNo signals yet
Harnessclaude
quality-securitysubagent
Details
Sub-AgentsPreview

performance-engineer-2

Profile applications, optimize bottlenecks, and implement caching strategies. Handles load testing, CDN setup, and query optimization. Use PROACTIVELY for performance issues or optimization tasks.

UnrankedNo signals yet
Harnessclaude
performance-testingsubagents
Details
Sub-AgentsPreview

performance-monitor

Use when establishing observability infrastructure to track system metrics, detect performance anomalies, and optimize resource usage across multi-agent environments.

UnrankedNo signals yet
Harnessclaude
meta-orchestrationsubagent
Details
HooksPreview

performance-monitor-2

Monitor system performance during Claude Code operations. Tracks CPU, memory usage, and execution time for performance optimization.

UnrankedNo signals yet
Harnessclaude
performancehooks
Details
Sub-AgentsPreview

performance-optimizer

Performance analysis and optimization specialist. Use PROACTIVELY for identifying bottlenecks, optimizing slow code, reducing bundle sizes, and improving runtime performance. Profiling, memory leaks, render optimization, and algorithmic improvements.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
Browse · Armory