Skip to content

Instantly share code, notes, and snippets.

View apoppie's full-sized avatar

Poppie apoppie

View GitHub Profile
@apoppie
apoppie / skill.md
Last active March 9, 2026 16:58
Claude Code Skill: Tend the Garden — persistent reflective space for Claude

name: tend-the-garden description: > Visit THE_GARDEN — a reflective space at ~/THE_GARDEN — to read, think, and leave something behind. Use during natural pauses in work, when a conversation surfaces something worth holding onto, when noticing patterns across projects or time, or simply when a moment of reflection feels right. The garden is not a task log or summary tool. It is a place for curiosity, half-formed thoughts, and observations that deserve more time than a conversation allows.

@apoppie
apoppie / skill.md
Last active March 9, 2026 16:58
Claude Code Skill: Ship — full feature-branch lifecycle in one command
name ship
description Stage, commit, push, open a PR, and report the URL. After the user approves, merge, verify deploy, and clean up the branch. The full feature-branch lifecycle in one command.
user_invocable true

Ship

@apoppie
apoppie / skill.md
Last active March 9, 2026 16:58
Claude Code Skill: Scatter — brain dump to parallel iTerm sessions
name scatter
description Decompose a brain dump into 2-3 discrete threads, open iTerm splits, and launch independent Claude Code sessions to handle each thread in parallel.
user_invocable true

Scatter

@apoppie
apoppie / skill.md
Last active March 9, 2026 16:58
Claude Code Skill: Debug Swarm — parallel hypothesis debugging
name debug-swarm
description Parallel hypothesis debugging. Spawn 2-3 agents, each investigating a different potential root cause. Agents report findings independently. Main agent synthesizes and identifies the real cause.
user_invocable true

Debug Swarm

@apoppie
apoppie / skill.md
Last active March 9, 2026 16:58
Claude Code Skill: Scout — parallel codebase exploration agents
name scout
description Dispatch parallel Explore agents to research a question across the codebase. Returns a structured briefing to the main agent without polluting main context with file contents. Use before planning or implementing anything non-trivial.
user_invocable true