Armory
Source

Browse

Search and filter by type across the catalog

2,026 results in Memory, Sub-Agents, Hooks, Skills · page 35 of 85

SkillsPreview

github-workflow-automation-2

Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, CI/CD integration, and Git operations. Use when automating GitHub workflows, setting up PR review automation, creating GitHub Actions, or triaging issues.

UnrankedNo signals yet
Harnessclaude
github-workflow-automationskills
Details
SkillsPreview

gitops-workflow

Complete guide to implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments.

UnrankedNo signals yet
Harnessclaude
gitops-workflowskills
Details
SkillsPreview

gke-basics

Plans, creates, and configures production-ready Google Kubernetes Engine (GKE) clusters using the golden path Autopilot configuration. Covers networking, security, observability, scaling, cost optimization, and AI/ML inference on GKE.

UnrankedNo signals yet
Harnessclaude
gke-basicsskills
Details
SkillsPreview

gmod-addon-maker

|

UnrankedNo signals yet
Harnessclaude
gmod-addon-makerskills
Details
Sub-AgentsPreview

go-build-resolver

Go build, vet, and compilation error resolution specialist. Fixes build errors, go vet issues, and linter warnings with minimal changes. Use when Go builds fail.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
Sub-AgentsPreview

go-mcp-expert

Expert assistant for building Model Context Protocol (MCP) servers in Go using the official SDK.

UnrankedNo signals yet
Harnessclaude
programming-languagessubagents
Details
Sub-AgentsPreview

go-reviewer

Expert Go code reviewer specializing in idiomatic Go, concurrency patterns, error handling, and performance. Use for all Go code changes. MUST BE USED for Go projects.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
SkillsPreview

golang-patterns

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
Sub-AgentsPreview

golang-pro

Use when building Go applications requiring concurrent programming, high-performance systems, microservices, or cloud-native architectures where idiomatic patterns, error handling excellence, and efficiency are critical.

UnrankedNo signals yet
Harnessclaude
language-specialistssubagent
Details
SkillsPreview

golang-pro-2

Master Go 1.21+ with modern patterns, advanced concurrency, performance optimization, and production-ready microservices.

UnrankedNo signals yet
Harnessclaude
golang-proskills
Details
SkillsPreview

golang-testing

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

google-analytics

Analyze Google Analytics data, review website performance metrics, identify traffic patterns, and suggest data-driven improvements. Use when the user asks about analytics, website metrics, traffic analysis, conversion rates, user behavior, or performance optimization.

UnrankedNo signals yet
Harnessclaude
google-analyticsskills
Details
SkillsPreview

google-cloud-auth

Provides expert guidance on authenticating and authorizing to Google Cloud services and APIs, covering human users, service identities, Application Default Credentials (ADC), and best practices for secure access.

UnrankedNo signals yet
Harnessclaude
google-cloud-authskills
Details
SkillsPreview

google-cloud-networking-observability

Investigates Google Cloud networking issues by analyzing logs, metrics, and diagnostics. Use when investigating VPC Flow Logs, NAT, firewall, or threat logs, querying latency and throughput metrics, or running Connectivity Tests for path diagnostics.

UnrankedNo signals yet
Harnessclaude
google-cloud-networking-observabilityskills
Details
SkillsPreview

google-cloud-onboarding

Guides developers through their first steps on Google Cloud, covering account creation, billing setup, project management, CLI installation, and deploying a first resource.

UnrankedNo signals yet
Harnessclaude
google-cloud-onboardingskills
Details
SkillsPreview

google-cloud-waf-cost-optimization

Generates cost optimization guidance for Google Cloud workloads based on the Google Cloud Well-Architected Framework (WAF). Use to evaluate a workload, identify cost requirements and constraints, and provide actionable recommendations for building cost-efficient workloads on Google Cloud.

UnrankedNo signals yet
Harnessclaude
google-cloud-waf-cost-optimizationskills
Details
SkillsPreview

google-cloud-waf-reliability

Generates reliability-focused guidance for Google Cloud workloads based on the Google Cloud Well-Architected Framework. Use to evaluate a workload, identify reliability requirements, and provide actionable recommendations for building resilient, highly available systems.

UnrankedNo signals yet
Harnessclaude
google-cloud-waf-reliabilityskills
Details
SkillsPreview

google-cloud-waf-security

Generates security-focused guidance for Google Cloud workloads based on the Google Cloud Well-Architected Framework (WAF). Use to evaluate a workload, identify security requirements, and provide actionable recommendations for IAM, network security, data protection, and operational security.

UnrankedNo signals yet
Harnessclaude
google-cloud-waf-securityskills
Details
SkillsPreview

google-workspace-ops

Operate across Google Drive, Docs, Sheets, and Slides as one workflow surface for plans, trackers, decks, and shared documents. Use when the user needs to find, summarize, edit, migrate, or clean up Google Workspace assets without dropping to raw tool calls.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
Sub-AgentsPreview

gpt-5-beast-mode

Beast Mode 2.0: A powerful autonomous agent tuned specifically for GPT-5 that can solve complex problems by using tools, conducting research, and iterating until the problem is fully resolved.

UnrankedNo signals yet
Harnessclaude
expert-advisorssubagents
Details
SkillsPreview

gptq

Post-training 4-bit quantization for LLMs with minimal accuracy loss. Use for deploying large models (70B, 405B) on consumer GPUs, when you need 4× memory reduction with <2% perplexity degradation, or for faster inference (3-4× speedup) vs FP16. Integrates with transformers and PEFT for QLoRA fine-tuning.

UnrankedNo signals yet
Harnessclaude
optimization-gptqskills
Details
SkillsPreview

grafana-dashboards

Create and manage production-ready Grafana dashboards for comprehensive system observability.

UnrankedNo signals yet
Harnessclaude
grafana-dashboardsskills
Details
SkillsPreview

graph-query

Query the code graph database to understand component relationships, dependencies, and change impact. Use when the user asks to "find callers", "check dependencies", "what uses this", "show relationships", "find serializers", or when reading code and needing to understand what depends on a component before modifications.

UnrankedNo signals yet
Harnessclaude
graph-queryskills
Details
SkillsPreview

graphql

GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.

UnrankedNo signals yet
Harnessclaude
graphqlskills
Details
Browse · Armory