Armory
Source

Browse

Search and filter by type across the catalog

1,257 results in Infrastructure, Memory, Skills, Observability · page 24 of 53

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
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
SkillsPreview

graphql-architect-2

Master modern GraphQL with federation, performance optimization, and enterprise security. Build scalable schemas, implement advanced caching, and design real-time systems.

UnrankedNo signals yet
Harnessclaude
graphql-architectskills
Details
SkillsPreview

grpo-rl-training

Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training

UnrankedNo signals yet
Harnessclaude
post-training-grpo-rl-trainingskills
Details
SkillsPreview

gtars

High-performance toolkit for genomic interval analysis in Rust with Python bindings. Use when working with genomic regions, BED files, coverage tracks, overlap detection, tokenization for ML models, or fragment analysis in computational genomics and machine learning applications.

UnrankedNo signals yet
Harnessclaude
gtarsskills
Details
SkillsPreview

guidance

Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework

UnrankedNo signals yet
Harnessclaude
prompt-engineering-guidanceskills
Details
InfrastructurePreview

gvisor

Google-open-sourced application kernel providing a sandboxed container runtime for untrusted agent code.

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
infrastructuresandbox
No one-command install · SourceDetails
SkillsPreview

gwas-database

Query NHGRI-EBI GWAS Catalog for SNP-trait associations. Search variants by rs ID, disease/trait, gene, retrieve p-values and summary statistics, for genetic epidemiology and polygenic risk scores.

UnrankedNo signals yet
Harnessclaude
gwas-databaseskills
Details
SkillsPreview

harness-guide

Guide users through ECC's current agents, skills, commands, hooks, rules, install profiles, and project onboarding by reading the live repository surface before answering.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

haskell-pro

Expert Haskell engineer specializing in advanced type systems, pure

UnrankedNo signals yet
Harnessclaude
haskell-proskills
Details
SkillsPreview

healthcare-cdss-patterns

Clinical Decision Support System (CDSS) development patterns. Drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), alert severity classification, and integration into EMR workflows.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

healthcare-emr-patterns

EMR/EHR development patterns for healthcare applications. Clinical safety, encounter workflows, prescription generation, clinical decision support integration, and accessibility-first UI for medical data entry.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

healthcare-eval-harness

Patient safety evaluation harness for healthcare application deployments. Automated test suites for CDSS accuracy, PHI exposure, clinical workflow integrity, and integration compliance. Blocks deployments on safety failures.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

healthcare-phi-compliance

Protected Health Information (PHI) and Personally Identifiable Information (PII) compliance patterns for healthcare applications. Covers data classification, access control, audit trails, encryption, and common leak vectors.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

helm-chart-scaffolding

Comprehensive guidance for creating, organizing, and managing Helm charts for packaging and deploying Kubernetes applications.

UnrankedNo signals yet
Harnessclaude
helm-chart-scaffoldingskills
Details
SkillsPreview

hermes-imports

Convert local Hermes operator workflows into sanitized ECC skills and release-pack artifacts. Use when preparing a Hermes workflow for public ECC reuse without leaking private workspace state, credentials, or local-only paths.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

hexagonal-architecture

Design, implement, and refactor Ports & Adapters systems with clear domain boundaries, dependency inversion, and testable use-case orchestration across TypeScript, Java, Kotlin, and Go services.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
Browse · Armory