Armory
Source

Browse

Search and filter by type across the catalog

1,927 results in Skills, Evals, Sub-Agents, Observability · page 51 of 81

Sub-AgentsPreview

opensource-forker

Fork any project for open-sourcing. Copies files, strips secrets and credentials (20+ patterns), replaces internal references with placeholders, generates .env.example, and cleans git history. First stage of the opensource-pipeline skill.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
Sub-AgentsPreview

opensource-packager

Generate complete open-source packaging for a sanitized project. Produces CLAUDE.md, setup.sh, README.md, LICENSE, CONTRIBUTING.md, and GitHub issue templates. Makes any repo immediately usable with Claude Code. Third stage of the opensource-pipeline skill.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
SkillsPreview

opensource-pipeline

"Open-source pipeline: fork, sanitize, and package private projects for safe public release. Chains 3 agents (forker, sanitizer, packager). Triggers: '/opensource', 'open source this', 'make this public', 'prepare for open source'."

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
Sub-AgentsPreview

opensource-sanitizer

Verify an open-source fork is fully sanitized before release. Scans for leaked secrets, PII, internal references, and dangerous files using 20+ regex patterns. Generates a PASS/FAIL/PASS-WITH-WARNINGS report. Second stage of the opensource-pipeline skill. Use PROACTIVELY before any public release.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
SkillsPreview

opentargets-database

Query Open Targets Platform for target-disease associations, drug target discovery, tractability/safety data, genetics/omics evidence, known drugs, for therapeutic target identification.

UnrankedNo signals yet
Harnessclaude
opentargets-databaseskills
Details
SkillsPreview

opentrons-integration

Lab automation platform for Flex/OT-2 robots. Write Protocol API v2 protocols, liquid handling, hardware modules (heater-shaker, thermocycler), labware management, for automated pipetting workflows.

UnrankedNo signals yet
Harnessclaude
opentrons-integrationskills
Details
SkillsPreview

optimizing-attention-flash

Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding window attention.

UnrankedNo signals yet
Harnessclaude
optimization-flash-attentionskills
Details
Sub-AgentsPreview

orchestrate

Product Orchestrator agent. Reads the active story file, asks clarifying product questions one at a time, confirms task type (FRONTEND/BACKEND), and produces a complete unambiguous spec in orchestrator-output.md.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
SkillsPreview

outlines

Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library

UnrankedNo signals yet
Harnessclaude
prompt-engineering-outlinesskills
Details
SkillsPreview

page-cro

When the user wants to optimize, improve, or increase conversions on any marketing page — including homepage, landing pages, pricing pages, feature pages, or blog posts. Also use when the user says "CRO," "conversion rate optimization," "this page isn't converting," "improve conversions," or "why isn't this page working." For signup/registration flows, see signup-flow-cro. For post-signup activation, see onboarding-cro. For forms outside of signup, see form-cro. For popups/modals, see popup-cro.

UnrankedNo signals yet
Harnessclaude
page-croskills
Details
Sub-AgentsPreview

pagerduty-incident-responder

Responds to PagerDuty incidents by analyzing incident context, identifying recent code changes, and suggesting fixes via GitHub PRs.

UnrankedNo signals yet
Harnessclaude
development-toolssubagents
Details
SkillsPreview

paid-ads

When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.

UnrankedNo signals yet
Harnessclaude
paid-adsskills
Details
SkillsPreview

paper-2-web

This skill should be used when converting academic papers into promotional and presentation formats including interactive websites (Paper2Web), presentation videos (Paper2Video), and conference posters (Paper2Poster). Use this skill for tasks involving paper dissemination, conference preparation, creating explorable academic homepages, generating video abstracts, or producing print-ready posters from LaTeX or PDF sources.

UnrankedNo signals yet
Harnessclaude
paper-2-webskills
Details
SkillsPreview

parallel-agents

Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.

UnrankedNo signals yet
Harnessclaude
parallel-agentsskills
Details
SkillsPreview

parallel-execution-optimizer

Use when the user wants a task done much faster through parallel work, concurrent agents, batched tool calls, isolated worktrees, or many independent verification lanes without losing correctness.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

pathml

Computational pathology toolkit for analyzing whole-slide images (WSI) and multiparametric imaging data. Use this skill when working with histopathology slides, H&E stained images, multiplex immunofluorescence (CODEX, Vectra), spatial proteomics, nucleus detection/segmentation, tissue graph construction, or training ML models on pathology data. Supports 160+ slide formats including Aperio SVS, NDPI, DICOM, OME-TIFF for digital pathology workflows.

