Skip to main content

← All sources

Crush skills

5 first-party skills from Charmbracelet's Crush agentic coding tool, covering crush.json configuration (providers, LSPs, MCP servers), hooks, the built-in jq processor, and authoring Crush's own builtin skills and shell builtins. skills-hub.ai mirrors 5 skills from Crush daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/charmbracelet/crush

Installing a Crush skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Crush skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Crush skills via API
curl https://skills-hub.ai/api/v1/skills?source=crush

# Browse all sources
open https://skills-hub.ai/sources

Top Crush skills

See all →

The most-installed skills from Crush, ranked by adoption.

  1. 01crush-config

    Use when the user needs help configuring Crush — working with crush.json, setting up providers, configuring LSPs, adding MCP servers, managing skills or permissions, or changing Crush behavior.

    Buildfrom Crush
  2. 02jq

    Use when the user needs to query, filter, reshape, extract, create, or construct JSON data — including API responses, config files, log output, or any structured data — or when helping the user write or debug JSON transformations.

    Buildfrom Crush
  3. 03builtin-skills

    Use when creating a new builtin skill for Crush, editing an existing builtin skill (internal/skills/builtin/), or when the user needs to understand how the embedded skill system works.

    Buildfrom Crush
  4. 04shell-builtins

    Use when creating a new shell builtin command for Crush (internal/shell/), editing an existing one, or when the user needs to understand how commands are intercepted in Crush's embedded shell.

    Buildfrom Crush
  5. 05crush-hooks

    Use when the user wants to add, write, debug, or configure a Crush hook — gating or blocking tool calls, approving or rewriting tool input before execution, injecting context into tool results, or troubleshooting hook behavior in crush.json.

    Buildfrom Crush

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Jun 30, 2026, 11:12 PM (success).

Crush skills, frequently asked

What are Crush skills?

Crush skills are AI coding skills published by Crush (5 first-party skills from Charmbracelet's Crush agentic coding tool, covering crush.json configuration (providers, LSPs, MCP servers), hooks, the built-in jq processor, and authoring Crush's own builtin skills and shell builtins.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Crush skills are available?

skills-hub.ai indexes 5 skills from Crush, synced daily from the upstream GitHub repository (https://github.com/charmbracelet/crush).

How do I install a Crush skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Crush skills?

Yes. Every skill from this source is mirrored from Crush's own GitHub repository (https://github.com/charmbracelet/crush). Each skill page links back to the upstream source of truth, so you can verify the original.