Armory
Source

Browse

Search and filter by type across the catalog

1,727 results in CLAUDE.md / Rules, Skills, Hooks · page 19 of 72

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
HooksPreview

desktop-notification-on-stop

Sends a native desktop notification when Claude Code finishes responding. Uses the Stop hook event so you get a single notification per response instead of one per tool call (which is very noisy with PostToolUse). Supports macOS (osascript) and Linux (notify-send). Useful when you switch to another window while Claude works — you'll get a notification when it's ready for your input.

UnrankedNo signals yet
Harnessclaude
monitoringhooks
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
CLAUDE.md / RulesPreview

development-mode

Comprehensive permissions for active development. Allows most development tools and operations while maintaining security boundaries. Ideal for trusted development environments where productivity is prioritized.

UnrankedNo signals yet
Harnessclaude
permissionsclaudemd-rules
Details
CLAUDE.md / RulesPreview

development-utils

Enhanced development environment configuration with useful utilities and debugging features. Includes built-in ripgrep usage, terminal title updates, and directory maintenance for improved developer experience.

UnrankedNo signals yet
Harnessclaude
environmentclaudemd-rules
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
CLAUDE.md / RulesPreview

disable-risky-servers

Disable specific MCP servers that may pose security risks or are not needed for your workflow. This blacklist approach allows most servers while blocking potentially problematic integrations.

UnrankedNo signals yet
Harnessclaude
mcpclaudemd-rules
Details
CLAUDE.md / RulesPreview

disable-telemetry

Disable Claude Code telemetry for privacy.

UnrankedNo signals yet
Harnessclaude
telemetryclaudemd-rules
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
HooksPreview

discord-detailed-notifications

Send detailed Discord notifications with session information when Claude Code finishes. Includes working directory, session duration, and system info with rich embeds. Requires DISCORD_WEBHOOK_URL environment variable.

UnrankedNo signals yet
Harnessclaude
automationhooks
Details
HooksPreview

discord-error-notifications

Send Discord notifications when Claude Code encounters long-running operations or when tools take significant time. Helps monitor productivity and catch potential issues with rich embeds. Requires DISCORD_WEBHOOK_URL environment variable.

UnrankedNo signals yet
Harnessclaude
automationhooks
Details
HooksPreview

discord-notifications

Send Discord notifications when Claude Code finishes working. Requires DISCORD_WEBHOOK_URL environment variable. Get webhook URL from Discord Server Settings -> Integrations -> Webhooks.

UnrankedNo signals yet
Harnessclaude
automationhooks
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
Browse · Armory