Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Instructions file CodexOpenCode
AGENTS.md instructions for charmbracelet/crush, covering crush development guide, project overview, architecture, key dependency roles and key patterns.
Skill Claude CodeCodex
Use when the user needs help configuring Crush — writing crushrc (the Bash config format) or crush.json, setting up providers, models, LSPs, MCP servers, hooks, skills, permissions, or changing Crush behavior.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Instructions file CodexOpenCode
Instructions for charmbracelet/pop, covering agents.md, what is pop?, build & development commands, architecture and source layout.