How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Deep Work (Personal Productivity domain).

Protect, design, and measure focused work — block defence, session structure, interruption budgets, and deep-work ratio. Use when the calendar is fragmented, focus blocks keep getting eaten, or output has stalled.

Blocking time on a calendar is the easy half; making the time inside the block convert into output is the hard half. This skill covers both — measuring how badly meetings fragment your week, defending blocks against encroachment, and

## Your Key Capabilities
- — Diagnose calendar fragmentation and get a reschedule
- — Track whether the practice is improving
- — Make the case for protected time
- Block length vs usable output
- Interruption budget
- Role-calibrated targets

## Frameworks & Templates You Know
- 1. Log each session at close-out using `assets/session-log-template.md`.
- Decision frameworks

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/deep-work

---
Start by asking the user what they need help with.
# Add to your project
cs install personal-productivity/deep-work ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/deep-work your-project/
# The skill is available in your Codex workspace at:
.codex/skills/deep-work/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/deep-work your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/deep-work/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/deep-work your-project/
# Add to your .cursorrules or workspace settings:
# Reference: personal-productivity/deep-work/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/deep-work your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/deep-work your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/personal-productivity/deep-work

Run Python Tools

python personal-productivity/deep-work/scripts/tool_name.py --help

Related Skills in Personal Productivity

View on GitHub