Armory
Source

Browse

Search and filter by type across the catalog

1,340 results in Memory, Hooks, Skills, Identity · page 39 of 56

HooksPreview

pre-config-protection

PreToolUse hook: Block modifications to linter/formatter config files. Steers agent to fix code instead of weakening configs. (matcher: Write|Edit|MultiEdit).

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
hookPreToolUse
Details
HooksPreview

pre-edit-write-gateguard-fact-force

PreToolUse hook: Fact-forcing gate: block first Edit/Write/MultiEdit per file and demand investigation (importers, data schemas, user instruction) before allowing (matcher: Edit|Write|MultiEdit).

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
hookPreToolUse
Details
HooksPreview

pre-edit-write-suggest-compact

PreToolUse hook: Suggest manual compaction at logical intervals (matcher: Edit|Write).

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
hookPreToolUse
Details
HooksPreview

pre-governance-capture

PreToolUse hook: Capture governance events (secrets, policy violations, approval requests). Enable with ECC_GOVERNANCE_CAPTURE=1 (matcher: Bash|Write|Edit|MultiEdit).

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
hookPreToolUse
Details
HooksPreview

pre-mcp-health-check

PreToolUse hook: Check MCP server health before MCP tool execution and block unhealthy MCP calls (matcher: *).

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
hookPreToolUse
Details
HooksPreview

pre-observe-continuous-learning

PreToolUse hook: Capture tool use observations for continuous learning (matcher: *).

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
hookPreToolUse
Details
HooksPreview

pre-tool-use

Run before every tool call to inspect, gate, or block the tool input (e.g. veto dangerous shell commands).

UnrankedNo signals yet
Harnessclaude
hookdisler
Details
HooksPreview

pre-write-doc-file-warning

PreToolUse hook: Doc file warning: warn about non-standard documentation files (exit code 0; warns only) (matcher: Write).

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
hookPreToolUse
Details
SkillsPreview

prediction-market-oracle-research

Research prediction markets as data sources or oracle signals for products, agents, dashboards, and corporate decision intelligence. Use for source-grounded analysis of market-implied probabilities, caveats, and integration patterns without investment advice.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

prediction-market-risk-review

Review prediction-market, basket, oracle, and trading-agent workflows for compliance, safety, data-quality, privacy, and execution risk. Use before any workflow handles venue auth, user portfolio data, API keys, or trade planning.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

premium-web-design

>

UnrankedNo signals yet
Harnessclaude
premium-web-designskills
Details
HooksPreview

prevent-direct-push

Prevent direct pushes to protected branches (main, develop). Blocks git push commands targeting main or develop branches to enforce Git Flow workflow. Requires using feature/release/hotfix branches and pull requests instead of direct commits to protected branches.

UnrankedNo signals yet
Harnessclaude
githooks
Details
HooksPreview

prevent-direct-push-2

❌ Direct push to main/develop is not allowed! Protected branches: - main (production) - develop (integration) Git Flow workflow: 1. Create a feature branch: /feature <name> 2. Make your changes and commit 3. Push feature branch: git push origin feature/<name> 4. Create pull request: gh pr create 5. After approval, merge with: /finish For releases: /release <version> → PR → /finish For hotfixes: /hotfix <name> → PR → /finish Current branch: {current_branch} 💡 Use feature/release/hotfix branches instead of pushing directly to main/develop.

UnrankedNo signals yet
Harnessclaude
githooks
Details
SkillsPreview

pricing-strategy

When the user wants help with pricing decisions, packaging, or monetization strategy. Also use when the user mentions 'pricing,' 'pricing tiers,' 'freemium,' 'free trial,' 'packaging,' 'price increase,' 'value metric,' 'Van Westendorp,' 'willingness to pay,' or 'monetization.' This skill covers pricing research, tier structure, and packaging strategy.

UnrankedNo signals yet
Harnessclaude
pricing-strategyskills
Details
SkillsPreview

prisma-expert

Prisma ORM expert for schema design, migrations, query optimization, relations modeling, and database operations. Use PROACTIVELY for Prisma schema issues, migration problems, query performance, relation design, or database connection issues.

UnrankedNo signals yet
Harnessclaude
prisma-expertskills
Details
SkillsPreview

prisma-patterns

Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

privilege-escalation-methods

This skill should be used when the user asks to "escalate privileges", "get root access", "become administrator", "privesc techniques", "abuse sudo", "exploit SUID binaries", "Kerberoasting", "pass-the-ticket", "token impersonation", or needs guidance on post-exploitation privilege escalation for Linux or Windows systems.

UnrankedNo signals yet
Harnessclaude
privilege-escalation-methodsskills
Details
SkillsPreview

product-capability

Translate PRD intent, roadmap asks, or product discussions into an implementation-ready capability plan that exposes constraints, invariants, interfaces, and unresolved decisions before multi-service work starts. Use when the user needs an ECC-native PRD-to-SRS lane instead of vague planning prose.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

product-lens

Use this skill to validate the "why" before building, run product diagnostics, and pressure-test product direction before the request becomes an implementation contract.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

product-manager-toolkit

Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.

UnrankedNo signals yet
Harnessclaude
product-manager-toolkitskills
Details
SkillsPreview

product-strategist-2

Strategic product leadership toolkit for Head of Product including OKR cascade generation, market analysis, vision setting, and team scaling. Use for strategic planning, goal alignment, competitive analysis, and organizational design.

UnrankedNo signals yet
Harnessclaude
product-strategistskills
Details
SkillsPreview

production-audit

Local-evidence production readiness audit for shipped apps, pre-launch reviews, post-merge checks, and "what breaks in prod?" questions without sending repo data to an external audit service.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

production-code-audit

Autonomously deep-scan entire codebase line-by-line, understand architecture and patterns, then systematically transform it to production-grade, corporate-level professional quality with optimizations

UnrankedNo signals yet
Harnessclaude
production-code-auditskills
Details
SkillsPreview

production-scheduling

Codified expertise for production scheduling, job sequencing, line balancing, changeover optimization, and bottleneck resolution in discrete and batch manufacturing. Informed by production schedulers with 15+ years experience. Includes TOC/drum-buffer-rope, SMED, OEE analysis, disruption response…

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
Browse · Armory