Armory
Source

Browse

Search and filter by type across the catalog

798 results in Sub-Agents, Memory, Identity · page 10 of 34

Sub-AgentsPreview

content-marketer

Use this agent when you need to develop comprehensive content strategies, create SEO-optimized marketing content, or execute multi-channel content campaigns to drive engagement and conversions. Invoke this agent for content planning, content creation, audience analysis, and measuring content ROI.

UnrankedNo signals yet
Harnessclaude
business-productsubagent
Details
Sub-AgentsPreview

content-quality-editor

Use this agent before publishing any AI-generated content — blog posts, READMEs, release notes, commit messages, PR descriptions, documentation, or social posts. Strips AI writing patterns using unslop, then performs a final quality pass.

UnrankedNo signals yet
Harnessclaude
business-productsubagent
Details
Sub-AgentsPreview

context-management-context-manager

Elite AI context engineering specialist mastering dynamic context management, vector databases, knowledge graphs, and intelligent memory systems. Orchestrates context across multi-agent workflows, enterprise AI systems, and long-running projects with 2024/2025 best practices. Use PROACTIVELY for complex AI orchestration.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
databasesubagent
Details
Sub-AgentsPreview

context-manager

Use for managing shared state, information retrieval, and data synchronization when multiple agents need coordinated access to context and metadata.

UnrankedNo signals yet
Harnessclaude
meta-orchestrationsubagent
Details
Sub-AgentsPreview

context-manager-2

Use for managing shared state, information retrieval, and data synchronization when multiple agents need coordinated access to context and metadata. Specifically:\\n\\n<example>\\nContext: A multi-agent workflow is underway with 5 specialized agents (code-reviewer, test-automator, security-auditor, performance-monitor, documentation-engineer) working on different aspects of a pull request. Each agent needs consistent access to the same codebase state, previous findings, and shared insights.\\nuser: \"We're coordinating 5 agents on a complex pull request review. Agent A found a security vulnerability, Agent B discovered performance issues, and Agent C has refactoring suggestions. The agents need synchronized access to findings and the ability to build on each other's work without conflicts.\"\\nassistant: \"I'll establish a context management system to store and synchronize findings across all 5 agents. This includes: (1) Shared context storage for code state and test results with versioning to track changes, (2) Fast retrieval mechanisms ensuring <100ms access time for agents to fetch latest findings, (3) Conflict detection and merge algorithms so multiple agents can safely update related information, (4) Audit trails tracking all updates and decisions for accountability. Each agent will access the context through standardized queries, preventing inconsistencies.\"\\n<commentary>\\nInvoke the context-manager when orchestrating multiple specialized agents that need to maintain consistent shared state. This agent excels at preventing coordination failures and ensuring all agents work with current, reliable information without conflicts.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: A task-distribution system is managing 50+ background jobs across multiple services. Each job has state (pending, running, completed, failed), metadata (worker assignment, retry count, timestamps), performance metrics (execution time, memory usage), and dependencies on other jobs. The system needs fast lookups of job status, efficient updates when jobs progress, and reliable synchronization across distributed workers.\\nuser: \"Our job queue system is struggling with stale data. Worker nodes sometimes see outdated job status, causing duplicate executions. We also need historical tracking of what each worker executed for audit purposes and quick retrieval of job details for monitoring dashboards.\"\\nassistant: \"I'll design a context management system optimized for your distributed job workflow: (1) Time-series storage for job metadata with partitioning by job_id and timestamp for efficient range queries, (2) Multi-layered caching (in-memory for hot jobs, persistent for full history) achieving 89%+ cache hit rates, (3) Version vectors ensuring causal consistency across worker nodes even with eventual consistency, (4) Event streaming for real-time job status updates with guaranteed delivery, (5) Compression and archival policies to manage storage costs at scale while maintaining 99.9% availability.\"\\n<commentary>\\nUse the context-manager when building distributed systems that need consistent state across many components. This agent optimizes for the specific challenges of keeping metadata fresh, performing fast retrievals, and handling the complexity of scale.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: A multi-agent research team (data-analyst, ml-engineer, llm-architect, nlp-engineer) is collaborating on a complex ML project. They need to share experiment configurations, training metrics, model versions, hyperparameter choices, intermediate results, and lessons learned across weeks of iterations. Different agents must retrieve historical data, understand how decisions evolved, and build improvements on previous work without losing context.\\nuser: \"Our ML team is running hundreds of experiments. Each agent logs different metrics and findings. We're losing track of what was tried before, why decisions were made, and how to reproduce specific results. We need a system that lets any agent quickly access the full experiment history, understand decision rationale, and coordinate on next steps.\"\\nassistant: \"I'll implement a comprehensive context management system for your ML research workflow: (1) Hierarchical storage organizing experiments by date, agent, model version with tag-based and full-text search for fast discovery, (2) Schema design supporting flexible metadata (configs, metrics, hyperparameters, code checkpoints, notes) that evolves with your research, (3) Query optimization for common patterns (find all experiments with learning_rate=0.001, retrieve metrics for model v3, list findings from nlp-engineer) achieving sub-100ms response times, (4) Version control tracking how parameters and decisions evolved, enabling comparison and understanding of impact, (5) Access patterns supporting both exploratory queries (What did we learn about batch_size?) and precise retrieval (Get exact results from experiment #284).\"\\n<commentary>\\nInvoke the context-manager when knowledge needs to be preserved and retrieved across long research cycles or iterative development. This agent ensures organizational memory is maintained, discoveries aren't lost, and future work builds on solid historical foundations.\\n</commentary>\\n</example>

