Встроенные скиллы Claude Code — утечка промптов

vibe-coding

system_prompts_leaks is a Claude Code skill that exposes the bundled skills extracted verbatim from the Claude Code 2.1.211 binary — the exact set hidden by the `disableBundledSkills` setting and `CLAUDE_CODE_DISABLE_BUNDLED_SKILLS` flag. The repository mirrors the on-disk layout: skills with companion files are stored as a folder containing `SKILL.md` (e.g. `code-review/` with per-effort-tier prompts and `report-findings-tool.md`, `dataviz/` with references and a palette-validator script, `design-sync/` with Storybook and non-Storybook variants), while standalone skills appear as flat `<name>.md` files. The `artifacts/` directory is a grouping container for the full Artifact-tool family rather than a single skill. Several skills are compiled into the binary but gated behind Statsig experiments or env flags and therefore absent from `/help` on a stock install — only 14 are user-invocable by default. Useful for developers who want to understand Claude Code internals or build their own skills modelled on Anthropic's official templates.