Armory
Source

Browse

Search and filter by type across the catalog

1,924 results in Workflows, Memory, Skills, Evals · page 12 of 81

SkillsPreview

audiocraft-audio-generation

PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.

UnrankedNo signals yet
Harnessclaude
multimodal-audiocraftskills
Details
WorkflowsPreview

audit-chain

Walk the receipt chain in ./receipts/ verifying every signature and hash link. Detects insertions, deletions, and tampering across the entire audit trail.

UnrankedNo signals yet
Harnessclaude
agentsworkflows
Details
WorkflowsPreview

auto-update

Pull the latest ECC repo changes and reinstall the current managed targets.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
commandworkflow
Details
SkillsPreview

autogpt-agents

Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automation systems.

UnrankedNo signals yet
Harnessclaude
agents-autogptskills
Details
SkillsPreview

automation-audit-ops

Evidence-first automation inventory and overlap audit workflow for ECC. Use when the user wants to know which jobs, hooks, connectors, MCP servers, or wrappers are live, broken, redundant, or missing before fixing anything.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

autonomous-agent-harness

Transform Claude Code into a fully autonomous agent system with persistent memory, scheduled operations, computer use, and task queuing. Replaces standalone agent frameworks (Hermes, AutoGPT) by leveraging Claude Code's native crons, dispatch, MCP tools, and memory. Use when the user wants contin…

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

autonomous-agent-patterns

Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-loop workflows. Use when building AI agents, designing tool APIs, implementing permission systems, or creating autonomous coding assistants.

UnrankedNo signals yet
Harnessclaude
autonomous-agent-patternsskills
Details
SkillsPreview

autonomous-agents

Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it's making them reliable. Every extra decision multiplies failure probability. This skill covers agent loops (ReAct, Plan-Execute), goal decomposition, reflection patterns, and production reliability. Key insight: compounding error rates kill autonomous agents. A 95% success rate per step drops to 60% b

UnrankedNo signals yet
Harnessclaude
autonomous-agentsskills
Details
WorkflowsStable

autonomous-coding

Autonomous Coding Agent Demo. A minimal harness demonstrating long-running autonomous coding with the Claude Agent SDK. This demo implements a two-agent pattern (initializer + coding agent) that can build complete applications over multiple sessions.

UnrankedNo signals yet
Harnessclaude
anthropicquickstartofficial
Details
SkillsPreview

autonomous-loops

"Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems."

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

avalonia-layout-zafiro

Guidelines for modern Avalonia UI layout using Zafiro.Avalonia, emphasizing shared styles, generic components, and avoiding XAML redundancy.

UnrankedNo signals yet
Harnessclaude
avalonia-layout-zafiroskills
Details
SkillsPreview

avalonia-viewmodels-zafiro

Optimal ViewModel and Wizard creation patterns for Avalonia using Zafiro and ReactiveUI.

UnrankedNo signals yet
Harnessclaude
avalonia-viewmodels-zafiroskills
Details
SkillsPreview

avalonia-zafiro-development

Mandatory skills, conventions, and behavioral rules for Avalonia UI development using the Zafiro toolkit.

UnrankedNo signals yet
Harnessclaude
avalonia-zafiro-developmentskills
Details
SkillsPreview

awq-quantization

Activation-aware weight quantization for 4-bit LLM compression with 3x speedup and minimal accuracy loss. Use when deploying large models (7B-70B) on limited GPU memory, when you need faster inference than GPTQ with better accuracy preservation, or for instruction-tuned and multimodal models. MLSys 2024 Best Paper Award winner.

UnrankedNo signals yet
Harnessclaude
optimization-awqskills
Details
SkillsPreview

aws-penetration-testing

This skill should be used when the user asks to "pentest AWS", "test AWS security", "enumerate IAM", "exploit cloud infrastructure", "AWS privilege escalation", "S3 bucket testing", "metadata SSRF", "Lambda exploitation", or needs guidance on Amazon Web Services security assessment.

UnrankedNo signals yet
Harnessclaude
aws-penetration-testingskills
Details
SkillsPreview

aws-serverless

Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start optimization.

UnrankedNo signals yet
Harnessclaude
aws-serverlessskills
Details
SkillsPreview

axolotl

Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support

UnrankedNo signals yet
Harnessclaude
fine-tuning-axolotlskills
Details
SkillsPreview

azure-functions

Expert patterns for Azure Functions development including isolated worker model, Durable Functions orchestration, cold start optimization, and production patterns. Covers .NET, Python, and Node.js programming models. Use when: azure function, azure functions, durable functions, azure serverless, function app.

UnrankedNo signals yet
Harnessclaude
azure-functionsskills
Details
WorkflowsPreview

azure-role-selector

When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role.

UnrankedNo signals yet
Harnessclaude
azureworkflows
Details
SkillsPreview

backend-architect-2

Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems.

UnrankedNo signals yet
Harnessclaude
backend-architectskills
Details
SkillsPreview

backend-dev-guidelines

Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.

UnrankedNo signals yet
Harnessclaude
backend-dev-guidelinesskills
Details
SkillsPreview

backend-patterns

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

backend-to-frontend-handoff-docs

Create API handoff documentation for frontend developers. Use when backend work is complete and needs to be documented for frontend integration, or user says 'create handoff', 'document API', 'frontend handoff', or 'API documentation'.

UnrankedNo signals yet
Harnessclaude
backend-to-frontend-handoff-docsskills
Details
SkillsPreview

bash-linux

Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.

UnrankedNo signals yet
Harnessclaude
bash-linuxskills
Details
Browse · Armory