# Probe

> Inspect the working tree using the helper tooling the source builds at meld time.

- Skill: `jaemk/probe` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jaemk/probe`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jaemk/probe/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jaemk (https://skillmd.com/u/jaemk)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jaemk/probe

---


# probe

This skill inspects the working tree. It assumes the helper tooling has already
been built, which the source's install hook does at meld time. Without that
build step the skill has nothing to call, so the hook is what makes the skill
usable the moment it is melded.

The unmeld hook removes the same tooling, leaving the checkout as it was before
the meld.