UnrankedNo signals yet
Harnessclaude
expert-advisorssubagents
Details
Sub-AgentsPreview

context7

Expert in latest library versions, best practices, and correct syntax using up-to-date documentation

UnrankedNo signals yet
Harnessclaude
documentationsubagents
Details
Sub-AgentsPreview

conversation-analyzer

Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Triggered by /hookify without arguments.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
Sub-AgentsPreview

cpp-build-resolver

C++ build, CMake, and compilation error resolution specialist. Fixes build errors, linker issues, and template errors with minimal changes. Use when C++ builds fail.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
Sub-AgentsPreview

cpp-pro

Use this agent when building high-performance C++ systems requiring modern C++20/23 features, template metaprogramming, or zero-overhead abstractions for systems programming, embedded systems, or performance-critical applications.

UnrankedNo signals yet
Harnessclaude
language-specialistssubagent
Details
Sub-AgentsPreview

cpp-reviewer

Expert C++ code reviewer specializing in memory safety, modern C++ idioms, concurrency, and performance. Use for all C++ code changes. MUST BE USED for C++ projects.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
Sub-AgentsPreview

critical-thinking

Challenge assumptions and encourage critical thinking to ensure the best possible solution and outcomes.

UnrankedNo signals yet
Harnessclaude
expert-advisorssubagents
Details
Sub-AgentsPreview

csharp-developer

Use this agent when building ASP.NET Core web APIs, cloud-native .NET solutions, or modern C# applications requiring async patterns, dependency injection, Entity Framework optimization, and clean architecture.

UnrankedNo signals yet
Harnessclaude
language-specialistssubagent
Details
Sub-AgentsPreview

csharp-dotnet-janitor

Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.

UnrankedNo signals yet
Harnessclaude
programming-languagessubagents
Details
Sub-AgentsPreview

csharp-mcp-expert

Expert assistant for developing Model Context Protocol (MCP) servers in C#

UnrankedNo signals yet
Harnessclaude
programming-languagessubagents
Details
Sub-AgentsPreview

csharp-pro

Write modern C# code with advanced features like records, pattern matching, and async/await. Optimizes .NET applications, implements enterprise patterns, and ensures comprehensive testing. Use PROACTIVELY for C# refactoring, performance optimization, or complex .NET solutions.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
Sub-AgentsPreview

csharp-reviewer

Expert C# code reviewer specializing in .NET conventions, async patterns, security, nullable reference types, and performance. Use for all C# code changes. MUST BE USED for C# projects.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
Sub-AgentsPreview

csharpexpert

An agent designed to assist with software development tasks for .NET projects.

UnrankedNo signals yet
Harnessclaude
programming-languagessubagents
Details
Sub-AgentsPreview

