Armory
Source

Browse

Search and filter by type across the catalog

650 results in Hooks, Infrastructure, CLAUDE.md / Rules · page 26 of 28

HooksPreview

update-search-year

Automatically adds current year to WebSearch queries when no year is specified. This hook intercepts WebSearch tool usage and appends the current year to queries that don't already contain a year, ensuring search results are current and relevant.

UnrankedNo signals yet
Harnessclaude
pre-toolhooks
Details
CLAUDE.md / RulesPreview

use-haiku

Configure Claude Code to use Claude 3.5 Haiku model for faster responses.

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

use-sonnet

Configure Claude Code to use Claude 3.5 Sonnet model.

UnrankedNo signals yet
Harnessclaude
modelclaudemd-rules
Details
HooksPreview

user-prompt-submit

Run when the user submits a prompt, to log it or inject extra context before the model sees it.

UnrankedNo signals yet
Harnessclaude
hookdisler
Details
InfrastructurePreview

val-town

Social serverless platform for writing, running, and scheduling JavaScript/TypeScript functions in the browser.

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

validate-branch-name

Validate Git Flow branch naming conventions before checkout. Ensures branches follow the pattern: feature/*, release/v*.*.*, hotfix/*. Prevents creation of branches that don't follow Git Flow standards.

UnrankedNo signals yet
Harnessclaude
githooks
Details
HooksPreview

validate-branch-name-2

❌ Invalid Git Flow branch name: {branch_name} Git Flow branches must follow these patterns: • feature/<descriptive-name> • release/v<MAJOR>.<MINOR>.<PATCH> • hotfix/<descriptive-name> Examples: ✅ feature/user-authentication ✅ release/v1.2.0 ✅ hotfix/critical-security-fix Invalid: ❌ {branch_name} (missing Git Flow prefix) ❌ feat/something (use 'feature/' not 'feat/') ❌ fix/bug (use 'hotfix/' not 'fix/') 💡 Use Git Flow commands instead: /feature <name> - Create feature branch /release <version> - Create release branch /hotfix <name> - Create hotfix branch

UnrankedNo signals yet
Harnessclaude
githooks
Details
HooksPreview

vercel-auto-deploy

Automatically trigger Vercel deployments when code changes are committed, with environment-specific deployment strategies and rollback on failure. Setup: Export environment variables 'export VERCEL_TOKEN=your_token' and 'export VERCEL_PROJECT_ID=your_project_id' (get your token from vercel.com/account/tokens and project ID from your Vercel dashboard). Hook triggers on PostToolUse for Write, Edit, and MultiEdit operations affecting source code files.

UnrankedNo signals yet
Harnessclaude
automationhooks
Details
CLAUDE.md / RulesPreview

vercel-deployment

Best practices for Vercel deployments including serverless functions, Edge Runtime, middleware, caching, environment variables, and CI/CD configuration

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

vercel-deployment-cursorrules-prompt-file

Cursor rules for Vercel deployment including serverless functions, Edge Runtime, middleware, caching, CI/CD, and production-ready configuration.

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

vercel-deployment-monitor

Real-time Vercel deployment monitor with clickable deploy link. Shows build status, time since last deployment, and a clickable OSC 8 hyperlink to the deployment URL (Cmd+click). Setup: Export environment variables 'export VERCEL_TOKEN=your_token' and 'export VERCEL_PROJECT_ID=your_project_id' (or manually replace $VERCEL_TOKEN and $VERCEL_PROJECT_ID in the command if you prefer not to use environment variables). Get your token from vercel.com/account/tokens and project ID from your Vercel dashboard.

UnrankedNo signals yet
Harnessclaude
statuslineclaudemd-rules
Details
HooksPreview

vercel-environment-sync

Synchronize environment variables between local development and Vercel deployments, ensuring consistency across all environments. Detects changes to .env files and provides options to sync with Vercel, validates environment variable format, and ensures required variables are present. Setup: Export 'export VERCEL_TOKEN=your_token' (get from vercel.com/account/tokens).

UnrankedNo signals yet
Harnessclaude
automationhooks
Details
CLAUDE.md / RulesPreview

vercel-error-alert-system

Intelligent error monitoring system that tracks deployment failures and build issues. Automatically sends desktop notifications when errors are detected and maintains error count tracking. Features building status monitoring and provides immediate alerts for deployment problems, helping you catch issues quickly. Setup: Export environment variables 'export VERCEL_TOKEN=your_token' and 'export VERCEL_PROJECT_ID=your_project_id' (or manually replace $VERCEL_TOKEN and $VERCEL_PROJECT_ID in the command if you prefer not to use environment variables). Get your token from vercel.com/account/tokens and project ID from your Vercel dashboard. Desktop notifications work on macOS.

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

vercel-multi-env-status

Monitors both production and preview environments simultaneously with color-coded status indicators. Perfect for teams managing multiple deployment targets. Shows real-time status of your latest production and preview deployments with green/yellow/red indicators for quick visual assessment. Setup: Export environment variables 'export VERCEL_TOKEN=your_token' and 'export VERCEL_PROJECT_ID=your_project_id' (or manually replace $VERCEL_TOKEN and $VERCEL_PROJECT_ID in the command if you prefer not to use environment variables). Get your token from vercel.com/account/tokens and project ID from your Vercel dashboard.

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

vertex-configuration

Connect Claude Code with Google Vertex AI to access Anthropic's Claude models through Google Cloud Platform. Automatically configures all available Claude models (Sonnet, Haiku, Opus) with enterprise-grade infrastructure, billing, and security. Requires: GCP project with Vertex AI API enabled, authenticated gcloud CLI, and model access approval in Model Garden.

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

virtual-code-garden-statusline

Watch your code garden grow with each session. Plants evolve from seeds to trees based on your activity, with dynamic weather effects. Displays: Plant stages (🌱 seed 0-9, 🌿 sprout 10-19, 🍃 sapling 20-29, 🌳 tree 30-39, 🌺 flower 40+), Weather (🌧️ rainy every 7 growth points, ☀️ sunny every 5 points, ⛅ cloudy default), Garden Level (stage number), Growth counter (total session interactions).

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

vitest-unit-testing-cursorrules-prompt-file

Cursor rules for Vitest development with unit testing.

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

vscode-extension-dev-typescript-cursorrules-prompt-file

Cursor rules for Vscode Extension Dev Typescript.

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

vue

Vue.js best practices and patterns for modern web applications

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

vue-3-nuxt-3-development-cursorrules-prompt-file

Cursor rules for Vue 3 development with Nuxt 3 integration.

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

vue-3-nuxt-3-typescript-cursorrules-prompt-file

Cursor rules for Vue 3 development with TypeScript integration.

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

vue-claude-stack

Complete AI coding setup for Vue 3 & Nuxt 3 — .cursorrules + CLAUDE.md + Copilot instructions + generation skills.

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

vue-pinia-cursorrules-prompt-file

Vue 3 and TypeScript state management guidance for Pinia stores, Composition API usage, SSR, persistence, and testing.

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

vue3-composition-api-cursorrules-prompt-file

Cursor rules for Vue 3 development with Composition API integration.

UnrankedNo signals yet
Harnessclaudecursor
cursor-rulesclaude-md-filesrules
Details
Browse · Armory