Armory
Source

Browse

Search and filter by type across the catalog

650 results in Infrastructure, Hooks, CLAUDE.md / Rules ยท page 9 of 28

CLAUDE.md / RulesPreview

elixir-phoenix-docker-setup-cursorrules-prompt-fil

Cursor rules for Elixir development with Phoenix and Docker integration.

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

embedded-stm32-hal

Embedded C/C++ rules for MCU, STM32, HAL, interrupts, DMA, memory constraints, and hardware-focused testing

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

emotion-theater-statusline

A theatrical display of coding emotions and activities. Random mood faces and dynamic activity detection based on file types present in your project. Displays: Random mood faces (๐Ÿ˜ด sleepy, ๐Ÿ˜… laughing, ๐Ÿค” thinking, ๐Ÿ˜Ž cool, ๐Ÿคฏ exploding, ๐Ÿฅณ partying, ๐Ÿ˜ค huffing, ๐Ÿค– robotic), Programming activity (๐Ÿ Python, ๐ŸŒ JavaScript, ๐Ÿฆ€ Rust, ๐Ÿ’ป generic), Random energy percentage (1-100%), Current time (HH:MM format).

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

enable-all-project-servers

Automatically approve and enable all MCP servers defined in project .mcp.json files. This setting bypasses manual approval prompts for project-defined MCP servers, streamlining development workflow in trusted environments.

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

enable-specific-servers

Enable only specific MCP servers from .mcp.json files. This provides granular control over which MCP integrations are active, allowing you to selectively enable trusted or required servers while blocking others.

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

enable-telemetry

Enable Claude Code telemetry for usage analytics and improvements.

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

engineering-ticket-template-cursorrules-prompt-file

Cursor rules for engineering development with ticket template integration.

UnrankedNo signals yet
Harnessclaudecursor
cursor-rulesclaude-md-filesrules
Details
HooksPreview

env-file-protection

Prevent writing to .env files using the if condition for lightweight filtering. Blocks any Write tool call targeting .env* files, protecting secrets from accidental overwrites. Uses the if field to avoid spawning a process unless the file pattern matches.

UnrankedNo signals yet
Harnessclaude
securityhooks
Details
CLAUDE.md / RulesPreview

es-module-nodejs-guidelines-cursorrules-prompt-fil

Cursor rules for ES Module development with Node.js guidelines.

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

fastapi

FastAPI best practices and patterns for building modern Python web APIs

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

fastapi-production-architecture-cursorrules-prompt-file

Cursor rules for FastAPI services with router/service/repository boundaries, typed provider adapters, bulkhead isolation, idempotency, and domain exceptions.

UnrankedNo signals yet
Harnessclaudecursor
cursor-rulesclaude-md-filesrules
Details
InfrastructurePreview

fermyon-spin

WebAssembly serverless framework for building and deploying fast, portable agent microservices.

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
infrastructurewasm-serverless
No one-command install ยท SourceDetails
HooksPreview

file-backup

Automatically backup files before editing. Creates timestamped backups in a .backups directory when files are modified.

UnrankedNo signals yet
Harnessclaude
development-toolshooks
Details
HooksPreview

file-protection

Protect critical files from accidental modification. Prevents editing of important system files, configuration files, and production code.

UnrankedNo signals yet
Harnessclaude
securityhooks
Details
InfrastructurePreview

firecracker

AWS-open-sourced microVM technology powering secure, fast (<125ms) isolation for serverless and container workloads.

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
infrastructuremicrovm
No one-command install ยท SourceDetails
CLAUDE.md / RulesPreview

flutter-app-expert-cursorrules-prompt-file

Cursor rules for Flutter development with expert integration.

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

flutter-development-guidelines-cursorrules-prompt-file

Cursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.

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

flutter-riverpod-cursorrules-prompt-file

Cursor rules for Flutter Riverpod.

UnrankedNo signals yet
Harnessclaudecursor
cursor-rulesclaude-md-filesrules
Details
InfrastructurePreview

fly-io

Deploy full-stack apps and long-running agent processes globally via Firecracker microVMs close to users.

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
infrastructuredeploy
No one-command install ยท SourceDetails
CLAUDE.md / RulesPreview

force-claudeai-login

Restrict authentication to Claude.ai accounts only. This prevents users from logging in with Anthropic Console accounts, ensuring all access goes through the Claude.ai platform for consistent user experience and billing.

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

force-console-login

Restrict authentication to Anthropic Console accounts only. This ensures all usage is billed through the API billing system and prevents access via Claude.ai accounts, ideal for enterprise environments with centralized billing.

UnrankedNo signals yet
Harnessclaude
authenticationclaudemd-rules
Details
HooksPreview

force-push-blocker

Block git force push commands using the if condition for efficient filtering. Prevents accidental force pushes that can overwrite remote history. Covers --force, --force-with-lease, and the -f shorthand.

UnrankedNo signals yet
Harnessclaude
securityhooks
Details
HooksPreview

format-javascript-files

Automatically format JavaScript/TypeScript files after any Edit operation using prettier. This hook runs 'npx prettier --write' on any .js, .ts, .jsx, or .tsx file that Claude modifies, ensuring consistent code formatting. Uses npx so prettier doesn't need to be globally installed. Includes error suppression so it won't fail if prettier is not available.

UnrankedNo signals yet
Harnessclaude
post-toolhooks
Details
HooksPreview

format-python-files

Automatically format Python files after any Edit operation using black formatter. This hook runs 'black' on any .py file that Claude modifies, ensuring consistent Python code formatting. Requires black to be installed ('pip install black'). The command includes error suppression (2>/dev/null || true) so it won't fail if black is not installed.

UnrankedNo signals yet
Harnessclaude
post-toolhooks
Details
Browse ยท Armory