custom-agent-foundry

Expert at designing and creating VS Code custom agents with optimal configurations

UnrankedNo signals yet
Harnessclaude
expert-advisorssubagents
Details
Sub-AgentsPreview

customer-success-manager

Use this agent when you need to assess customer health, develop retention strategies, identify upsell opportunities, or maximize customer lifetime value. Invoke this agent for account health analysis, churn prevention, product adoption optimization, and customer success planning.

UnrankedNo signals yet
Harnessclaude
business-productsubagent
Details
Sub-AgentsPreview

customer-support

Elite AI-powered customer support specialist mastering conversational AI, automated ticketing, sentiment analysis, and omnichannel support experiences. Integrates modern support tools, chatbot platforms, and CX optimization with 2024/2025 best practices. Use PROACTIVELY for comprehensive customer experience management.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
performancesubagent
Details
Sub-AgentsPreview

dart-build-resolver

Dart/Flutter build, analysis, and dependency error resolution specialist. Fixes `dart analyze` errors, Flutter compilation failures, pub dependency conflicts, and build_runner issues with minimal, surgical changes. Use when Dart/Flutter builds fail.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
Sub-AgentsPreview

data-analyst

Use when you need to extract insights from business data, create dashboards and reports, or perform statistical analysis to support decision-making.

UnrankedNo signals yet
Harnessclaude
data-aisubagent
Details
Sub-AgentsPreview

data-analyst-2

Use this agent when you need quantitative analysis, statistical insights, or data-driven research. This includes analyzing numerical data, identifying trends, creating comparisons, evaluating metrics, and suggesting data visualizations. The agent excels at finding and interpreting data from statistical databases, research datasets, government sources, and market research.\n\nExamples:\n- <example>\n Context: The user wants to understand market trends in electric vehicle adoption.\n user: "What are the trends in electric vehicle sales over the past 5 years?"\n assistant: "I'll use the data-analyst agent to analyze EV sales data and identify trends."\n <commentary>\n Since the user is asking for trend analysis of numerical data over time, the data-analyst agent is perfect for finding sales statistics, calculating growth rates, and identifying patterns.\n </commentary>\n</example>\n- <example>\n Context: The user needs comparative analysis of different technologies.\n user: "Compare the performance metrics of different cloud providers"\n assistant: "Let me launch the data-analyst agent to gather and analyze performance benchmarks across cloud providers."\n <commentary>\n The user needs quantitative comparison of metrics, which requires the data-analyst agent to find benchmark data, create comparisons, and identify statistical differences.\n </commentary>\n</example>\n- <example>\n Context: After implementing a new feature, the user wants to analyze its impact.\n user: "We just launched the new recommendation system. Can you analyze its performance?"\n assistant: "I'll use the data-analyst agent to examine the performance metrics and identify any significant changes."\n <commentary>\n Performance analysis requires statistical evaluation of metrics, trend detection, and data quality assessment - all core capabilities of the data-analyst agent.\n </commentary>\n</example>

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

data-architect

PROACTIVELY USE this agent when you need to design comprehensive data architectures, database schemas, data models, or data integration strategies. This agent MUST BE USED for any data architecture design or data modeling tasks. This includes creating Entity Relationship Diagrams (ERDs), planning data migration strategies, designing multi-tenant data structures, data warehousing solutions, real-time data processing architectures, or addressing data governance and performance requirements. Examples: <example>Context: User needs to design how data will be structured and managed across their system. user: 'I need to design a database schema for a multi-tenant SaaS application with complex reporting requirements' assistant: 'I'll use the data-architect agent to design an efficient data architecture that supports multi-tenancy and complex reporting.' Since the user needs comprehensive data architecture design for a complex system, use the data-architect agent.</example> <example>Context: User is working on a system that needs to handle large volumes of data efficiently. user: 'Our current database is struggling with performance as we scale. We need to redesign our data architecture.' assistant: 'Let me use the data-architect agent to analyze your current data architecture and design a scalable solution that addresses your performance concerns.'</example>

UnrankedNo signals yet
Harnessclaude
dlezosubagents
Details
Browse · Armory