brewcode:skills

List, improve, and create Claude Code skills with a forced-eval hook.

30|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/kochetkov-ma/claude-brewcode --skill brewcode-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brewcode:skills
Source: https://github.com/kochetkov-ma/claude-brewcode/tree/main/brewcode/skills/skills
Command: npx skills add https://github.com/kochetkov-ma/claude-brewcode --skill brewcode-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the unreliability of Claude Code skills by significantly improving their auto-activation rate and providing tools to create and refine skills.

Core Features & Use Cases

  • Boost Skill Activation: Implements a 'forced-eval hook' to raise activation rates to 84%.
  • Skill Improvement: Optimizes existing skills by applying best practices for descriptions, keywords, and imperative voice.
  • Skill Creation: Facilitates the research and generation of new skills based on user prompts or specifications.
  • Use Case: If your 'commit' skill isn't being recognized, use /brewcode:skills up commit to optimize it. To create a new skill for summarizing code changes, use /brewcode:skills create "summarize code changes".

Quick Start

Use the brewcode:skills skill to list all available skills.

Frequently Asked Questions about brewcode:skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix Claude Code skills not auto-activating when I need them?

To improve a Claude Code skill, use the `/brewcode:skills up <skill-name>` command. It optimizes existing skills by applying best practices for descriptions, keywords, and imperative voice to increase their recognition rate.

How do I create a new Claude Code skill from a prompt?

You can create a new Claude Code skill by running `/brewcode:skills create "your skill description"`. This command facilitates research and generates a new skill based on your specified prompt or requirements.

Do I need jq to manage Claude Code skills with this tool?

Yes, you need jq installed to use the forced-eval hook for skill activation. The hook installation process requires jq to parse and execute the necessary JSON configurations for global, project, and plugin skills.

Can I manage plugin skills or only global and project skills?

You can manage global, project, and plugin skills. Plugin discovery requires setting the BC_PLUGIN_ROOT environment variable, allowing the skill management commands to list, improve, and create plugin-level skills.

Why does my custom Claude Code skill have a low activation rate?

Low activation rates usually happen when a skill's description, keywords, or phrasing lack imperative voice and clear triggers. Use the skill improvement agent to optimize these metadata fields and align with activation best practices.