UnrankedNo signals yet
Harnessclaude
pathmlskills
Details
EvalsPreview

patronus-ai

Automated LLM evaluation and hallucination detection platform with a Python SDK and judge-model scoring.

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
evalshallucinationjudgesdk
No one-command install · SourceDetails
Sub-AgentsPreview

payment-integration

Use this agent when implementing payment systems, integrating payment gateways, or handling financial transactions that require PCI compliance, fraud prevention, and secure transaction processing.

UnrankedNo signals yet
Harnessclaude
specialized-domainssubagent
Details
Sub-AgentsPreview

payment-integration-2

Use this agent when implementing payment systems, integrating payment gateways, or handling financial transactions that require PCI compliance, fraud prevention, and secure transaction processing. Specifically:\\n\\n<example>\\nContext: An e-commerce platform needs to integrate a payment gateway to accept credit cards, manage subscriptions, and handle refunds with PCI compliance.\\nuser: \"We need to integrate Stripe for payments. We have subscription tiers, need to handle refunds, and must be PCI compliant. What's the best approach?\"\\nassistant: \"I'll design a complete payment integration. First, let me query the context manager for your business model and transaction volumes. Then I'll implement tokenization to avoid storing card data, set up webhook handlers for subscription events, implement proper error handling with retries, and ensure PCI DSS compliance through secure token vaults. I'll include comprehensive testing and audit logging.\"\\n<commentary>\\nInvoke payment-integration when building a complete payment system from scratch that requires gateway integration, compliance, and secure transaction flows. This agent handles architecture, security, and all payment-specific concerns.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: A SaaS platform has an existing payment system but needs to add multi-currency support, handle currency conversion, and optimize fees across different payment methods.\\nuser: \"Our payment system only works in USD. We want to expand globally with multi-currency support and optimized routing to minimize payment processing fees.\"\\nassistant: \"I'll implement multi-currency support with exchange rate management, set up intelligent gateway routing to optimize fees per currency, implement proper settlement currency handling, and add currency conversion with fraud checks. I'll configure compliance rules for different regions and set up reporting to track currency-specific metrics.\"\\n<commentary>\\nUse payment-integration when enhancing existing payment systems with new features like multi-currency support, alternative payment methods, or optimization for cost and reliability.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: A payments team discovered fraudulent transactions and wants to strengthen fraud detection without blocking legitimate transactions.\\nuser: \"We're seeing a spike in chargebacks from our payment processing. How do we implement better fraud detection?\"\\nassistant: \"I'll implement layered fraud prevention: velocity checks to detect unusual patterns, address verification (AVV) for card validation, 3D Secure for authentication, and machine learning risk scoring. I'll configure dunning management for failed payments and set up manual review workflows for high-risk transactions. I'll balance security with conversion by tuning detection thresholds.\"\\n<commentary>\\nInvoke payment-integration when you need to add or improve fraud prevention, handle disputes and chargebacks, or strengthen transaction security without negatively impacting legitimate customers.\\n</commentary>\\n</example>

UnrankedNo signals yet
Harnessclaude
financesubagents
Details
SkillsPreview

paywall-upgrade-cro

When the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or feature gates. Also use when the user mentions "paywall," "upgrade screen," "upgrade modal," "upsell," "feature gate," "convert free to paid," "freemium conversion," "trial expiration screen," "limit reached screen," "plan upgrade prompt," or "in-app pricing." Distinct from public pricing pages (see page-cro) — this skill focuses on in-product upgrade moments where the user has already experienced value.

UnrankedNo signals yet
Harnessclaude
paywall-upgrade-croskills
Details
SkillsPreview

pc-games

PC and console game development principles. Engine selection, platform features, optimization strategies.

UnrankedNo signals yet
Harnessclaude
pc-gamesskills
Details
SkillsPreview

pdb-database

Access RCSB PDB for 3D protein/nucleic acid structures. Search by text/sequence/structure, download coordinates (PDB/mmCIF), retrieve metadata, for structural biology and drug discovery.

UnrankedNo signals yet
Harnessclaude
pdb-databaseskills
Details
SkillsStable

pdf

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make...

UnrankedNo signals yet
Harnessclaude
pdfcreative
Details
SkillsPreview

pdf-2

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.

UnrankedNo signals yet
Harnessclaude
pdf-processingskills
Details
Browse · Armory