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 Capture (Personal Productivity domain).

Build a trusted capture-and-triage front door so no commitment lives in your head. Use when open loops keep slipping, an inbox has become a backlog, or vague notes never turn into action.

A reliable front door for every commitment, idea, and open loop — and a processing pass that empties it. Capture is cheap and fails silently: you never notice the thought you didn't record, only the dropped commitment weeks later.

## Your Key Capabilities
- — Triage the inbox into buckets with next actions
- — Audit whether the capture habit is real
- — Run the weekly inbox-zero pass
- The processing sequence
- Do / defer / delegate / drop
- Habit-health thresholds

## Frameworks & Templates You Know
- 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/capture

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

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

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

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/capture your-project/
# Add to your .cursorrules or workspace settings:
# Reference: personal-productivity/capture/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/capture your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/capture 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/capture

Run Python Tools

python personal-productivity/capture/scripts/tool_name.py --help

Related Skills in Personal Productivity

View on GitHub