PHPCraftdream
UserInstaller for Claude Code per-model commands, agents and skills
Categories
Indexed Skills (10)
babygoal
Decompose work into tasks via TaskCreate, choose an execution strategy, invoke /babysit, and start the first ready task — all in one turn. The TaskList — not /goal — is what drives progress. /babysit invocation is MANDATORY: skipping it is the #1 contract violation of this skill.
babysit
Install a recurring cron job that monitors the TaskList and resumes stalled work on each tick. Self-stops by calling CronDelete the moment the TaskList is empty. The contract is verifiable: after invoking, CronList must show a recurring job whose prompt starts with `# babysit tick`.
checkpoint-prune
Delete checkpoints — by name, by age, or interactively. Reports what was removed. Use to clean up docs/checkpoints/ when old snapshots have stopped being useful. /resume --list is the read-only counterpart.
checkpoint-watch
Install a per-project Stop hook that shows a one-time hint when context fills past 90%, suggesting /checkpoint to save session state before auto-compact. Use `--off` to remove, `--status` to inspect. Lives in <cwd>/.claude/settings.json; foreign hooks are never touched.
checkpoint
Persist current session state — active goal, TaskList with statuses and blockedBy, recent key decisions, open questions — into a timestamped markdown file under docs/checkpoints/. Use before context auto-compacts, before a long pause, or when switching to a different machine. Pairs with /resume.
clock
Install a Claude Code statusLine that shows model + context-window usage AND, for Pro/Max subscribers, the 5-hour and weekly quota use with reset times (`<model> · X% (Nk/Mk) · 5h N% (→HH:MM) · wk N% (→wd HH:MM)`). Also installs a chat-stamp hook (`cah-stamp`) on BOTH Stop AND PostToolUse, so an `HH:MM · model · X% · 5h N% · wk N%` audit line appears after every tool call — not only at end of turn. The statusLine refreshes every 60 seconds (`refreshInterval: 60000`) AND on every turn boundary; the 60s default sits well above Windows Node cold-start (1–3s), so the bar stays live without races. Default global (~/.claude/settings.json); pass `--here` for project-local.
repo-sight
Diagnose an unfamiliar repository from its git history, structure and behavior before reading any code, and return a ranked reading list with explicit caveats. Use when picking up a new codebase, onboarding to a project, auditing a legacy repo, or deciding where to start reading.
resume
Read the latest (or named) checkpoint written by /checkpoint, rebuild the TaskList via TaskCreate, restate the active goal, and surface open questions. Use after auto-compact, after a pause, or when starting a fresh session on the same work.
triage
Inspect the current TaskList and propose hygiene actions: drop or finalize stale in_progress tasks, surface blockers, suggest squashing trivial tasks, and prune kept-around completed tasks. Asks before doing anything destructive.
task
Analyze a free-form request, decompose it into prioritized sub-tasks with explicit dependencies (blockedBy), and register them in the session via TaskCreate. Plans only — does not execute. Use when you want a clean task list before starting work.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.