Armory
Source

Browse

Search and filter by type across the catalog

1,241 results in Evals, Skills, Observability, Identity · page 17 of 52

SkillsPreview

deeptools

NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.

UnrankedNo signals yet
Harnessclaude
deeptoolsskills
Details
SkillsPreview

defi-amm-security

Security checklist for Solidity AMM contracts, liquidity pools, and swap flows. Covers reentrancy, CEI ordering, donation or inflation attacks, oracle manipulation, slippage, admin controls, and integer math.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

denario

Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, executing computational experiments, performing literature searches, or generating publication-ready papers in LaTeX format. Supports end-to-end research pipelines with customizable agent orchestration.

UnrankedNo signals yet
Harnessclaude
denarioskills
Details
SkillsPreview

dependabot-review

Review and manage Dependabot PRs. Categorizes by risk, checks CI status, auto-merges safe updates, and reports issues. Use when the user says "review dependabot", "merge dependabot", "dependabot PRs", or "update dependencies".

UnrankedNo signals yet
Harnessclaude
dependabot-reviewskills
Details
SkillsPreview

dependency-updater

Smart dependency management for any language. Auto-detects project type, applies safe updates automatically, prompts for major versions, diagnoses and fixes dependency issues.

UnrankedNo signals yet
Harnessclaude
dependency-updaterskills
Details
SkillsPreview

deployment-patterns

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

deployment-procedures

Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.

UnrankedNo signals yet
Harnessclaude
deployment-proceduresskills
Details
SkillsPreview

design-mirror

Replicate the visual style of any website and apply it to your existing codebase. Use this skill whenever the user wants to match a site's design, mirror a UI aesthetic, make their app look like another site, or replicate a specific visual style from a URL. Trigger on phrases like 'make it look like', 'match the design of', 'copy the style from', 'I want my app to look like X', 'mirror this design', 'inspired by [url]', or any time the user points at a website and says they want their frontend to match it.

UnrankedNo signals yet
Harnessclaude
design-mirrorskills
Details
SkillsPreview

design-system

Use this skill to generate or audit design systems, check visual consistency, and review PRs that touch styling.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
designuiconsistency
Details
SkillsPreview

design-system-starter

Create and evolve design systems with design tokens, component architecture, accessibility guidelines, and documentation templates. Ensures consistent, scalable, and accessible UI across products.

UnrankedNo signals yet
Harnessclaude
design-system-starterskills
Details
SkillsPreview

design-to-code

Pixel-perfect Figma to React conversion using coderio. Generates production-ready code (TypeScript, Vite, TailwindCSS V4) with high visual fidelity. Features robust error handling, checkpoint recovery, and streamlined execution via helper script.

UnrankedNo signals yet
Harnessclaude
design-to-codeskills
Details
SkillsPreview

deslop

Remove AI-generated code slop from a branch. Use when cleaning up AI-generated code, removing unnecessary comments, defensive checks, or type casts. Checks diff against main and fixes style inconsistencies.

UnrankedNo signals yet
Harnessclaude
deslopskills
Details
SkillsPreview

develop-web-game

Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.

UnrankedNo signals yet
Harnessclaude
develop-web-gameskills
Details
SkillsPreview

developer-growth-analysis

Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.

UnrankedNo signals yet
Harnessclaude
developer-growth-analysisskills
Details
SkillsPreview

devops-iac-engineer

Implements infrastructure as code using Terraform, Kubernetes, and cloud platforms. Designs scalable architectures, CI/CD pipelines, and observability solutions. Provides security-first DevOps practices and site reliability engineering guidance.

UnrankedNo signals yet
Harnessclaude
devops-iac-engineerskills
Details
SkillsPreview

diagrammer

Render clean blueprint-style SVG diagrams from JSON specs. Use when users ask to draw, sketch, or diagram a request flow, neural net, transformer block, system architecture, state machine, data pipeline, or any node-and-edge technical visual they want as an SVG for docs, READMEs, posts, or slides.

UnrankedNo signals yet
Harnessclaude
diagrammerskills
Details
SkillsPreview

diffdock

Diffusion-based molecular docking. Predict protein-ligand binding poses from PDB/SMILES, confidence scores, virtual screening, for structure-based drug design. Not for affinity prediction.

UnrankedNo signals yet
Harnessclaude
diffdockskills
Details
SkillsPreview

difficult-workplace-conversations

Structured approach to workplace conflicts, performance discussions, and challenging feedback using preparation-delivery-followup framework. Use when preparing for tough conversations, addressing conflicts, giving critical feedback, or navigating sensitive workplace discussions.

UnrankedNo signals yet
Harnessclaude
difficult-workplace-conversationsskills
Details
SkillsPreview

discord-bot-architect

Specialized skill for building production-ready Discord bots. Covers Discord.js (JavaScript) and Pycord (Python), gateway intents, slash commands, interactive components, rate limiting, and sharding.

UnrankedNo signals yet
Harnessclaude
discord-bot-architectskills
Details
SkillsPreview

dispatching-parallel-agents

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

UnrankedNo signals yet
Harnessclaude
dispatching-parallel-agentsskills
Details
SkillsPreview

dispatching-parallel-agents-2

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

UnrankedNo signals yet
Harnessclaude
dispatching-parallel-agentsskills
Details
SkillsPreview

distributed-llm-pretraining-torchtitan

Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.

UnrankedNo signals yet
Harnessclaude
model-architecture-torchtitanskills
Details
SkillsPreview

django-celery

Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

django-patterns

Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
Browse · Armory