brewcode:install

Interactive installer for brewcode prerequisites.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "brewcode:install" with this command: npx skills add kochetkov-ma/claude-brewcode/kochetkov-ma-claude-brewcode-brewcode-install

brewcode Install

Interactive installer for brewcode prerequisites.

Components

Component Type Purpose

brew required Package manager

coreutils+timeout required Command timeout for scripts

jq required JSON processor for hooks

ollama optional Local embedding server

bge-m3 optional Multilingual embedding model (~1.2GB)

grepai optional Semantic code search CLI

Workflow

Phase 1: State Check

EXECUTE: bash "${CLAUDE_SKILL_DIR}/scripts/install.sh" state

Phase 2: Updates Check

EXECUTE: bash "${CLAUDE_SKILL_DIR}/scripts/install.sh" check-updates

If UPDATES_AVAILABLE=true → ASK (AskUserQuestion):

  • Header: "Updates"

  • Question: "Updates available: [list from output]. Update now?"

  • Options: "Yes, update all" | "Skip"

If Yes → EXECUTE: bash "${CLAUDE_SKILL_DIR}/scripts/install.sh" update-all

Phase 3: Timeout Check

EXECUTE: bash "${CLAUDE_SKILL_DIR}/scripts/install.sh" check-timeout

If TIMEOUT_EXISTS=false → ASK:

  • Header: "Timeout Symlink"

  • Question: "Create 'timeout' symlink? REQUIRED for brewcode."

  • Options: "Yes, create" | "No, cancel"

If cancel → STOP: "Installation cancelled. timeout command required."

Phase 4: Required Components

EXECUTE: bash "${CLAUDE_SKILL_DIR}/scripts/install.sh" required

If timeout still missing → EXECUTE: bash "${CLAUDE_SKILL_DIR}/scripts/install.sh" timeout

STOP if any required failed.

Phase 5: Semantic Search (Optional)

If not installed → ASK:

  • Header: "grepai"

  • Question: "Install semantic search? Enables AI-powered code search."

  • Options: "Yes, install (~1.5GB)" | "Skip"

If Yes → EXECUTE: bash "${CLAUDE_SKILL_DIR}/scripts/install.sh" grepai

Phase 6: Summary

EXECUTE: bash "${CLAUDE_SKILL_DIR}/scripts/install.sh" summary

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

text-optimizer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

memory-optimize

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

brewcode:plan

No summary provided by upstream source.

Repository SourceNeeds Review