Armory
Source

Browse

Search and filter by type across the catalog

629 results in Hooks, Observability, CLAUDE.md / Rules ยท page 5 of 27

CLAUDE.md / RulesPreview

code-casino-statusline

Roll the dice with your code! Persistent chip tracking with wins and losses based on random dice rolls. Watch your coding fortune rise and fall. Displays: Chip count (starts at 100, persistent across session), Two random dice (1-6 each), Dice sum calculation, Game results (๐ŸŽฐ WIN +10 chips on 7 or 11, ๐Ÿ’ธ LOSE -5 chips on 2 or 12, ๐ŸŽฒ ROLL neutral on other sums).

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

code-guidelines-cursorrules-prompt-file

Cursor rules for code development with guidelines integration.

UnrankedNo signals yet
Harnessclaudecursor
cursor-rulesclaude-md-filesrules
Details
CLAUDE.md / RulesPreview

code-pair-interviews

Cursor rules for code pair interviews development with integration.

UnrankedNo signals yet
Harnessclaudecursor
cursor-rulesclaude-md-filesrules
Details
CLAUDE.md / RulesPreview

code-spaceship-statusline

Navigate through space on your coding journey. Track fuel consumption, travel distance, and warp levels. The ship's condition reflects your coding momentum. Displays: Ship condition (๐Ÿš€ full fuel 80%+, ๐Ÿ›ธ low fuel 40-80%, ๐Ÿ†˜ emergency <40%), Warp level (increases each time fuel depletes), Fuel percentage (decreases by 1% per interaction, refills to 100% when empty), Distance in light-years (+5ly per interaction), Random star field (โญ๐ŸŒŸโœจ combinations).

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

code-style-consistency-cursorrules-prompt-file

Cursor rules for code development with style consistency integration.

UnrankedNo signals yet
Harnessclaudecursor
cursor-rulesclaude-md-filesrules
Details
CLAUDE.md / RulesPreview

codequality

Code Quality Guidelines

UnrankedNo signals yet
Harnessclaudecursor
cursor-rulesclaude-md-filesrules
Details
CLAUDE.md / RulesPreview

colorful-statusline

Colorful status line with ANSI color codes for enhanced visual appeal. Uses colors to distinguish between different information types: blue for model, green for directory, yellow for git branch.

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

comm

Serves as a development reference for E2E-encrypted messaging applications with code organization architecture, security implementation details, and testing procedures.

UnrankedNo signals yet
Harnessclaude
claude-mdrulesdomain-specific
Details
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
CLAUDE.md / RulesPreview

command-statusline

Configure a custom status line using a shell command that receives session context via JSON stdin. The script can display model name, current directory, git branch, or any dynamic information. Create your script at ~/.claude/statusline.sh and make it executable.

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

common-agents

Language-agnostic rule: apply when working on any codebase and you need Agent Orchestration.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
rulescommon
Details
CLAUDE.md / RulesPreview

common-code-review

Language-agnostic rule: apply when working on any codebase and you need Code Review Standards.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
rulescommon
Details
CLAUDE.md / RulesPreview

common-coding-style

Cross-language coding-style norms โ€” immutability, naming, and structure โ€” that agents enforce before committing.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
rulesstylecommon
Details
CLAUDE.md / RulesPreview

common-development-workflow

Language-agnostic rule: apply when working on any codebase and you need Development Workflow.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
rulescommon
Details
CLAUDE.md / RulesPreview

common-git-workflow

Git workflow norms โ€” branching, commit conventions, and merge discipline โ€” agents apply on every repo.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
rulesgitcommon
Details
CLAUDE.md / RulesPreview

common-hooks

Language-agnostic rule: apply when working on any codebase and you need Hooks System.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
rulescommon
Details
CLAUDE.md / RulesPreview

common-patterns

Language-agnostic rule: apply when working on any codebase and you need Common Patterns.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
rulescommon
Details
CLAUDE.md / RulesPreview

common-performance

Language-agnostic rule: apply when working on any codebase and you need Performance Optimization.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
rulescommon
Details
CLAUDE.md / RulesPreview

common-security

Mandatory pre-commit security checklist โ€” no hardcoded secrets, validated inputs, parameterized queries โ€” applied across languages.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
rulessecuritycommon
Details
CLAUDE.md / RulesPreview

common-testing

Language-agnostic rule: apply when working on any codebase and you need Testing Requirements.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
rulescommon
Details
CLAUDE.md / RulesPreview

company-announcements

Display custom company announcements in Claude Code. Replace the example messages in the 'companyAnnouncements' array with your own organization's announcements, guidelines, or reminders.

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

context-monitor

Real-time Claude Code context usage monitor with visual progress bars, color-coded alerts, session analytics (cost, duration, lines changed), and auto-compact warnings. Tracks conversation context consumption and provides visual feedback to prevent session interruptions.

UnrankedNo signals yet
Harnessclaude
statuslineclaudemd-rules
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
Browse ยท Armory