Armory
Source

Browse

Search and filter by type across the catalog

345 results in Infrastructure, Hooks, CLIs & Tools · page 11 of 15

CLIs & ToolsExperimental

javascript-cli

JavaScript command-line tool for interacting with A2A servers

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
a2aagent-to-agenttools
No one-command install · SourceDetails
InfrastructurePreview

kata-containers

Lightweight VMs that combine container speed with VM-level security isolation for agent runtime workloads.

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

kubernetes

Industry-standard container orchestration system for deploying, scaling, and managing agent workload fleets.

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

langsmith-tracing

Automatically send Claude Code conversation traces to LangSmith for monitoring and analysis. Prerequisites: jq (brew install jq on macOS or sudo apt-get install jq on Linux), curl and uuidgen (usually pre-installed), LangSmith account and API key. Configuration: Install langsmith-tracing setting (npx claude-code-templates@latest --setting telemetry/langsmith-tracing) or manually add to .claude/settings.local.json the following environment variables: TRACE_TO_LANGSMITH=true, CC_LANGSMITH_API_KEY=lsv2_pt_..., CC_LANGSMITH_PROJECT=project-name, CC_LANGSMITH_DEBUG=true (optional). How it works: Runs in background on Stop event after each Claude response, reads conversation transcript, converts to LangSmith format, sends to LangSmith API, groups by thread_id for session continuity. Debugging: Check logs at ~/.claude/state/hook.log. Privacy note: System prompts not included in traces.

UnrankedNo signals yet
Harnessclaude
monitoringhooks
Details
HooksPreview

langsmith-tracing-2

#

UnrankedNo signals yet
Harnessclaude
monitoringhooks
Details
InfrastructurePreview

lightpanda

Ultra-fast headless browser written in Zig specifically for AI and automation workloads. It runs JavaScript natively, uses 9x less memory than Chrome headless, and targets sub-100ms page execution.

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

lint-on-save

Automatically run linting tools after file modifications. Supports ESLint for JavaScript/TypeScript, Pylint for Python, and RuboCop for Ruby.

UnrankedNo signals yet
Harnessclaude
development-toolshooks
Details
HooksPreview

memory-persistence

Lifecycle hook bundle (SessionStart, PreCompact, observation, SessionEnd) that loads prior context and persists session state across compaction.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
hooksmemorylifecycle
Details
HooksPreview

memory-persistence-bundle

Hook bundle: Reference lifecycle hook definitions for ECC memory persistence. The production hook graph is hooks/hooks.json.. Use to persist and reload agent session state across compaction.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
hookmemory-persistence
Details
InfrastructurePreview

morph-cloud

Hypervisor-level snapshotting cloud for agent inference: fork and snapshot VM state for fast agent branching.

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

multion

MultiOn AI browser agent API: a cloud service that lets developers invoke an autonomous web agent via REST to complete tasks like form filling, data extraction, and multi-step workflows on any site.

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

nextjs-code-quality-enforcer

Enforce Next.js best practices, proper file structure, component patterns, and TypeScript usage with automated code reviews and suggestions. Validates Next.js App Router conventions, Server/Client component patterns, proper imports, and TypeScript usage. Provides real-time feedback on code quality and adherence to Next.js best practices.

UnrankedNo signals yet
Harnessclaude
development-toolshooks
Details
InfrastructurePreview

northflank

Developer platform for containerized microservices, cron jobs, and persistent agent workloads with GitOps support.

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

notification

Run on Claude Code notification events to surface alerts (e.g. text-to-speech, desktop toast).

UnrankedNo signals yet
Harnessclaude
hookdisler
Details
HooksPreview

notify-before-bash

Show notification before any Bash command execution for security awareness. This hook displays a simple echo message '🔔 About to run bash command...' before Claude executes any bash command, giving you visibility into when system commands are about to run. Useful for monitoring and auditing command execution.

UnrankedNo signals yet
Harnessclaude
pre-toolhooks
Details
CLIs & ToolsExperimental

official-a2a-repository

official A2A repository

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
a2aagent-to-agentclients
No one-command install · SourceDetails
CLIs & ToolsExperimental

orchestrator-agent

An agent that can delegate tasks to remote agents through A2A

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
a2aagent-to-agenttools
No one-command install · SourceDetails
HooksPreview

performance-budget-guard

Monitor bundle size and Core Web Vitals metrics during development, blocking deployments that exceed performance budgets with detailed reports. Automatically analyzes Next.js build output, checks bundle sizes against predefined budgets, and provides optimization recommendations. Hook triggers on PostToolUse for build-related operations and file changes that could affect performance.

UnrankedNo signals yet
Harnessclaude
performancehooks
Details
HooksPreview

performance-monitor-2

Monitor system performance during Claude Code operations. Tracks CPU, memory usage, and execution time for performance optimization.

UnrankedNo signals yet
Harnessclaude
performancehooks
Details
HooksPreview

permission-request

Run when a permission dialog is shown, to audit, auto-approve, or deny tool permissions.

UnrankedNo signals yet
Harnessclaude
hookdisler
Details
HooksPreview

plan-gate

Planning gate that warns when editing production code without an approved specification. Checks for recent .spec.md files in the project directory (last 14 days). If no spec is found, shows a warning suggesting to create one first. Non-blocking (exit 0) — acts as a reminder, not a hard gate. Supports 16 programming languages. Part of the Spec-Driven Development (SDD) methodology where every implementation should be backed by an approved specification.

UnrankedNo signals yet
Harnessclaude
quality-gateshooks
Details
HooksPreview

plan-gate-2

plan-gate.sh — Warning if implementing code without an approved spec

UnrankedNo signals yet
Harnessclaude
quality-gateshooks
Details
HooksPreview

portable-quality-validator

Portable code quality validator - main handler.

UnrankedNo signals yet
Harnessclaude
hookdecider
Details
HooksPreview

post-bash-dispatcher

PostToolUse hook: Consolidated Bash postflight dispatcher for logging, PR, and build notifications (matcher: Bash).

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
hookPostToolUse
Details
Browse · Armory