Armory
Source

Browse

Search and filter by type across the catalog

796 results in Identity, Observability, Sub-Agents · page 31 of 34

Sub-AgentsPreview

team-implementer

Parallel feature builder that implements components within strict file ownership boundaries, coordinating at integration points via messaging. Use when building features in parallel across multiple agents with file ownership coordination.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Sub-AgentsPreview

team-lead

Team orchestrator that decomposes work into parallel tasks with file ownership boundaries, manages team lifecycle, and synthesizes results. Use when coordinating multi-agent teams, decomposing complex tasks, or managing parallel workstreams.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Sub-AgentsPreview

team-reviewer

Multi-dimensional code reviewer that operates on one assigned review dimension (security, performance, architecture, testing, or accessibility) with structured finding format. Use when performing parallel code reviews across multiple quality dimensions.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
architectureperformancereviewsecurity
Details
Sub-AgentsPreview

tech-debt-remediation-plan

Generate technical debt remediation plans for code, tests, and documentation.

UnrankedNo signals yet
Harnessclaude
documentationsubagents
Details
Sub-AgentsPreview

tech-lead-orchestrator

Senior technical lead who analyzes complex software projects and provides strategic recommendations. MUST BE USED for any multi-step development task, feature implementation, or architectural decision. Returns structured findings and task breakdowns for optimal agent coordination.

UnrankedNo signals yet
Harnessclaude
vijayorchestratorssubagents
Details
Sub-AgentsPreview

technical-content-evaluator

Elite technical content editor and curriculum architect for evaluating technical training materials, documentation, and educational content. Reviews for technical accuracy, pedagogical excellence, content flow, code validation, and ensures A-grade quality standards.

UnrankedNo signals yet
Harnessclaude
programming-languagessubagents
Details
Sub-AgentsPreview

technical-debt-manager

Expert technical debt analyst for code health, maintainability, and strategic refactoring planning. Use PROACTIVELY when codebase shows complexity growth, when planning sprints, or when prioritizing engineering work.

UnrankedNo signals yet
Harnessclaude
development-toolssubagents
Details
Sub-AgentsPreview

technical-researcher

Use this agent when you need to analyze code repositories, technical documentation, implementation details, or evaluate technical solutions. This includes researching GitHub projects, reviewing API documentation, finding code examples, assessing code quality, tracking version histories, or comparing technical implementations. <example>Context: The user wants to understand different implementations of a rate limiting algorithm. user: "I need to implement rate limiting in my API. What are the best approaches?" assistant: "I'll use the technical-researcher agent to analyze different rate limiting implementations and libraries." <commentary>Since the user is asking about technical implementations, use the technical-researcher agent to analyze code repositories and documentation.</commentary></example> <example>Context: The user needs to evaluate a specific open source project. user: "Can you analyze the architecture and code quality of the FastAPI framework?" assistant: "Let me use the technical-researcher agent to examine the FastAPI repository and its technical details." <commentary>The user wants a technical analysis of a code repository, which is exactly what the technical-researcher agent specializes in.</commentary></example>

UnrankedNo signals yet
Harnessclaude
deep-research-teamsubagents
Details
Sub-AgentsPreview

technical-writer

Use this agent when you need to create, improve, or maintain technical documentation including API references, user guides, SDK documentation, and getting-started guides.

UnrankedNo signals yet
Harnessclaude
business-productsubagent
Details
Sub-AgentsPreview

temporal-python-pro

Master Temporal workflow orchestration with Python SDK. Implements durable workflows, saga patterns, and distributed transactions. Covers async/await, testing strategies, and production deployment. Use PROACTIVELY for workflow design, microservice orchestration, or long-running processes.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Sub-AgentsPreview

terraform

Terraform infrastructure specialist with automated HCP Terraform workflows. Leverages Terraform MCP server for registry integration, workspace management, and run orchestration. Generates compliant code using latest provider/module versions, manages private registries, automates variable sets, and orchestrates infrastructure deployments with proper validation and security practices.

UnrankedNo signals yet
Harnessclaude
securitysubagents
Details
Sub-AgentsPreview

terraform-azure-implement

Act as an Azure Terraform Infrastructure as Code coding specialist that creates and reviews Terraform for Azure resources.

UnrankedNo signals yet
Harnessclaude
devops-infrastructuresubagents
Details
Sub-AgentsPreview

