Armory
Source

Browse

Search and filter by type across the catalog

223 results in Hooks, Infrastructure, Observability · page 4 of 10

InfrastructurePreview

aws-lambda

Serverless function-as-a-service platform for event-driven agent compute without provisioning servers.

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
infrastructureserverless
No one-command install · SourceDetails
HooksPreview

backup-before-edit

Create automatic backup of files before any Edit operation for safety. This hook creates a timestamped backup copy (filename.backup.timestamp) of any existing file before Claude modifies it. Provides a safety net to recover previous versions if needed. Only backs up existing files, includes error suppression to handle edge cases gracefully.

UnrankedNo signals yet
Harnessclaude
pre-toolhooks
Details
HooksPreview

bash-quality-dispatcher

PreToolUse Bash dispatcher that runs quality, tmux, push, and GateGuard checks before a Bash command executes.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
hooksbashquality
Details
InfrastructurePreview

beta9

Open-source serverless GPU container runtime for running AI workloads with fast cold-starts on bare-metal.

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
infrastructuregpu-serverless
No one-command install · SourceDetails
InfrastructurePreview

blaxel

Cloud runtime and control plane for deploying, scaling, and observing production AI agent workloads.

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
infrastructureagent-compute
No one-command install · SourceDetails
HooksPreview

build-on-change

Automatically trigger build processes when source files change. Detects common build tools and runs appropriate build commands.

UnrankedNo signals yet
Harnessclaude
automationhooks
Details
HooksPreview

change-logger

Log every file mutation to CSV for demo prep. Records timestamp, tool, file path, action, and details for Edit, MultiEdit, Write, and Bash operations. Output: .claude/critical_log_changes.csv

UnrankedNo signals yet
Harnessclaude
automationhooks
Details
HooksPreview

change-logger-2

Change Logger Hook Logs every file mutation (Edit, Write, Bash) to a CSV file for demo prep and session review. Output: .claude/critical_log_changes.csv

UnrankedNo signals yet
Harnessclaude
automationhooks
Details
HooksPreview

change-tracker

Track file changes in a simple log. Records which files were modified and when for easy tracking of Claude Code activity.

UnrankedNo signals yet
Harnessclaude
development-toolshooks
Details
HooksPreview

check-package-age

Claude Code Hook: Prevent installation of outdated packages.

UnrankedNo signals yet
Harnessclaude
hookdecider
Details
InfrastructurePreview

cloudflare-sandboxes

Isolated V8 sandbox environments for multi-tenant agent workloads on top of Cloudflare Workers.

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

cloudflare-workers

Serverless edge-compute platform for deploying agent functions and MCP servers at the network edge.

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
infrastructureedge-compute
No one-command install · SourceDetails
InfrastructurePreview

coder

Self-hosted remote development environment platform for provisioning agent dev workspaces on any cloud.

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
infrastructuredev-environments
No one-command install · SourceDetails
HooksPreview

command-logger

Log all Claude Code commands to a file for audit and debugging purposes. Simple logging that records tool usage with timestamps.

UnrankedNo signals yet
Harnessclaude
development-toolshooks
Details
HooksPreview

console-log-cleaner

Warns about console.log statements when editing files on production branches (main/master). Helps prevent debug code from reaching production.

UnrankedNo signals yet
Harnessclaude
pre-toolhooks
Details
HooksPreview

context-timeline

