Armory
Source

Browse

Search and filter by type across the catalog

2,609 results in Observability, Workflows, Skills, Sub-Agents · page 20 of 109

Sub-AgentsPreview

cloud-migration-specialist

Cloud migration and infrastructure modernization specialist. Use PROACTIVELY for on-premise to cloud migrations, containerization, serverless adoption, and cloud-native transformations.

UnrankedNo signals yet
Harnessclaude
modernizationsubagents
Details
SkillsPreview

cloud-penetration-testing

This skill should be used when the user asks to "perform cloud penetration testing", "assess Azure or AWS or GCP security", "enumerate cloud resources", "exploit cloud misconfigurations", "test O365 security", "extract secrets from cloud environments", or "audit cloud infrastructure". It provides comprehensive techniques for security assessment across major cloud platforms.

UnrankedNo signals yet
Harnessclaude
cloud-penetration-testingskills
Details
SkillsPreview

cloud-run-basics

Manages Cloud Run services, jobs, and worker pools. Use when you need to deploy applications responding to HTTP requests (services), run event-triggered or scheduled tasks (jobs), or handle always-on pull-based background processing (worker pools).

UnrankedNo signals yet
Harnessclaude
cloud-run-basicsskills
Details
SkillsPreview

cloud-sql-basics

Creates and manages Cloud SQL instances for MySQL, PostgreSQL, and SQL Server. Handles backups, high availability, and secure connectivity for relational database workloads on Google Cloud.

UnrankedNo signals yet
Harnessclaude
cloud-sql-basicsskills
Details
SkillsPreview

cloudflare-deploy

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.

UnrankedNo signals yet
Harnessclaude
cloudflare-deployskills
Details
SkillsPreview

cobrapy

Constraint-based metabolic modeling (COBRA). FBA, FVA, gene knockouts, flux sampling, SBML models, for systems biology and metabolic engineering analysis.

UnrankedNo signals yet
Harnessclaude
cobrapyskills
Details
SkillsPreview

cocoindex

Comprehensive toolkit for developing with the CocoIndex library. Use when users need to create data transformation pipelines (flows), write custom functions, or operate flows via CLI or API. Covers building ETL workflows for AI data processing, including embedding documents into vector databases, building knowledge graphs, creating search indexes, or processing data streams with incremental updates.

UnrankedNo signals yet
Harnessclaude
cocoindexskills
Details
WorkflowsPreview

code-analysis

Provides a menu of advanced code analysis commands for deep inspection, including knowledge graph generation, optimization suggestions, and quality evaluation.

UnrankedNo signals yet
Harnessclaude
claude-codeslash-commands
Details
Sub-AgentsPreview

code-archaeologist

MUST BE USED to explore and document unfamiliar, legacy, or complex codebases. Use PROACTIVELY before refactors, onboarding, audits, or risk reviews. Produces a full-length report—architecture, metrics, risks, and a prioritised action plan—that other sub-agents can act on.

UnrankedNo signals yet
Harnessclaude
vijaycoresubagents
Details
Sub-AgentsPreview

code-architect

Designs feature architectures by analyzing existing codebase patterns and conventions, then providing implementation blueprints with concrete files, interfaces, data flow, and build order.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
Sub-AgentsPreview

code-documentation-code-reviewer

Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices. Use PROACTIVELY for code quality assurance.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
docsperformancereviewsecurity
Details
Sub-AgentsPreview

code-documentation-docs-architect

Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and ebooks. Use PROACTIVELY for system documentation, architecture guides, or technical deep-dives.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Sub-AgentsPreview

code-documentation-tutorial-engineer

Creates step-by-step tutorials and educational content from code. Transforms complex concepts into progressive learning experiences with hands-on examples. Use PROACTIVELY for onboarding guides, feature tutorials, or concept explanations.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
WorkflowsPreview

code-explain

Code Explanation and Analysis

UnrankedNo signals yet
Harnessclaude
agentsworkflows
Details
WorkflowsPreview

code-explain-2

Code Explanation and Analysis

UnrankedNo signals yet
Harnessclaude
commandstools
Details
Sub-AgentsPreview

code-explorer

Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, and documenting dependencies to inform new development.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
WorkflowsPreview

code-migrate

Generate comprehensive migration plans and scripts for transitioning codebases between frameworks, languages, versions, or platforms with minimal disruption.

UnrankedNo signals yet
Harnessclaude
agentsworkflows
Details
WorkflowsPreview

code-migrate-2

Code Migration Assistant

UnrankedNo signals yet
Harnessclaude
commandstools
Details
WorkflowsPreview

code-permutation-tester

Test multiple code variations through simulation before implementation with quality gates and performance prediction.

UnrankedNo signals yet
Harnessclaude
utilitiesworkflows
Details
Sub-AgentsPreview

code-refactoring-code-reviewer

Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices. Use PROACTIVELY for code quality assurance.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
performancereviewsecuritysubagent
Details
Sub-AgentsPreview

code-refactoring-legacy-modernizer

Refactor legacy codebases, migrate outdated frameworks, and implement gradual modernization. Handles technical debt, dependency updates, and backward compatibility. Use PROACTIVELY for legacy system updates, framework migrations, or technical debt reduction.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Sub-AgentsPreview

code-refactoring-specialist

PROACTIVELY USE this agent when code needs structural improvements, technical debt reduction, or architectural enhancements. This agent MUST BE USED for code refactoring and architecture improvement tasks. Examples: <example>Context: User has written a large function that handles multiple responsibilities and wants to improve its structure. user: 'I have this 200-line function that handles user authentication, data validation, and database operations. It's getting hard to maintain.' assistant: 'I'll use the code-refactoring-specialist agent to analyze this function and break it down into smaller, more focused components following SOLID principles.' <commentary>The user has identified a code smell (large function with multiple responsibilities) that needs refactoring, so use the code-refactoring-specialist agent.</commentary></example> <example>Context: User mentions their codebase has grown organically and now has duplicate code patterns. user: 'Our codebase has a lot of repeated validation logic scattered across different modules. Can you help clean this up?' assistant: 'I'll use the code-refactoring-specialist agent to identify the duplicate validation patterns and extract them into reusable components.' <commentary>This is a clear case of code duplication (DRY violation) that requires refactoring expertise.</commentary></example> <example>Context: User is working on legacy code that violates SOLID principles. user: 'This class is doing too many things - it handles file I/O, data processing, and email notifications all in one place.' assistant: 'I'll use the code-refactoring-specialist agent to analyze this class and separate its concerns into focused, single-responsibility components.' <commentary>The user has identified a Single Responsibility Principle violation that needs architectural refactoring.</commentary></example>

UnrankedNo signals yet
Harnessclaude
dlezosubagents
Details
WorkflowsPreview

code-review

Code review of local uncommitted changes or a GitHub PR (pass PR number/URL for PR mode).

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
reviewgit
Details
SkillsPreview

code-review-2

Perform code reviews following Sentry engineering practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review.

UnrankedNo signals yet
Harnessclaude
code-reviewskills
Details
Browse · Armory