Armory
Source

Browse

Search and filter by type across the catalog

890 results in Workflows, Evals, Hooks · page 10 of 38

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
WorkflowsPreview

cost-optimize

Cloud Cost Optimization

UnrankedNo signals yet
Harnessclaude
agentsworkflows
Details
WorkflowsPreview

cost-optimize-2

Cloud Cost Optimization

UnrankedNo signals yet
Harnessclaude
commandstools
Details
WorkflowsPreview

cost-report

Generate a local Claude Code cost report from a cost-tracker SQLite database.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
costreport
Details
WorkflowsPreview

cpp-build

Fix C++ build errors, CMake issues, and linker problems incrementally. Invokes the cpp-build-resolver agent for minimal, surgical fixes.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
commandworkflow
Details
WorkflowsPreview

cpp-review

Comprehensive C++ code review for memory safety, modern C++ idioms, concurrency, and security. Invokes the cpp-reviewer agent.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
commandworkflow
Details
WorkflowsPreview

cpp-test

Enforce TDD workflow for C++. Write GoogleTest tests first, then implement. Verify coverage with gcov/lcov.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
commandworkflow
Details
WorkflowsPreview

create-architecture-documentation

Generate comprehensive architecture documentation with diagrams, ADRs, and interactive visualization

UnrankedNo signals yet
Harnessclaude
documentationworkflows
Details
WorkflowsPreview

create-command

Guides Claude through creating new custom commands with proper structure by analyzing requirements, templating commands by category, enforcing command standards, and creating supporting documentation.

UnrankedNo signals yet
Harnessclaude
claude-codeslash-commands
Details
WorkflowsPreview

create-component

Guided component creation with proper patterns

UnrankedNo signals yet
Harnessclaude
agentsworkflows
Details
WorkflowsPreview

create-database-migrations

Create and manage database migrations with proper versioning and rollback support

UnrankedNo signals yet
Harnessclaude
setupworkflows
Details
WorkflowsPreview

create-docs

Analyzes code structure and purpose to create comprehensive documentation detailing inputs/outputs, behavior, user interaction flows, and edge cases with error handling.

UnrankedNo signals yet
Harnessclaude
slash-commanddocumentation-changelogs
Details
WorkflowsPreview

create-feature

Scaffold new feature with boilerplate code, tests, and documentation

UnrankedNo signals yet
Harnessclaude
project-managementworkflows
Details
WorkflowsPreview

create-hook

Slash command for hook creation - intelligently prompts you through the creation process with smart suggestions based on your project setup (TS, Prettier, ESLint...).

UnrankedNo signals yet
Harnessclaude
slash-command
Details
WorkflowsPreview

create-jtbd

Create Jobs-to-be-Done (JTBD) analysis for product features

UnrankedNo signals yet
Harnessclaude
project-managementworkflows
Details
WorkflowsPreview

create-onboarding-guide

Create comprehensive developer onboarding guide with environment setup, workflows, and interactive tutorials

UnrankedNo signals yet
Harnessclaude
documentationworkflows
Details
WorkflowsPreview

create-pr

Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.

UnrankedNo signals yet
Harnessclaude
slash-commandversion-control-git
Details
WorkflowsPreview

create-prd

Create Product Requirements Document (PRD) for new features

UnrankedNo signals yet
Harnessclaude
project-managementworkflows
Details
WorkflowsPreview

create-prp

Creates product requirement plans by reading PRP methodology, following template structure, creating comprehensive requirements, and structuring product definitions for development.

UnrankedNo signals yet
Harnessclaude
claude-codeslash-commands
Details
WorkflowsPreview

create-pull-request

Provides comprehensive PR creation guidance with GitHub CLI, enforcing title conventions, following template structure, and offering concrete command examples with best practices.

UnrankedNo signals yet
Harnessclaude
slash-commandversion-control-git
Details
WorkflowsPreview

create-worktrees

Creates git worktrees for all open PRs or specific branches, handling branches with slashes, cleaning up stale worktrees, and supporting custom branch creation for development.

UnrankedNo signals yet
Harnessclaude
slash-commandversion-control-git
Details
Browse · Armory