Real-time browser visualization of Claude Code's context window and subagent/tool execution as a git-graph timeline. Opens http://localhost:7878 on SessionStart with a vertical timeline (most recent on top), one column per agent (main + subagents branching from their Task tool call). Tool calls are color-coded by type (Read=green, Edit/Write=orange, Bash=red, Grep/Glob=cyan, Task=purple, Web=yellow, MCP=gray). Right sidebar shows context-window usage (tokens/200K) with cache_read/cache_creation/input/output breakdown plus per-subagent mini-context. Reads ~/.claude/projects/<encoded-cwd>/<session_id>.jsonl directly — no data replication, no network calls. Pure stdlib Python, zero pip dependencies. Persistent daemon HTTP server on port 7878 (auto-fallback 7879-7888 if busy; override with CONTEXT_TIMELINE_PORT env var). Watchdog auto-shutdown after 1h of inactivity. Disable browser auto-open with CONTEXT_TIMELINE_NO_BROWSER=1. Manual shutdown: python3 .claude/hooks/context-timeline.py --shutdown

UnrankedNo signals yet
Harnessclaude
monitoringhooks
Details
HooksPreview

context-timeline-2

context-timeline: Claude Code session visualizer. Modes (called by Claude Code hooks via stdin JSON): --server-start SessionStart hook — launch daemon + open browser --event <NAME> PreToolUse / PostToolUse / Stop hook — notify server --shutdown Kill daemon manually --run-server <PORT> Internal: daemon entry point (do not call directly)

UnrankedNo signals yet
Harnessclaude
monitoringhooks
Details
HooksPreview

conventional-commits

Enforce conventional commit message format for all git commits. Validates commit messages follow the pattern: type(scope): description. Supported types: feat, fix, docs, style, refactor, perf, test, chore, ci, build, revert. Ensures consistent commit history for changelog generation and semantic versioning.

UnrankedNo signals yet
Harnessclaude
githooks
Details
HooksPreview

conventional-commits-2

❌ Invalid commit message format Your message: {commit_msg} Commit messages must follow Conventional Commits: type(scope): description Types: feat: New feature fix: Bug fix docs: Documentation changes style: Code style changes (formatting) refactor: Code refactoring perf: Performance improvements test: Adding or updating tests chore: Maintenance tasks ci: CI/CD changes build: Build system changes revert: Revert previous commit Examples: ✅ feat: add user authentication ✅ feat(auth): implement JWT tokens ✅ fix: resolve memory leak in parser ✅ fix(api): handle null responses ✅ docs: update API documentation Invalid: ❌ Added new feature (no type) ❌ feat:add feature (missing space after colon) ❌ feature: add login (wrong type, use 'feat') 💡 Tip: Start your message with one of the types above followed by a colon and space.

UnrankedNo signals yet
Harnessclaude
githooks
Details
HooksPreview

dangerous-command-blocker

Advanced protection against dangerous shell commands with multi-level security. Blocks catastrophic operations (rm -rf /, dd, mkfs), protects critical paths (.claude/, .git/, node_modules/), and warns about suspicious patterns. Features: catastrophic command blocking, critical path protection, smart pattern detection, and detailed safety messages.

UnrankedNo signals yet
Harnessclaude
securityhooks
Details
HooksPreview

dangerous-command-blocker-2

Dangerous Command Blocker Hook Multi-level security system for blocking dangerous shell commands

UnrankedNo signals yet
Harnessclaude
securityhooks
Details
ObservabilityPreview

datadog-llm-observability

Datadog's managed LLM Observability product. It traces LLM calls, monitors prompt/completion quality, detects anomalies, and integrates with existing APM.

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
observabilitymanagedapm
No one-command install · SourceDetails
HooksPreview

debug-window

Auto Debug Log Viewer. Opens a live-tailing debug log window when Claude Code starts with --debug or -d flag. The window closes automatically on session end. To keep the debug window open after session ends, set DEBUG_WINDOW_AUTO_CLOSE_DISABLE=1 in your settings.json. Tested on Intel Mac. Supports macOS, Linux, and Windows (Git Bash/Cygwin). Contributions from other platform users are welcome.

UnrankedNo signals yet
Harnessclaude
development-toolshooks
Details
HooksPreview

debug-window-2

Session Hook: Auto Debug Log Viewer

UnrankedNo signals yet
Harnessclaude
development-toolshooks
Details
Browse · Armory