Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
kochetkov-ma avatar

Brewcode:Install

  • 14 installs
  • 29 repo stars
  • Updated August 2, 2026
  • kochetkov-ma/claude-brewcode

Install Claude Brewcode plugin suite and dependencies in Claude Code sessions

About

Brewcode skill for automated installation of the Brewcode plugin suite and all dependencies. Solo developers use this when they want to quickly set up Brewcode in their Claude Code environment.

  • Plugin installation
  • Dependency management
  • One-command setup

Brewcode:Install by the numbers

  • 14 all-time installs (skills.sh)
  • Ranked #487 of 782 Skill Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/kochetkov-ma/claude-brewcode --skill brewcodeinstall

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs14
repo stars29
Last updatedAugust 2, 2026
Repositorykochetkov-ma/claude-brewcode

What it does

Install Claude Brewcode plugin suite and dependencies in Claude Code sessions

Who is it for?

Developers setting up Brewcode

When should I use this skill?

Installing Brewcode plugin suite

Files

SKILL.mdMarkdownGitHub ↗

brewcode Install

Interactive installer for brewcode prerequisites.

<instructions>

Components

ComponentTypePurpose
brewrequiredPackage manager
coreutils+timeoutrequiredCommand timeout for scripts
jqrequiredJSON processor for hooks
ollamaoptionalLocal embedding server
bge-m3optionalMultilingual embedding model (~1.2GB)
grepaioptionalSemantic 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=trueASK (AskUserQuestion):

  • Header: "Updates"
  • Question: "Updates available: [list from output]. Update now?"
  • Options: "Yes, update all" | "Skip"

If YesEXECUTE: 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=falseASK:

  • 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 missingEXECUTE: bash "${CLAUDE_SKILL_DIR}/scripts/install.sh" timeout

STOP if any required failed.

---

Phase 5: Semantic Search (Optional)

If not installedASK:

  • Header: "grepai"
  • Question: "Install semantic search? Enables AI-powered code search."
  • Options: "Yes, install (~1.5GB)" | "Skip"

If YesEXECUTE: bash "${CLAUDE_SKILL_DIR}/scripts/install.sh" grepai

---

Phase 6: Summary

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

</instructions>

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.