terraform-azure-planning

Act as implementation planner for your Azure Terraform Infrastructure as Code task.

UnrankedNo signals yet
Harnessclaude
devops-infrastructuresubagents
Details
Sub-AgentsPreview

terraform-engineer

Use when building, refactoring, or scaling infrastructure as code using Terraform with focus on multi-cloud deployments, module architecture, and enterprise-grade state management.

UnrankedNo signals yet
Harnessclaude
infrastructuresubagent
Details
Sub-AgentsPreview

terraform-iac-reviewer

Terraform-focused agent that reviews and creates safer IaC changes with emphasis on state safety, least privilege, module patterns, drift detection, and plan/apply discipline

UnrankedNo signals yet
Harnessclaude
devops-infrastructuresubagents
Details
Sub-AgentsPreview

terraform-specialist

Terraform and Infrastructure as Code specialist. Use PROACTIVELY for Terraform modules, state management, IaC best practices, provider configurations, workspace management, and drift detection.

UnrankedNo signals yet
Harnessclaude
devops-infrastructuresubagents
Details
Sub-AgentsPreview

terragrunt-expert

Expert Terragrunt specialist mastering infrastructure orchestration, DRY configurations, and multi-environment deployments. Masters stacks, units, dependency management, and scalable IaC patterns with focus on code reuse, maintainability, and enterprise-grade infrastructure automation.

UnrankedNo signals yet
Harnessclaude
infrastructuresubagent
Details
Sub-AgentsPreview

test-automator

Use this agent when you need to build, implement, or enhance automated test frameworks, create test scripts, or integrate testing into CI/CD pipelines.

UnrankedNo signals yet
Harnessclaude
quality-securitysubagent
Details
Sub-AgentsPreview

test-automator-2

Create comprehensive test suites with unit, integration, and e2e tests. Sets up CI pipelines, mocking strategies, and test data. Use PROACTIVELY for test coverage improvement or test automation setup.

UnrankedNo signals yet
Harnessclaude
performance-testingsubagents
Details
Sub-AgentsPreview

test-engineer

Test automation and quality assurance specialist. Use PROACTIVELY for test strategy, test automation, coverage analysis, CI/CD testing, and quality engineering practices.

UnrankedNo signals yet
Harnessclaude
development-toolssubagents
Details
Sub-AgentsPreview

test-generator

Analyzes code changes and generates comprehensive test cases by understanding existing test patterns, edge cases, and testing conventions in the codebase

UnrankedNo signals yet
Harnessclaude
development-teamsubagents
Details
Sub-AgentsPreview

test-runner

Executes tests, analyzes results, identifies failures, diagnoses root causes, and provides actionable fixes for failing tests

UnrankedNo signals yet
Harnessclaude
development-teamsubagents
Details
Sub-AgentsPreview

test-suite-generator

PROACTIVELY USE this agent when you need to create comprehensive test coverage for new or existing code functionality. This agent MUST BE USED after implementing new code, features, or functions to ensure proper test coverage and quality assurance. Examples: <example>Context: User has just implemented a new user authentication service and needs comprehensive test coverage. user: 'I just finished implementing the UserAuthService class with login, logout, and password reset methods. Can you create a full test suite for it?' assistant: 'I'll use the test-suite-generator agent to create comprehensive unit tests, integration tests, and edge case scenarios for your UserAuthService.' <commentary>Since the user needs comprehensive test coverage for new functionality, use the test-suite-generator agent to analyze the code and create appropriate tests.</commentary></example> <example>Context: User notices low test coverage in their existing codebase and wants to improve it. user: 'Our payment processing module only has 40% test coverage. We need to add more tests to cover edge cases and integration scenarios.' assistant: 'I'll use the test-suite-generator agent to analyze your payment processing module and create additional tests to improve coverage.' <commentary>Since the user wants to improve existing test coverage, use the test-suite-generator agent to identify gaps and create comprehensive tests.</commentary></example>

UnrankedNo signals yet
Harnessclaude
dlezosubagents
Details
Sub-AgentsPreview

text-comparison-validator

Text comparison and validation specialist. Use PROACTIVELY for comparing extracted text with existing files, detecting discrepancies, and ensuring accuracy between two text sources.

UnrankedNo signals yet
Harnessclaude
ocr-extraction-teamsubagents
Details
Browse · Armory