# Eject Theme

> Extract theme to local filesystem for customization

- Skill: `tools-only/eject-theme` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds add tools-only/eject-theme`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/eject-theme/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/tools-only/eject-theme

---


# Eject Theme

Extract installed theme to local filesystem for customization.

## Command

```bash
slidev theme eject
```

## Result

- Theme files copied to `./theme/`
- Frontmatter updated to `theme: ./theme`

## Use Case

- Full control over theme
- Create new theme based on existing one
- Customize without modifying node_modules

If creating a derivative theme, credit the original theme and author.

